Interface | osid.calendaring.rules.OffsetEventEnablerSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getOffsetEventEnablers | ||
Description |
Gets the | ||
Return | osid.calendaring.rules.OffsetEventEnablerList | the offset event enabler list | |
Errors | ILLEGAL_STATE | list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getOffsetEventEnablerQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.calendaring.rules.OffsetEventEnablerQueryInspector | the offset event enabler query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getOffsetEventEnablerSearchResultsRecord | ||
Description |
Gets the offset event enabler search results record
corresponding to the given offset event enabler search
record | ||
Parameters | osid.type.Type | offsetEventEnablerSearchRecordType | an offset event enabler search record type |
Return | osid.calendaring.rules.records.OffsetEventEnablerSearchResultsRecord | the offset event enabler search results record | |
Errors | NULL_ARGUMENT | offsetEventEnablerSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(offsetEventEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |