OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessConstrainer
Implementsosid.OsidConstrainer
Used Byosid.workflow.rules.ProcessConstrainerAdminSession
osid.workflow.rules.ProcessConstrainerList
osid.workflow.rules.ProcessConstrainerLookupSession
Description

A ProcessConstrainer manages the constraints of a Process .

MethodgetProcessConstrainerRecord
Description

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

Parametersosid.type.TypeprocessConstrainerRecordTypethe type of process constrainer record to retrieve
Returnosid.workflow.rules.records.ProcessConstrainerRecordthe process constrainer record
ErrorsNULL_ARGUMENTprocessConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.