Interface | osid.resourcing.EffortQueryInspector | ||
---|---|---|---|
Implements | osid.OsidRelationshipQueryInspector | ||
Description |
This is the query inspector for examining effort 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 | getCommissionIdTerms | ||
Description |
Gets the commission | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCommissionTerms | ||
Description |
Gets the commission query terms. | ||
Return | osid.resourcing.CommissionQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getTimeSpentTerms | ||
Description |
Gets the time spent query terms. | ||
Return | osid.search.terms.DurationRangeTerm[] | 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 | getEffortQueryInspectorRecord | ||
Description |
Gets the effort query inspector record corresponding to
the given | ||
Parameters | osid.type.Type | effortRecordType | an effort record type |
Return | osid.resourcing.records.EffortQueryInspectorRecord | the effort query inspector record | |
Errors | NULL_ARGUMENT | effortRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(effortRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |