Interface PoolEnablerSearchResults

All Superinterfaces:
Browsable, Extensible, OsidResult, OsidSearchResults

public interface PoolEnablerSearchResults extends OsidSearchResults

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

  • Method Details

    • getPoolEnablers

      PoolEnablerList getPoolEnablers()
      Gets the pool enabler list resulting from a search.
      Returns:
      the pool enabler list
      Throws:
      IllegalStateException - list already retrieved
      Compliance:
      mandatory - This method must be implemented.
    • getPoolEnablerQueryInspector

      PoolEnablerQueryInspector getPoolEnablerQueryInspector()
      Gets the inspector for the query to examine the terms used in the search.
      Returns:
      the pool enabler query inspector
      Compliance:
      mandatory - This method must be implemented.
    • getPoolEnablerSearchResultsRecord

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