OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.QueueProcessorSearchOrder
Implementsosid.OsidProcessorSearchOrder
Used Byosid.provisioning.rules.QueueProcessorSearchSession
osid.provisioning.rules.QueueProcessorSmartDistributorSession
Description

An interface for specifying the ordering of search results.

MethodorderByAutomatic
Description

Orders the results by automatic processing.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByFifo
Description

Orders the results by the fifo processing.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByRemovesProcessedQueueEntries
Description

Orders the results by the removal of procesed queue entries.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodgetQueueProcessorSearchOrderRecord
Description

Gets the queue processor search order record corresponding to the given queue processor record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypequeueProcessorRecordType a queue processor record type
Returnosid.provisioning.rules.records.QueueProcessorSearchOrderRecord the queue processor search order record
ErrorsNULL_ARGUMENT queueProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(queueProcessorRecordType) is false
Compliancemandatory This method must be implemented.