Interface ActionGroupSearchOrder

All Superinterfaces:
Extensible, OsidAggregateableSearchOrder, OsidBrowsableSearchOrder, OsidExtensibleSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidSearchOrder, Suppliable

public interface ActionGroupSearchOrder extends OsidObjectSearchOrder, OsidAggregateableSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getActionGroupSearchOrderRecord

      ActionGroupSearchOrderRecord getActionGroupSearchOrderRecord(Type actionGroupRecordType) throws OperationFailedException
      Gets the action group search order record corresponding to the given action group Type . Multiple retrievals return the same underlying object.
      Parameters:
      actionGroupRecordType - an action group record type
      Returns:
      the action group search order record
      Throws:
      NullArgumentException - actionGroupRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(actionGroupRecordType) is false
      Compliance:
      mandatory - This method must be implemented.