public interface HoldSearch extends OsidSearch
The search interface for governing hold searches.
| Modifier and Type | Method and Description |
|---|---|
HoldSearchRecord |
getHoldSearchRecord(Type holdSearchRecordType)
Gets the hold search record corresponding to the given hold search
record
Type. |
void |
orderHoldResults(HoldSearchOrder holdSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongHolds(IdList holdIds)
Execute this search among the given list of holds.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongHolds(IdList holdIds)
holdIds - list of holdsNullArgumentException - holdIds is
null mandatory - This method must be implemented. void orderHoldResults(HoldSearchOrder holdSearchOrder)
holdSearchOrder - hold search orderNullArgumentException - holdSearchOrder
is null UnsupportedException - holdSearchOrder
is not of this servicemandatory - This method must be implemented. HoldSearchRecord getHoldSearchRecord(Type holdSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method is used to retrieve an object
implementing the requested record.holdSearchRecordType - a hold search record typeNullArgumentException - holdSearchRecordType
is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(holdSearchRecordType) is false
mandatory - This method must be implemented.