public interface AvailabilityEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
AvailabilityEnablerQueryInspector |
getAvailabilityEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
AvailabilityEnablerList |
getAvailabilityEnablers()
Gets the
AvailabilityEnablerList resulting from a
search. |
AvailabilityEnablerSearchResultsRecord |
getAvailabilityEnablerSearchResultsRecord(Type availabilityEnablerSearchRecordType)
Gets the availability enabler search results record corresponding to
the given availability enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeAvailabilityEnablerList getAvailabilityEnablers()
AvailabilityEnablerList resulting from a
search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. AvailabilityEnablerQueryInspector getAvailabilityEnablerQueryInspector()
mandatory - This method must be implemented. AvailabilityEnablerSearchResultsRecord getAvailabilityEnablerSearchResultsRecord(Type availabilityEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This
method must be used to retrieve an object implementing the requested
record.availabilityEnablerSearchRecordType - an availability enabler
search record typeNullArgumentException -
availabilityEnablerSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(availabilityEnablerSearchRecordType) is
false mandatory - This method must be implemented.