| Interface | osid.workflow.rules.ProcessProcessorEnablerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Used By | osid.workflow.rules.ProcessProcessorEnablerSearchSession | ||
| Description |
The search interface for governing process processor enabler searches. | ||
| Method | searchAmongProcessProcessorEnablers | ||
| Description |
Execute this search among the given list of process processor enablers. | ||
| Parameters | osid.id.IdList | processProcessorEnablerIds | list of process processor enablers |
| Errors | NULL_ARGUMENT | processProcessorEnablerIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderProcessProcessorEnablerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.workflow.rules.ProcessProcessorEnablerSearchOrder | processProcessorEnablerSearchOrder | process processor enabler search order |
| Errors | NULL_ARGUMENT | processProcessorEnablerSearchOrder is null | |
| UNSUPPORTED | processProcessorEnablerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessProcessorEnablerSearchRecord | ||
| Description |
Gets the process processor enabler search record
corresponding to the given process processor enabler
search record | ||
| Parameters | osid.type.Type | processProcessorEnablerSearchRecordType | a process processor enabler search record type |
| Return | osid.workflow.rules.records.ProcessProcessorEnablerSearchRecord | the process processor enabler search record | |
| Errors | NULL_ARGUMENT | processProcessorEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(processProcessorEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |