public interface RecurringEventSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
RecurringEventQueryInspector |
getRecurringEventQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
RecurringEventList |
getRecurringEvents()
Gets the recurring event list resulting from the search.
|
RecurringEventSearchResultsRecord |
getRecurringEventSearchResultsRecord(Type recurringEventSearchRecordType)
Gets the recurring event search results record corresponding to the
given recurring event search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeRecurringEventList getRecurringEvents()
IllegalStateException - list already retrievedmandatory - This method must be implemented. RecurringEventQueryInspector getRecurringEventQueryInspector()
mandatory - This method must be implemented. RecurringEventSearchResultsRecord getRecurringEventSearchResultsRecord(Type recurringEventSearchRecordType) throws OperationFailedException
Type. This method
is used to retrieve an object implementing the requested record.recurringEventSearchRecordType - a recurring event search record
typeNullArgumentException -
recurringEventSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(recurringEventSearchRecordType) is
false mandatory - This method must be implemented.