public interface ScheduleSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ScheduleQueryInspector |
getScheduleQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ScheduleList |
getSchedules()
Gets the schedule list resulting from the search.
|
ScheduleSearchResultsRecord |
getScheduleSearchResultsRecord(Type scheduleSearchRecordType)
Gets the schedule search results record corresponding to the given
schedule search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeScheduleList getSchedules()
IllegalStateException - list already retrievedmandatory - This method must be implemented. ScheduleQueryInspector getScheduleQueryInspector()
mandatory - This method must be implemented. ScheduleSearchResultsRecord getScheduleSearchResultsRecord(Type scheduleSearchRecordType) throws OperationFailedException
Type. scheduleSearchRecordType - a schedule search record typeNullArgumentException - scheduleSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(scheduleSearchRecordType) is
false mandatory - This method must be implemented.