| Interface | osid.resourcing.CommissionQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidRelationshipQueryInspector | ||
| Description |
This is the query inspector for examining commission 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 | 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 | 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 | getEffortIdTerms | ||
| Description |
Gets the effort | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEffortTerms | ||
| Description |
Gets the effort query terms. | ||
| Return | osid.resourcing.EffortQueryInspector[] | 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 | getCommissionQueryInspectorRecord | ||
| Description |
Gets the commission query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | commissionRecordType | a commission record type |
| Return | osid.resourcing.records.CommissionQueryInspectorRecord | the commission query inspector record | |
| Errors | NULL_ARGUMENT | commissionRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(commissionRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |