Interface BrokerEnablerSearch

All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable

public interface BrokerEnablerSearch extends OsidSearch

The search interface for governing broker enabler searches.

  • Method Details

    • searchAmongBrokerEnablers

      void searchAmongBrokerEnablers(IdList brokerEnablerIds)
      Execute this search among the given list of broker enablers.
      Parameters:
      brokerEnablerIds - list of broker enablers
      Throws:
      NullArgumentException - brokerEnablerIds is null
      Compliance:
      mandatory - This method must be implemented.
    • orderBrokerEnablerResults

      void orderBrokerEnablerResults(BrokerEnablerSearchOrder brokerEnablerSearchOrder)
      Specify an ordering to the search results.
      Parameters:
      brokerEnablerSearchOrder - broker enabler search order
      Throws:
      NullArgumentException - brokerEnablerSearchOrder is null
      UnsupportedException - brokerEnablerSearchOrder is not of this service
      Compliance:
      mandatory - This method must be implemented.
    • getBrokerEnablerSearchRecord

      BrokerEnablerSearchRecord getBrokerEnablerSearchRecord(Type brokerEnablerSearchRecordType) throws OperationFailedException
      Gets the broker enabler search record corresponding to the given broker enabler search record Type .This method is used to retrieve an object implementing the requested record.
      Parameters:
      brokerEnablerSearchRecordType - a broker enabler search record type
      Returns:
      the broker enabler search record
      Throws:
      NullArgumentException - brokerEnablerSearchRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(brokerEnablerSearchRecordType) is false
      Compliance:
      mandatory - This method must be implemented.