Interface | osid.control.ActionGroupQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
osid.OsidAggregateableQueryInspector | |||
Description |
This is the query inspector for examining action group queries. | ||
Method | getActionIdTerms | ||
Description |
Gets the action | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getActionTerms | ||
Description |
Gets the action query terms. | ||
Return | osid.control.ActionQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSystemIdTerms | ||
Description |
Gets the system | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSystemTerms | ||
Description |
Gets the system query terms. | ||
Return | osid.control.SystemQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getActionGroupQueryInspectorRecord | ||
Description |
Gets the action group query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | actionGroupRecordType | an action group record type |
Return | osid.control.records.ActionGroupQueryInspectorRecord | the action group query inspector record | |
Errors | NULL_ARGUMENT | actionGroupRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(actionGroupRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |