Interface AuditProcessorSearchOrder

All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidExtensibleSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidOperableSearchOrder, OsidProcessorSearchOrder, OsidRuleSearchOrder, OsidSearchOrder, Suppliable

public interface AuditProcessorSearchOrder extends OsidProcessorSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getAuditProcessorSearchOrderRecord

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