OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.rules.QueueProcessorEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Description

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

MethodgetRuledQueueProcessorIdTerms
Description

Gets the queue processor Id query terms.

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

Gets the queue processor query terms.

Returnosid.provisioning.rules.QueueProcessorQueryInspector[]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.
MethodgetQueueProcessorEnablerQueryInspectorRecord
Description

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

Parametersosid.type.TypequeueProcessorEnablerRecordTypea queue processor enabler record type
Returnosid.provisioning.rules.records.QueueProcessorEnablerQueryInspectorRecordthe queue processor enabler query inspector record
ErrorsNULL_ARGUMENT queueProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(queueProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.