Interface BrokerConstrainerEnablerSearchResults

All Superinterfaces:
Browsable, Extensible, OsidResult, OsidSearchResults

public interface BrokerConstrainerEnablerSearchResults extends OsidSearchResults

This interface provides a means to capture results of a search.

  • Method Details

    • getBrokerConstrainerEnablers

      BrokerConstrainerEnablerList getBrokerConstrainerEnablers()
      Gets the broker constrainer enabler list resulting from a search.
      Returns:
      the broker constrainer enabler list
      Throws:
      IllegalStateException - list already retrieved
      Compliance:
      mandatory - This method must be implemented.
    • getBrokerConstrainerEnablerQueryInspector

      BrokerConstrainerEnablerQueryInspector getBrokerConstrainerEnablerQueryInspector()
      Gets the inspector for the query to examine the terms used in the search.
      Returns:
      the broker constrainer enabler query inspector
      Compliance:
      mandatory - This method must be implemented.
    • getBrokerConstrainerEnablerSearchResultsRecord

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