OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.QueueEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.provisioning.rules.QueueEnablerSearchResults
osid.provisioning.rules.QueueEnablerSmartDistributorSession
Description

This is the query inspector for examining queue enabler queries.

MethodgetRuledQueueIdTerms
Description

Gets the queue Id query terms.

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

Gets the queue query terms.

Returnosid.provisioning.QueueQueryInspector[]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.
MethodgetQueueEnablerQueryInspectorRecord
Description

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

Parametersosid.type.TypequeueEnablerRecordTypea queue enabler record type
Returnosid.provisioning.rules.records.QueueEnablerQueryInspectorRecordthe queue enabler query inspector record
ErrorsNULL_ARGUMENTqueueEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(queueEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.