| Interface | osid.control.rules.ActionEnablerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description | 
                 The search interface for governing action enabler searches.  | ||
| Method | searchAmongActionEnablers | ||
| Description | 
                     Execute this search among the given list of action enablers.  | ||
| Parameters | osid.id.IdList | actionEnablerIds | list of action enablers | 
| Errors | NULL_ARGUMENT |  actionEnablerIds  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderActionEnablerResults | ||
| Description | 
                     Specify an ordering to the search results.  | ||
| Parameters | osid.control.rules.ActionEnablerSearchOrder | actionEnablerSearchOrder | action enabler search order | 
| Errors | NULL_ARGUMENT |  actionEnablerSearchOrder  is  null   |                 |
| UNSUPPORTED |  actionEnablerSearchOrder  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getActionEnablerSearchRecord | ||
| Description | 
                     Gets the action enabler search record corresponding to 
                    the given action enabler search record   | ||
| Parameters | osid.type.Type | actionEnablerSearchRecordType | an action enabler search record type | 
| Return | osid.control.rules.records.ActionEnablerSearchRecord | the action enabler search record | |
| Errors | NULL_ARGUMENT |  actionEnablerSearchRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(actionEnablerSearchRecordType)  is  false 
  |                 ||
| Compliance | mandatory | This method must be implemented. | |