Interface AuditConstrainerSearchResults

All Superinterfaces:
Browsable, Extensible, OsidResult, OsidSearchResults

public interface AuditConstrainerSearchResults extends OsidSearchResults

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

  • Method Details

    • getAuditConstrainers

      AuditConstrainerList getAuditConstrainers()
      Gets the audit constrainer list resulting from a search.
      Returns:
      the audit constrainer list
      Throws:
      IllegalStateException - list already retrieved
      Compliance:
      mandatory - This method must be implemented.
    • getAuditConstrainerQueryInspector

      AuditConstrainerQueryInspector getAuditConstrainerQueryInspector()
      Gets the inspector for the query to examine the terms used in the search.
      Returns:
      the audit constrainer query inspector
      Compliance:
      mandatory - This method must be implemented.
    • getAuditConstrainerSearchResultsRecord

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