Interface | osid.resourcing.FoundryQueryInspector | ||
---|---|---|---|
Implements | osid.OsidCatalogQueryInspector | ||
Description |
This is the query inspector for examining foundry queries. | ||
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 | 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 | 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 | 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 | getAncestorFoundryIdTerms | ||
Description |
Gets the ancestor foundry | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAncestorFoundryTerms | ||
Description |
Gets the ancestor foundry query terms. | ||
Return | osid.resourcing.FoundryQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDescendantFoundryIdTerms | ||
Description |
Gets the descendant foundry | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDescendantFoundryTerms | ||
Description |
Gets the descendant foundry query terms. | ||
Return | osid.resourcing.FoundryQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getFoundryQueryInspectorRecord | ||
Description |
Gets the foundry query inspectorrecord corresponding to
the given | ||
Parameters | osid.type.Type | foundryRecordType | a foundry record type |
Return | osid.resourcing.records.FoundryQueryInspectorRecord | the foundry query inspector record | |
Errors | NULL_ARGUMENT | foundryRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(foundryRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |