| Interface | osid.workflow.rules.ProcessConstrainer | ||
|---|---|---|---|
| Implements | osid.OsidConstrainer | ||
| Used By | osid.workflow.rules.ProcessConstrainerAdminSession | ||
osid.workflow.rules.ProcessConstrainerList | |||
osid.workflow.rules.ProcessConstrainerLookupSession | |||
| Description |
A | ||
| Method | getProcessConstrainerRecord | ||
| Description |
Gets the process constrainer record corresponding to
the given | ||
| Parameters | osid.type.Type | processConstrainerRecordType | the type of process constrainer record to retrieve |
| Return | osid.workflow.rules.records.ProcessConstrainerRecord | the process constrainer record | |
| Errors | NULL_ARGUMENT | processConstrainerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(processConstrainerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |