OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.ProcessProcessor
Implementsosid.OsidProcessor
Used Byosid.workflow.rules.ProcessProcessorAdminSession
osid.workflow.rules.ProcessProcessorList
osid.workflow.rules.ProcessProcessorLookupSession
Description

A ProcessProcessor manages the operation of a Process.

MethodgetProcessProcessorRecord
Description

Gets the process processor record corresponding to the given ProcessProcessor record Type. This method ie used to retrieve an object implementing the requested record. The processProcessorRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(processProcessorRecordType) is true.

Parametersosid.type.TypeprocessProcessorRecordType the type of process processor record to retrieve
Returnosid.workflow.rules.records.ProcessProcessorRecord the process processor record
ErrorsNULL_ARGUMENT processProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(processProcessorRecordType) is false
Compliancemandatory This method must be implemented.