OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.PoolEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.provisioning.rules.PoolEnablerSearchResults
osid.provisioning.rules.PoolEnablerSmartDistributorSession
Description

This is the query inspector for examining pool enabler queries.

MethodgetRuledPoolIdTerms
Description

Gets the pool Id query terms.

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

Gets the pool query terms.

Returnosid.provisioning.PoolQueryInspector[]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.
MethodgetPoolEnablerQueryInspectorRecord
Description

Gets the pool enabler query inspector record corresponding to the given PoolEnabler record Type .

Parametersosid.type.TypepoolEnablerRecordTypea pool enabler record type
Returnosid.provisioning.rules.records.PoolEnablerQueryInspectorRecordthe pool enabler query inspector record
ErrorsNULL_ARGUMENTpoolEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(poolEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.