Interface | osid.resourcing.rules.JobProcessorEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining job processor enabler queries. | ||
Method | getRuledJobProcessorIdTerms | ||
Description |
Gets the job processor | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledJobProcessorTerms | ||
Description |
Gets the job processor query terms. | ||
Return | osid.resourcing.rules.JobProcessorQueryInspector[] | 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 | getJobProcessorEnablerQueryInspectorRecord | ||
Description |
Gets the job processor enabler query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | jobProcessorEnablerRecordType | a job processor enabler record type |
Return | osid.resourcing.rules.records.JobProcessorEnablerQueryInspectorRecord | the job processor enabler query inspector record | |
Errors | NULL_ARGUMENT | jobProcessorEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(jobProcessorEnablerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |