OSID Logo
OSID Specifications
subscription package
Version 3.1.0
Interfaceosid.subscription.DispatchSearchResults
Implementsosid.OsidSearchResults
Used Byosid.subscription.DispatchSearchSession
Description

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

MethodgetDispatches
Description

Gets the dispatch list resulting from a search.

Returnosid.subscription.DispatchList the dispatch list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetDispatchQueryInspector
Description

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

Returnosid.subscription.DispatchQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetDispatchSearchResultsRecord
Description

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

Parametersosid.type.TypedispatchSearchRecordType a dispatch search record type
Returnosid.subscription.records.DispatchSearchResultsRecord the dispatch search results record
ErrorsNULL_ARGUMENT DispatchSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(dispatchSearchRecordType) is false
Compliancemandatory This method must be implemented.