Interface ProcessEnablerSearchOrder

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

public interface ProcessEnablerSearchOrder extends OsidEnablerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getProcessEnablerSearchOrderRecord

      ProcessEnablerSearchOrderRecord getProcessEnablerSearchOrderRecord(Type processEnablerRecordType) throws OperationFailedException
      Gets the process enabler search order record corresponding to the given process enabler record Type . Multiple retrievals return the same underlying object.
      Parameters:
      processEnablerRecordType - a process enabler record type
      Returns:
      the process enabler search order record
      Throws:
      NullArgumentException - processEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(processEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.