OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Interfaceosid.resourcing.rules.CommissionEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.resourcing.rules.CommissionEnablerSearchResults
osid.resourcing.rules.CommissionEnablerSmartFoundrySession
Description

This is the query inspector for examining commission enabler queries.

MethodgetRuledCommissionIdTerms
Description

Gets the commission Id query terms.

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

Gets the commission query terms.

Returnosid.resourcing.CommissionQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetFoundryIdTerms
Description

Gets the foundry Id query terms.

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

Gets the foundry query terms.

Returnosid.resourcing.FoundryQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetCommissionEnablerQueryInspectorRecord
Description

Gets the commission enabler query inspector record corresponding to the given CommissionEnabler record Type .

Parametersosid.type.TypecommissionEnablerRecordTypea commission enabler record type
Returnosid.resourcing.rules.records.CommissionEnablerQueryInspectorRecordthe commission enabler query inspector record
ErrorsNULL_ARGUMENTcommissionEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(commissionEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.