| Interface | osid.resourcing.CompetencyQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| Description |
This is the query inspector for examining competency queries. | ||
| Method | getLearningObjectiveIdTerms | ||
| Description |
Gets the learning objective | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLearningObjectiveTerms | ||
| Description |
Gets the learning objective query terms. | ||
| Return | osid.learning.ObjectiveQueryInspector[] | 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 | 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 | getJobIdTerms | ||
| Description |
Gets the job | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getJobTerms | ||
| 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 | getCompetencyQueryInspectorRecord | ||
| Description |
Gets the competency query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | rcompetencyRecordType | a competency record type |
| Return | osid.resourcing.records.CompetencyQueryInspectorRecord | the competency query inspector record | |
| Errors | NULL_ARGUMENT | competencyRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(competencyRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |