public interface ScheduleSlotSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ScheduleSlotQueryInspector |
getScheduleSlotQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ScheduleSlotList |
getScheduleSlots()
Gets the schedule list resulting from the search.
|
ScheduleSlotSearchResultsRecord |
getScheduleSlotSearchResultsRecord(Type scheduleSlotSearchRecordType)
Gets the schedule slot record corresponding to the given schedule slot
search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeScheduleSlotList getScheduleSlots()
IllegalStateException - list already retrievedmandatory - This method must be implemented. ScheduleSlotQueryInspector getScheduleSlotQueryInspector()
mandatory - This method must be implemented. ScheduleSlotSearchResultsRecord getScheduleSlotSearchResultsRecord(Type scheduleSlotSearchRecordType) throws OperationFailedException
Type. scheduleSlotSearchRecordType - a schedule slot search record
typeNullArgumentException -
scheduleSlotSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(scheduleSlotSearchRecordType) is
false mandatory - This method must be implemented.