Interface | osid.control.ActionGroupSearchOrder | ||
---|---|---|---|
Implements | osid.OsidObjectSearchOrder | ||
osid.OsidAggregateableSearchOrder | |||
Description |
An interface for specifying the ordering of search results. | ||
Method | getActionGroupSearchOrderRecord | ||
Description |
Gets the action group search order record corresponding
to the given action group | ||
Parameters | osid.type.Type | actionGroupRecordType | an action group record type |
Return | osid.control.records.ActionGroupSearchOrderRecord | the action group search order 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. |