Interface | osid.resourcing.rules.CommissionEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining commission enabler queries. | ||
Method | getRuledCommissionIdTerms | ||
Description |
Gets the commission | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledCommissionTerms | ||
Description |
Gets the commission query terms. | ||
Return | osid.resourcing.CommissionQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getFoundryIdTerms | ||
Description |
Gets the foundry | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getFoundryTerms | ||
Description |
Gets the foundry query terms. | ||
Return | osid.resourcing.FoundryQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCommissionEnablerQueryInspectorRecord | ||
Description |
Gets the commission enabler query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | commissionEnablerRecordType | an commission enabler record type |
Return | osid.resourcing.rules.records.CommissionEnablerQueryInspectorRecord | the commission enabler query inspector record | |
Errors | NULL_ARGUMENT | commissionEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(commissionEnablerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |