OSID Logo
OSID Specifications
tracking rules package
Version 3.1.0
Interfaceosid.tracking.rules.QueueConstrainerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.tracking.rules.QueueConstrainerSearchSession
Description

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

MethodgetQueueConstrainers
Description

Gets the QueueConstrainerList resulting from a search.

Returnosid.tracking.rules.QueueConstrainerList the queue constrainer list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetQueueConstrainerQueryInspector
Description

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

Returnosid.tracking.rules.QueueConstrainerQueryInspector the queue constrainer query inspector
Compliancemandatory This method must be implemented.
MethodgetQueueConstrainerSearchResultsRecord
Description

Gets the queue constrainer search results record corresponding to the given queue constrainer search record Type. This method must be used to retrieve an object implementing the requested record.

Parametersosid.type.TypequeueConstrainerSearchRecordType a queue constrainer search record type
Returnosid.tracking.rules.records.QueueConstrainerSearchResultsRecord the queue constrainer search results record
ErrorsNULL_ARGUMENT queueConstrainerSearchRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(queueConstrainerSearchRecordType) is false
Compliancemandatory This method must be implemented.