OSID Logo
OSID Specifications
workflow rules package
Version 3.0.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.TypeprocessProcessorRecordTypethe type of process processor record to retrieve
Returnosid.workflow.rules.records.ProcessProcessorRecordthe process processor record
ErrorsNULL_ARGUMENTprocessProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.