| Interface | osid.workflow.rules.StepProcessor | ||
|---|---|---|---|
| Implements | osid.OsidProcessor | ||
| Description |
A | ||
| Method | getStepProcessorRecord | ||
| Description |
Gets the step processor record corresponding to the
given | ||
| Parameters | osid.type.Type | stepProcessorRecordType | the type of step processor record to retrieve |
| Return | osid.workflow.rules.records.StepProcessorRecord | the step processor 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. | |