public interface HoldEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
HoldEnablerQueryInspector |
getHoldEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
HoldEnablerList |
getHoldEnablers()
Gets the
HoldEnablerList resulting from a search. |
HoldEnablerSearchResultsRecord |
getHoldEnablerSearchResultsRecord(Type holdEnablerSearchRecordType)
Gets the hold enabler search results record corresponding to the given
hold enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeHoldEnablerList getHoldEnablers()
HoldEnablerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. HoldEnablerQueryInspector getHoldEnablerQueryInspector()
mandatory - This method must be implemented. HoldEnablerSearchResultsRecord getHoldEnablerSearchResultsRecord(Type holdEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method must be
used to retrieve an object implementing the requested record.holdEnablerSearchRecordType - a hold enabler search record typeNullArgumentException -
holdEnablerSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(holdEnablerSearchRecordType) is
false mandatory - This method must be implemented.