OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.QueueConstrainerEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.provisioning.rules.QueueConstrainerEnablerSearchResults
osid.provisioning.rules.QueueConstrainerEnablerSmartDistributorSession
Description

This is the query inspector for examining queue constrainer enabler queries.

Like all OsidQueryInspectors, QueueConstrainerEnablerQueryInspector is stateful and must not be accessed by multiple processing threads.

MethodgetRuledQueueConstrainerIdTerms
Description

Gets the queue constrainer Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetRuledQueueConstrainerTerms
Description

Gets the queue constrainer query terms.

Returnosid.provisioning.rules.QueueConstrainerQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetDistributorIdTerms
Description

Gets the distributor Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetDistributorTerms
Description

Gets the distributor query terms.

Returnosid.provisioning.DistributorQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetQueueConstrainerEnablerQueryInspectorRecord
Description

Gets the queue constrainer enabler query inspector record corresponding to the given QueueEnabler record Type.

Parametersosid.type.TypequeueConstrainerEnablerRecordType a queue constrainer enabler record type
Returnosid.provisioning.rules.records.QueueConstrainerEnablerQueryInspectorRecord the queue constrainer enabler query inspector record
ErrorsNULL_ARGUMENT queueConstrainerEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(queueConstrainerEnablerRecordType) is false
Compliancemandatory This method must be implemented.