OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.PoolConstrainerEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.provisioning.rules.PoolConstrainerEnablerSearchResults
osid.provisioning.rules.PoolConstrainerEnablerSmartDistributorSession
Description

This is the query inspector for examining pool constrainer enabler queries.

MethodgetRuledPoolConstrainerIdTerms
Description

Gets the pool constrainer Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetRuledPoolConstrainerTerms
Description

Gets the pool constrainer query terms.

Returnosid.provisioning.rules.PoolConstrainerQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetDistributorIdTerms
Description

Gets the distributor Id query terms.

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

Gets the distributor query terms.

Returnosid.provisioning.DistributorQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetPoolConstrainerEnablerQueryInspectorRecord
Description

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

Parametersosid.type.TypepoolConstrainerEnablerRecordType a pool constrainer enabler record type
Returnosid.provisioning.rules.records.PoolConstrainerEnablerQueryInspectorRecord the pool constrainer enabler query inspector record
ErrorsNULL_ARGUMENT poolConstrainerEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(poolConstrainerEnablerRecordType) is false
Compliancemandatory This method must be implemented.