Interface LogEntrySearch

All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable

public interface LogEntrySearch extends OsidSearch

The search interface for governing log entry searches.

  • Method Details

    • searchAmongLogEntries

      void searchAmongLogEntries(IdList logEntryIds)
      Execute this search among the given list of log entries.
      Parameters:
      logEntryIds - list of log entries
      Throws:
      NullArgumentException - logEntryIds is null
      Compliance:
      mandatory - This method must be implemented.
    • orderLogEntryResults

      void orderLogEntryResults(LogEntrySearchOrder logEntrySearchOrder)
      Specify an ordering to the search results.
      Parameters:
      logEntrySearchOrder - log entry search order
      Throws:
      NullArgumentException - logEntrySearchOrder is null
      UnsupportedException - logEntrySearchOrder is not of this service
      Compliance:
      mandatory - This method must be implemented.
    • getLogEntrySearchRecord

      LogEntrySearchRecord getLogEntrySearchRecord(Type logEntrySearchRecordType) throws OperationFailedException
      Gets the log search record corresponding to the given log entry search record Type . This method is used to retrieve an object implementing the requested record.
      Parameters:
      logEntrySearchRecordType - a log entry search record type
      Returns:
      the log entry search record
      Throws:
      NullArgumentException - logEntrySearchRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(logEntrySearchRecordType) is false
      Compliance:
      mandatory - This method must be implemented.