Interface IssueProcessorEnablerSearchOrder

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

public interface IssueProcessorEnablerSearchOrder extends OsidEnablerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getIssueProcessorEnablerSearchOrderRecord

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