OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.ProvisionableEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.provisioning.rules.ProvisionableEnablerSearchResults
osid.provisioning.rules.ProvisionableEnablerSmartDistributorSession
Description

This is the query inspector for examining provisionable enabler queries.

MethodgetRuledProvisionableIdTerms
Description

Gets the provisionable Id query terms.

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

Gets the provisionable query terms.

Returnosid.provisioning.ProvisionableQueryInspector[]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.
MethodgetProvisionableEnablerQueryInspectorRecord
Description

Gets the provisionable enabler query inspector record corresponding to the given ProvisionableEnabler record Type .

Parametersosid.type.TypeprovisionableEnablerRecordTypea provisionable enabler record type
Returnosid.provisioning.rules.records.ProvisionableEnablerQueryInspectorRecordthe provisionable enabler query inspector record
ErrorsNULL_ARGUMENTprovisionableEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(provisionableEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.