Interface DispatchProcessorEnablerSearchResults

All Superinterfaces:
Browsable, Extensible, OsidResult, OsidSearchResults

public interface DispatchProcessorEnablerSearchResults extends OsidSearchResults

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

  • Method Details

    • getDispatchProcessorEnablers

      DispatchProcessorEnablerList getDispatchProcessorEnablers()
      Gets the dispatch processor enabler list resulting from a search.
      Returns:
      the dispatch processor enabler list
      Throws:
      IllegalStateException - list already retrieved
      Compliance:
      mandatory - This method must be implemented.
    • getDispatchProcessorEnablerQueryInspector

      DispatchProcessorEnablerQueryInspector getDispatchProcessorEnablerQueryInspector()
      Gets the inspector for the query to examine the terms used in the search.
      Returns:
      the dispatch processor enabler query inspector
      Compliance:
      mandatory - This method must be implemented.
    • getDispatchProcessorEnablerSearchResultsRecord

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