| Interface | osid.workflow.rules.StepProcessor | ||
|---|---|---|---|
| Implements | osid.OsidProcessor | ||
| Used By | osid.workflow.rules.StepProcessorAdminSession | ||
osid.workflow.rules.StepProcessorList | |||
osid.workflow.rules.StepProcessorLookupSession | |||
| 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. | |