Interface | osid.resourcing.rules.JobConstrainerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidConstrainerQueryInspector | ||
Description |
This is the query inspector for examining job constrainer 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 | getJobConstrainerQueryInspectorRecord | ||
Description |
Gets the job constrainer query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | jobConstrainerRecordType | a job constrainer record type |
Return | osid.resourcing.rules.records.JobConstrainerQueryInspectorRecord | the job constrainer query inspector record | |
Errors | NULL_ARGUMENT | jobConstrainerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(jobConstrainerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |