| Interface | osid.resourcing.rules.JobConstrainerEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description |
This is the query inspector for examining job constrainer enabler queries. | ||
| Method | getRuledJobConstrainerIdTerms | ||
| Description |
Gets the job constrainer | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledJobConstrainerTerms | ||
| Description |
Gets the job constrainer query terms. | ||
| Return | osid.resourcing.rules.JobConstrainerQueryInspector[] | 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 | getJobConstrainerEnablerQueryInspectorRecord | ||
| Description |
Gets the job constrainer enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | jobConstrainerEnablerRecordType | a job constrainer enabler record type |
| Return | osid.resourcing.rules.records.JobConstrainerEnablerQueryInspectorRecord | the job constrainer enabler query inspector record | |
| Errors | NULL_ARGUMENT | jobConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(jobConstrainerEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |