OSID Logo
OSID Specifications
financials package
Version 3.1.0
Interfaceosid.financials.ActivitySearch
Implementsosid.OsidSearch
Used Byosid.financials.ActivitySearchSession
Description

The search interface for governing activity searches.

MethodsearchAmongActivities
Description

Execute this search among the given list of activities.

Parametersosid.id.IdListactivityIds list of activities
ErrorsNULL_ARGUMENT activityIds is null
Compliancemandatory This method must be implemented.
MethodorderActivityResults
Description

Specify an ordering to the search results.

Parametersosid.financials.ActivitySearchOrderactivitySearchOrder activity search order
ErrorsNULL_ARGUMENT activitySearchOrder is null
UNSUPPORTED activitySearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetActivitySearchRecord
Description

Gets the activity search record corresponding to the given activity search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeactivitySearchRecordType an activity search record type
Returnosid.financials.records.ActivitySearchRecord the activity search record
ErrorsNULL_ARGUMENT activitySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(activitySearchRecordType) is false
Compliancemandatory This method must be implemented.