Interface JobConstrainerEnablerSearchResults

All Superinterfaces:
Browsable, Extensible, OsidResult, OsidSearchResults

public interface JobConstrainerEnablerSearchResults extends OsidSearchResults

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

  • Method Details

    • getJobConstrainerEnablers

      JobConstrainerEnablerList getJobConstrainerEnablers()
      Gets the JobConstrainerEnablerList resulting from a search.
      Returns:
      the job constrainer enabler list
      Throws:
      IllegalStateException - list has already been retrieved
      Compliance:
      mandatory - This method must be implemented.
    • getJobConstrainerEnablerQueryInspector

      JobConstrainerEnablerQueryInspector getJobConstrainerEnablerQueryInspector()
      Gets the inspector for the query to examine the terms used in the search.
      Returns:
      the job constrainer enabler query inspector
      Compliance:
      mandatory - This method must be implemented.
    • getJobConstrainerEnablerSearchResultsRecord

      JobConstrainerEnablerSearchResultsRecord getJobConstrainerEnablerSearchResultsRecord(Type jobConstrainerEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
      Gets the job constrainer enabler search results record corresponding to the given job constrainer enabler search record Type . This method must be used to retrieve an object implementing the requested record.
      Parameters:
      jobConstrainerEnablerSearchRecordType - a job constrainer enabler search record type
      Returns:
      the job constrainer enabler search results record
      Throws:
      NullArgumentException - jobConstrainerEnablerSearchRecordType is null
      OperationFailedException - unable to complete request
      PermissionDeniedException - authorization failure occurred
      UnsupportedException - hasRecordType(jobConstrainerEnablerSearchRecordType) is false
      Compliance:
      mandatory - This method must be implemented.