| Interface | osid.workflow.rules.ProcessEnablerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing process enabler searches. | ||
| Method | searchAmongProcessEnablers | ||
| Description |
Execute this search among the given list of process enablers. | ||
| Parameters | osid.id.IdList | officeIds | list of process enablers |
| Errors | NULL_ARGUMENT | officeIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderProcessEnablerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.workflow.rules.ProcessEnablerSearchOrder | processEnablerSearchOrder | process enabler search order |
| Errors | NULL_ARGUMENT | processEnablerSearchOrder is null | |
| UNSUPPORTED | processEnablerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessEnablerSearchRecord | ||
| Description |
Gets the process enabler search record corresponding to
the given process enabler search record | ||
| Parameters | osid.type.Type | processEnablerSearchRecordType | a process enabler search record type |
| Return | osid.workflow.rules.records.ProcessEnablerSearchRecord | the process enabler search record | |
| Errors | NULL_ARGUMENT | processEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(processEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |