public interface ActionGroupSearchOrder extends OsidObjectSearchOrder, OsidAggregateableSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
ActionGroupSearchOrderRecord |
getActionGroupSearchOrderRecord(Type actionGroupRecordType)
Gets the action group search order record corresponding to the given
action group
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeActionGroupSearchOrderRecord getActionGroupSearchOrderRecord(Type actionGroupRecordType) throws OperationFailedException
Type. Multiple retrievals return the same
underlying object.actionGroupRecordType - an action group record typeNullArgumentException - actionGroupRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(actionGroupRecordType) is false
mandatory - This method must be implemented.