Interface StepConstrainerSearchOrder

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

public interface StepConstrainerSearchOrder extends OsidConstrainerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getStepConstrainerSearchOrderRecord

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