| Interface | osid.repository.rules.CompositionEnablerSearchSession | ||
|---|---|---|---|
| Implements | osid.repository.rules.CompositionEnablerQuerySession | ||
| Description | This session provides methods for searching among    This session defines views that offer differing behaviors for searching. 
   | ||
| Method | getCompositionEnablerSearch | ||
| Description | Gets a composition enabler search. | ||
| Return | osid.repository.rules.CompositionEnablerSearch | the composition enabler search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCompositionEnablerSearchOrder | ||
| Description | Gets a composition enabler search order. The  | ||
| Return | osid.repository.rules.CompositionEnablerSearchOrder | the composition enabler search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCompositionEnablersBySearch | ||
| Description | Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.repository.rules.CompositionEnablerQuery | compositionEnablerQuery | the composition enabler query | 
| osid.repository.rules.CompositionEnablerSearch | compositionEnablerSearch | the composition enabler search | |
| Return | osid.repository.rules.CompositionEnablerSearchResults | the returned search results | |
| Errors | NULL_ARGUMENT |  compositionEnablerQuery or compositionEnablerSearch 
is null  | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  compositionEnablerQuery or compositionEnablerSearch 
is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getCompositionEnablerQueryFromInspector | ||
| Description | Gets a composition enabler query from an inspector. The 
                    inspector is available from a  | ||
| Parameters | osid.repository.rules.CompositionEnablerQueryInspector | compositionEnablerQueryInspector | a composition enabler query inspector | 
| Return | osid.repository.rules.CompositionEnablerQuery | the composition enabler query | |
| Errors | NULL_ARGUMENT |  compositionEnablerQueryInspector is null  | |
| UNSUPPORTED |  compositionEnablerQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |