Interface BallotConstrainerSearchOrder

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

public interface BallotConstrainerSearchOrder extends OsidConstrainerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getBallotConstrainerSearchOrderRecord

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