OSID Logo
OSID Specifications
workflow rules package
Version 3.1.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.TypeprocessConstrainerRecordType the type of process constrainer record to retrieve
Returnosid.workflow.rules.records.ProcessConstrainerRecord the process constrainer record
ErrorsNULL_ARGUMENT processConstrainerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(processConstrainerRecordType) is false
Compliancemandatory This method must be implemented.