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