OSID Logo
OSID Specifications
subscription package
Version 3.0.0
Interfaceosid.subscription.DispatchSearch
Implementsosid.OsidSearch
Used Byosid.subscription.DispatchSearchSession
Description

The search interface for governing dispatch searches.

MethodsearchAmongDispatches
Description

Execute this search among the given list of dispatches.

Parametersosid.id.IdListdispatchIdslist of dispatches
ErrorsNULL_ARGUMENTdispatchIds is null
CompliancemandatoryThis method must be implemented.
MethodorderDispatchResults
Description

Specify an ordering to the search results.

Parametersosid.subscription.DispatchSearchOrderdispatchSearchOrderdispatch search order
ErrorsNULL_ARGUMENTdispatchSearchOrder is null
UNSUPPORTEDdispatchSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetDispatchSearchRecord
Description

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

Parametersosid.type.TypedispatchSearchRecordTypea dispatch search record type
Returnosid.subscription.records.DispatchSearchRecordthe dispatch search record
ErrorsNULL_ARGUMENTdispatchSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(dispatchSearchRecordType) is false
CompliancemandatoryThis method must be implemented.