OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.QueueEnablerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.provisioning.rules.QueueEnablerSearchSession
Description

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

MethodgetQueueEnablers
Description

Gets the queue enabler list resulting from a search.

Returnosid.provisioning.rules.QueueEnablerList the queue enabler list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetQueueEnablerQueryInspector
Description

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

Returnosid.provisioning.rules.QueueEnablerQueryInspector the queue enabler query inspector
Compliancemandatory This method must be implemented.
MethodgetQueueEnablerSearchResultsRecord
Description

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

Parametersosid.type.TypequeueEnablerSearchRecordType a queue enabler search record type
Returnosid.provisioning.rules.records.QueueEnablerSearchResultsRecord the queue enabler search results record
ErrorsNULL_ARGUMENT queueEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(queueEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.