OSID Logo
OSID Specifications
financials package
Version 3.1.0
Interfaceosid.financials.ActivitySearchResults
Implementsosid.OsidSearchResults
Used Byosid.financials.ActivitySearchSession
Description

This interface provides a means to capture results of a search.

MethodgetActivities
Description

Gets the activity list resulting from a search.

Returnosid.financials.ActivityList the activity list
ErrorsILLEGAL_STATE the activity list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetActivityQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.financials.ActivityQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetActivitySearchResultsRecord
Description

Gets the activity search results 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.ActivitySearchResultsRecord the activity search interface
ErrorsNULL_ARGUMENT activitySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(activitySearchRecordType) is false
Compliancemandatory This method must be implemented.