| Interface | osid.workflow.rules.StepEnabler | ||
|---|---|---|---|
| Implements | osid.OsidEnabler | ||
| Used By | osid.workflow.rules.StepEnablerAdminSession | ||
osid.workflow.rules.StepEnablerList | |||
osid.workflow.rules.StepEnablerLookupSession | |||
| Description |
A | ||
| Method | getStepEnablerRecord | ||
| Description |
Gets the step enabler record corresponding to the given
| ||
| Parameters | osid.type.Type | stepEnablerRecordType | the type of step enabler record to retrieve |
| Return | osid.workflow.rules.records.StepEnablerRecord | the step enabler record | |
| Errors | NULL_ARGUMENT | stepEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(stepEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |