Interface BrokerProcessorSearchResults

All Superinterfaces:
Browsable, Extensible, OsidResult, OsidSearchResults

public interface BrokerProcessorSearchResults extends OsidSearchResults

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

  • Method Details

    • getBrokerProcessors

      BrokerProcessorList getBrokerProcessors()
      Gets the broker processor list resulting from a search.
      Returns:
      the broker processor list
      Throws:
      IllegalStateException - list already retrieved
      Compliance:
      mandatory - This method must be implemented.
    • getBrokerProcessorQueryInspector

      BrokerProcessorQueryInspector getBrokerProcessorQueryInspector()
      Gets the inspector for the query to examine the terms used in the search.
      Returns:
      the broker processor query inspector
      Compliance:
      mandatory - This method must be implemented.
    • getBrokerProcessorSearchResultsRecord

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