Interface EntrySearch

All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable

public interface EntrySearch extends OsidSearch

The search interface for governing entry searches.

  • Method Details

    • searchAmongEntries

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

      void orderEntryResults(EntrySearchOrder entrySearchOrder)
      Specify an ordering to the search results.
      Parameters:
      entrySearchOrder - entry search order
      Throws:
      NullArgumentException - entrySearchOrder is null
      UnsupportedException - entrySearchOrder is not of this service
      Compliance:
      mandatory - This method must be implemented.
    • getEntrySearchRecord

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