Interface | osid.financials.ActivityQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
osid.OsidFederateableQueryInspector | |||
osid.OsidTemporalQueryInspector | |||
Description |
The query inspectors provide a means of accessing the match
terms of a query. These interfaces are used to examine the
actual query terms used in a search or that may be used to
create a smart catalog. Query inspectors may be converted to
| ||
Method | getOrganizationIdTerms | ||
Description |
Gets the organization | ||
Return | osid.search.terms.IdTerm[] | the organization Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getOrganizationTerms | ||
Description |
Gets the organization query terms. | ||
Return | osid.resource.ResourceQueryInspector[] | the organization query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSupervisorIdTerms | ||
Description |
Gets the supervisor | ||
Return | osid.search.terms.IdTerm[] | the supervisor Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSupervisorTerms | ||
Description |
Gets the supervisor query terms. | ||
Return | osid.resource.ResourceQueryInspector[] | the supervisor query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCodeTerms | ||
Description |
Gets the code query terms. | ||
Return | osid.search.terms.StringTerm[] | the code query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSummaryTerms | ||
Description |
Gets the summary query terms. | ||
Return | osid.financials.SummaryQueryInspector[] | the summary query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAncestorActivityIdTerms | ||
Description |
Gets the ancestor activity | ||
Return | osid.search.terms.IdTerm[] | the ancestor activity Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAncestorActivityTerms | ||
Description |
Gets the ancestor activity query terms. | ||
Return | osid.financials.ActivityQueryInspector[] | the ancestor activity terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDescendantActivityIdTerms | ||
Description |
Gets the descendant activity | ||
Return | osid.search.terms.IdTerm[] | the descendant activity Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDescendantActivityTerms | ||
Description |
Gets the descendant activity query terms. | ||
Return | osid.financials.ActivityQueryInspector[] | the descendant activity terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBusinessIdTerms | ||
Description |
Gets the business | ||
Return | osid.search.terms.IdTerm[] | the business Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBusinessTerms | ||
Description |
Gets the business query terms. | ||
Return | osid.financials.BusinessQueryInspector[] | the business query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getActivityQueryInspectorRecord | ||
Description |
Gets the activity query inspector record corresponding
to the given | ||
Parameters | osid.type.Type | activityRecordType | an activity record type |
Return | osid.financials.records.ActivityQueryInspectorRecord | the activity query inspector record | |
Errors | NULL_ARGUMENT | activityRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(activityRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |