Interface BrokerProcessorSearchOrder

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

public interface BrokerProcessorSearchOrder extends OsidProcessorSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • orderByLeasing

      void orderByLeasing(SearchOrderStyle style)
      Orders the results by the leasing flag.
      Parameters:
      style - search order style
      Throws:
      NullArgumentException - style is null
      Compliance:
      mandatory - This method must be implemented.
    • orderByFixedLeaseDuration

      void orderByFixedLeaseDuration(SearchOrderStyle style)
      Orders the results by the fixed lease duration.
      Parameters:
      style - search order style
      Throws:
      NullArgumentException - style is null
      Compliance:
      mandatory - This method must be implemented.
    • orderByMustReturnProvisions

      void orderByMustReturnProvisions(SearchOrderStyle style)
      Orders the results by the must return provisions flag.
      Parameters:
      style - search order style
      Throws:
      NullArgumentException - style is null
      Compliance:
      mandatory - This method must be implemented.
    • orderByAllowsProvisionExchange

      void orderByAllowsProvisionExchange(SearchOrderStyle style)
      Orders the results by the allows provision exchange flag.
      Parameters:
      style - search order style
      Throws:
      NullArgumentException - style is null
      Compliance:
      mandatory - This method must be implemented.
    • orderByAllowsCompoundRequests

      void orderByAllowsCompoundRequests(SearchOrderStyle style)
      Orders the results by the allows compound requests flag.
      Parameters:
      style - search order style
      Throws:
      NullArgumentException - style is null
      Compliance:
      mandatory - This method must be implemented.
    • getBrokerProcessorSearchOrderRecord

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