public interface RecurringEventEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
RecurringEventEnablerQueryInspector |
getRecurringEventEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
RecurringEventEnablerList |
getRecurringEventEnablers()
Gets the
RecurringEventEnablerList resulting from a
search. |
RecurringEventEnablerSearchResultsRecord |
getRecurringEventEnablerSearchResultsRecord(Type recurringEventEnablerSearchRecordType)
Gets the recurring event enabler search results record corresponding
to the given recurring event enabler search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
RecurringEventEnablerList getRecurringEventEnablers()
RecurringEventEnablerList
resulting from a
search.IllegalStateException
- list has already been retrievedmandatory
- This method must be implemented. RecurringEventEnablerQueryInspector getRecurringEventEnablerQueryInspector()
mandatory
- This method must be implemented. RecurringEventEnablerSearchResultsRecord getRecurringEventEnablerSearchResultsRecord(Type recurringEventEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This method must be used to retrieve an object implementing
the requested record.recurringEventEnablerSearchRecordType
- a recurring event
enabler search record typeNullArgumentException
-
recurringEventEnablerSearchRecordType
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failure
occurredUnsupportedException
-
hasRecordType(recurringEventEnablerSearchRecordType)
is false
mandatory
- This method must be implemented.