Interface RenovationSearch

All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable

public interface RenovationSearch extends OsidSearch

The search interface for governing renovation searches.

  • Method Details

    • searchAmongRenovations

      void searchAmongRenovations(IdList renovationIds)
      Execute this search among the given list of renovations.
      Parameters:
      renovationIds - list of renovations
      Throws:
      NullArgumentException - renovationIds is null
      Compliance:
      mandatory - This method must be implemented.
    • orderRenovationResults

      void orderRenovationResults(RenovationSearchOrder renovationSearchOrder)
      Specify an ordering to the search results.
      Parameters:
      renovationSearchOrder - renovation search order
      Throws:
      NullArgumentException - renovationSearchOrder is null
      UnsupportedException - renovationSearchOrder is not of this service
      Compliance:
      mandatory - This method must be implemented.
    • getRenovationSearchRecord

      RenovationSearchRecord getRenovationSearchRecord(Type renovationSearchRecordType) throws OperationFailedException
      Gets the dis[atch search record corresponding to the given renovation search record Type .This method is used to retrieve an object implementing the requested record.
      Parameters:
      renovationSearchRecordType - a renovation search record type
      Returns:
      the renovation search record
      Throws:
      NullArgumentException - renovationSearchRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(renovationSearchRecordType) is false
      Compliance:
      mandatory - This method must be implemented.