OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.rules.CommissionEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
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.TypecommissionEnablerRecordTypean commission enabler record type
Returnosid.resourcing.rules.records.CommissionEnablerQueryInspectorRecordthe commission enabler query inspector record
ErrorsNULL_ARGUMENT commissionEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(commissionEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.