Interface | osid.repository.rules.CompositionEnablerSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getCompositionEnablers | ||
Description |
Gets the | ||
Return | osid.repository.rules.CompositionEnablerList | the composition enabler list | |
Errors | ILLEGAL_STATE | list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getCompositionEnablerQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.repository.rules.CompositionEnablerQueryInspector | the composition enabler query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getCompositionEnablerSearchResultsRecord | ||
Description |
Gets the composition enabler search results record
corresponding to the given composition enabler search
record | ||
Parameters | osid.type.Type | compositionEnablerSearchRecordType | a composition enabler search record type |
Return | osid.repository.rules.records.CompositionEnablerSearchResultsRecord | the composition enabler search results record | |
Errors | NULL_ARGUMENT | compositionEnablerSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(compositionEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |