| Interface | osid.resourcing.rules.CommissionEnablerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description | 
                 The search interface for governing commission enabler searches.  | ||
| Method | searchAmongCommissionEnablers | ||
| Description | 
                     Execute this search among the given list of commission enablers.  | ||
| Parameters | osid.id.IdList | foundryIds | list of commission enablers | 
| Errors | NULL_ARGUMENT |  foundryIds  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderCommissionEnablerResults | ||
| Description | 
                     Specify an ordering to the search results.  | ||
| Parameters | osid.resourcing.rules.CommissionEnablerSearchOrder | commissionEnablerSearchOrder | commission enabler search order | 
| Errors | NULL_ARGUMENT |  commissionEnablerSearchOrder  is  null   |                 |
| UNSUPPORTED |  commissionEnablerSearchOrder  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getCommissionEnablerSearchRecord | ||
| Description | 
                     Gets the commission enabler search record corresponding 
                    to the given commission enabler search record   | ||
| Parameters | osid.type.Type | commissionEnablerSearchRecordType | an commission enabler search record type | 
| Return | osid.resourcing.rules.records.CommissionEnablerSearchRecord | the commission enabler search record | |
| Errors | NULL_ARGUMENT |  commissionEnablerSearchRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(commissionEnablerSearchRecordType)  is  
false   |                 ||
| Compliance | mandatory | This method must be implemented. | |