| Interface | osid.workflow.rules.StepProcessorSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidProcessorSearchOrder | ||
| Used By | osid.workflow.rules.StepProcessorSearchSession | ||
osid.workflow.rules.StepProcessorSmartOfficeSession | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getStepProcessorSearchOrderRecord | ||
| Description |
Gets the step processor search order record
corresponding to the given step processor record
| ||
| Parameters | osid.type.Type | stepProcessorRecordType | a step processor record type |
| Return | osid.workflow.rules.records.StepProcessorSearchOrderRecord | the step processor search order record | |
| Errors | NULL_ARGUMENT | stepProcessorRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(stepProcessorRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |