| Interface | osid.workflow.rules.StepProcessorSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing step processor searches. | ||
| Method | searchAmongStepProcessors | ||
| Description |
Execute this search among the given list of step processors. | ||
| Parameters | osid.id.IdList | officeIds | list of step processors |
| Errors | NULL_ARGUMENT | officeIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderStepProcessorResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.workflow.rules.StepProcessorSearchOrder | stepProcessorSearchOrder | step processor search order |
| Errors | NULL_ARGUMENT | stepProcessorSearchOrder is null | |
| UNSUPPORTED | stepProcessorSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getStepProcessorSearchRecord | ||
| Description |
Gets the step processor search record corresponding to
the given step processor search record | ||
| Parameters | osid.type.Type | stepProcessorSearchRecordType | a step processor search record type |
| Return | osid.workflow.rules.records.StepProcessorSearchRecord | the step processor search record | |
| Errors | NULL_ARGUMENT | stepProcessorSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(stepProcessorSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |