OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.DistributorQueryInspector
Implementsosid.OsidCatalogQueryInspector
Description

This is the query inspector for examining distributor queries.

MethodgetBrokerIdTerms
Description

Gets the broker Id query terms.

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

Gets the broker query terms.

Returnosid.provisioning.BrokerQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetQueueIdTerms
Description

Gets the queue Id query terms.

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

Gets the queue query terms.

Returnosid.provisioning.QueueQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetPoolIdTerms
Description

Gets the pool Id query terms.

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

Gets the pool query terms.

Returnosid.provisioning.PoolQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetProvisionIdTerms
Description

Gets the provision Id query terms.

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

Gets the provision query terms.

Returnosid.provisioning.ProvisionQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAncestorDistributorIdTerms
Description

Gets the ancestor distributor Id query terms.

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

Gets the ancestor distributor query terms.

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

Gets the descendant distributor Id query terms.

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

Gets the descendant distributor query terms.

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

Gets the distributor query inspector record corresponding to the given Distributor record Type.

Parametersosid.type.TypedistributorRecordTypea distributor record type
Returnosid.provisioning.records.DistributorQueryInspectorRecordthe distributor query inspector record
ErrorsNULL_ARGUMENT distributorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(distributorRecordType) is false
CompliancemandatoryThis method must be implemented.