| Interface | osid.resourcing.JobQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidGovernatorQueryInspector | ||
| Description |
This is the query inspector for examining job queries. | ||
| Method | getCompetencyIdTerms | ||
| Description |
Gets the competency | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCompetencyTerms | ||
| Description |
Gets the competency query terms. | ||
| Return | osid.resourcing.CompetencyQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getWorkIdTerms | ||
| Description |
Gets the work | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getWorkTerms | ||
| Description |
Gets the work query terms. | ||
| Return | osid.resourcing.WorkQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAvailabilityIdTerms | ||
| Description |
Gets the availability | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAvailabilityTerms | ||
| Description |
Gets the availability query terms. | ||
| Return | osid.resourcing.AvailabilityQueryInspector[] | 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 | getJobQueryInspectorRecord | ||
| Description |
Gets the job query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | jobRecordType | a job record type |
| Return | osid.resourcing.records.JobQueryInspectorRecord | the job query inspector record | |
| Errors | NULL_ARGUMENT | jobRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(jobRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |