OSID Logo
OSID Specifications
tracking rules package
Version 3.0.0
Interfaceosid.tracking.rules.QueueProcessorSearch
Implementsosid.OsidSearch
Used Byosid.tracking.rules.QueueProcessorSearchSession
Description

The search interface for governing queue processor searches.

MethodsearchAmongQueueProcessors
Description

Execute this search among the given list of queue processors.

Parametersosid.id.IdListfrontOfficeIdslist of queue processors
ErrorsNULL_ARGUMENTfrontOfficeIds is null
CompliancemandatoryThis method must be implemented.
MethodorderQueueProcessorResults
Description

Specify an ordering to the search results.

Parametersosid.tracking.rules.QueueProcessorSearchOrderqueueProcessorSearchOrderqueue processor search order
ErrorsNULL_ARGUMENTqueueProcessorSearchOrder is null
UNSUPPORTEDqueueProcessorSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetQueueProcessorSearchRecord
Description

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

Parametersosid.type.TypequeueProcessorSearchRecordTypea queue processor search record type
Returnosid.tracking.rules.records.QueueProcessorSearchRecordthe queue processor search record
ErrorsNULL_ARGUMENTqueueProcessorSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(queueProcessorSearchRecordType) is false
CompliancemandatoryThis method must be implemented.