| Interface | osid.control.ActionGroupSearchSession | ||
|---|---|---|---|
| Implements | osid.control.ActionGroupQuerySession | ||
| Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
ActionGroups may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
| Method | getActionGroupSearch | ||
| Description |
Gets an action group search. | ||
| Return | osid.control.ActionGroupSearch | the action group search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getActionGroupSearchOrder | ||
| Description |
Gets an action group search order. The | ||
| Return | osid.control.ActionGroupSearchOrder | the action group search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getActionGroupsBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.control.ActionGroupQuery | actuionGroupQuery | the action group query |
osid.control.ActionGroupSearch | actionGroupSearch | the action group search | |
| Return | osid.control.ActionGroupSearchResults | the returned search results | |
| Errors | NULL_ARGUMENT | actuionGroupQuery or actionGroupSearch is
null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | actuionGroupQuery or actionGroupSearch is not
of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getActionGroupQueryFromInspector | ||
| Description |
Gets an action group query from an inspector. The
inspector is available from an | ||
| Parameters | osid.control.ActionGroupQueryInspector | actuionGroupQueryInspector | an action group query inspector |
| Return | osid.control.ActionGroupQuery | the action group query | |
| Errors | NULL_ARGUMENT | actuionGroupQueryInspector is null | |
| UNSUPPORTED | actuionGroupQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |