Interface SequenceRuleSearchResults

All Superinterfaces:
Browsable, Extensible, OsidResult, OsidSearchResults

public interface SequenceRuleSearchResults extends OsidSearchResults

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

  • Method Details

    • getSequenceRules

      SequenceRuleList getSequenceRules()
      Gets the SequenceRuleList resulting from a search.
      Returns:
      the sequence rule list
      Throws:
      IllegalStateException - list has already been retrieved
      Compliance:
      mandatory - This method must be implemented.
    • getSequenceRuleQueryInspector

      SequenceRuleQueryInspector getSequenceRuleQueryInspector()
      Gets the inspector for the query to examine the terms used in the search.
      Returns:
      the sequence rule query inspector
      Compliance:
      mandatory - This method must be implemented.
    • getSequenceRuleSearchResultsRecord

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