Interface | osid.calendaring.rules.SupersedingEventEnablerSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getSupersedingEventEnablers | ||
Description |
Gets the | ||
Return | osid.calendaring.rules.SupersedingEventEnablerList | the superseding event enabler list | |
Errors | ILLEGAL_STATE | list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getSupersedingEventEnablerQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.calendaring.rules.SupersedingEventEnablerQueryInspector | the superseding event enabler query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getSupersedingEventEnablerSearchResultsRecord | ||
Description |
Gets the superseding event enabler search results
record corresponding to the given superseding event
enabler search record | ||
Parameters | osid.type.Type | supersedingEventEnablerSearchRecordType | a superseding event enabler search record type |
Return | osid.calendaring.rules.records.SupersedingEventEnablerSearchResultsRecord | the superseding event enabler search results record | |
Errors | NULL_ARGUMENT | supersedingEventEnablerSearchRecordType is null
| |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(supersedingEventEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |