Interface DispatchConstrainerEnablerSearchResults

All Superinterfaces:
Browsable, Extensible, OsidResult, OsidSearchResults

public interface DispatchConstrainerEnablerSearchResults extends OsidSearchResults

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

  • Method Details

    • getDispatchConstrainerEnablers

      DispatchConstrainerEnablerList getDispatchConstrainerEnablers()
      Gets the dispatch constrainer enabler list resulting from a search.
      Returns:
      the dispatch constrainer enabler list
      Throws:
      IllegalStateException - list already retrieved
      Compliance:
      mandatory - This method must be implemented.
    • getDispatchConstrainerEnablerQueryInspector

      DispatchConstrainerEnablerQueryInspector getDispatchConstrainerEnablerQueryInspector()
      Gets the inspector for the query to examine the terms used in the search.
      Returns:
      the dispatch constrainer enabler query inspector
      Compliance:
      mandatory - This method must be implemented.
    • getDispatchConstrainerEnablerSearchResultsRecord

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