| Interface | osid.workflow.rules.ProcessEnabler | ||
|---|---|---|---|
| Implements | osid.OsidEnabler | ||
| Used By | osid.workflow.rules.ProcessEnablerAdminSession | ||
osid.workflow.rules.ProcessEnablerList | |||
osid.workflow.rules.ProcessEnablerLookupSession | |||
| Description |
A | ||
| Method | getProcessEnablerRecord | ||
| Description |
Gets the process enabler record corresponding to the
given | ||
| Parameters | osid.type.Type | processEnablerRecordType | the type of process enabler record to retrieve |
| Return | osid.workflow.rules.records.ProcessEnablerRecord | the process enabler record | |
| Errors | NULL_ARGUMENT | processEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(processEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |