Interface AuditSearchOrder

All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidExtensibleSearchOrder, OsidGovernatorSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidOperableSearchOrder, OsidSearchOrder, OsidSourceableSearchOrder, Suppliable

public interface AuditSearchOrder extends OsidGovernatorSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getAuditSearchOrderRecord

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