OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.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.

MethodgetRuledQueueConstrainerIdTerms
Description

Gets the queue constrainer Id query terms.

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

Gets the queue constrainer query terms.

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

Gets the distributor Id query terms.

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

Gets the distributor query terms.

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

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

Parametersosid.type.TypequeueConstrainerEnablerRecordTypea queue constrainer enabler record type
Returnosid.provisioning.rules.records.QueueConstrainerEnablerQueryInspectorRecordthe queue constrainer enabler query inspector record
ErrorsNULL_ARGUMENTqueueConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(queueConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.