| Interface | osid.workflow.rules.ProcessProcessor | ||
|---|---|---|---|
| Implements | osid.OsidProcessor | ||
| Used By | osid.workflow.rules.ProcessProcessorAdminSession | ||
osid.workflow.rules.ProcessProcessorList | |||
osid.workflow.rules.ProcessProcessorLookupSession | |||
| Description |
A | ||
| Method | getProcessProcessorRecord | ||
| Description |
Gets the process processor record corresponding to the
given | ||
| Parameters | osid.type.Type | processProcessorRecordType | the type of process processor record to retrieve |
| Return | osid.workflow.rules.records.ProcessProcessorRecord | the process processor record | |
| Errors | NULL_ARGUMENT | processProcessorRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(processProcessorRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |