Interface | osid.resourcing.AvailabilityQueryInspector | ||
---|---|---|---|
Implements | osid.OsidRelationshipQueryInspector | ||
Description |
This is the query inspector for examining availability queries. | ||
Method | getResourceIdTerms | ||
Description |
Gets the resource | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getResourceTerms | ||
Description |
Gets the resource query terms. | ||
Return | osid.resource.ResourceQueryInspector[] | 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 | 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 | getPercentageTerms | ||
Description |
Gets the percentage availability query terms. | ||
Return | osid.search.terms.CardinalRangeTerm[] | 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 | getAvailabilityQueryInspectorRecord | ||
Description |
Gets the availability query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | availabilityRecordType | an availability record type |
Return | osid.resourcing.records.AvailabilityQueryInspectorRecord | the availability query inspector record | |
Errors | NULL_ARGUMENT | availabilityRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(availabilityRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |