OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.ProcessConstrainerEnabler
Implementsosid.OsidEnabler
Used Byosid.workflow.rules.ProcessConstrainerEnablerAdminSession
osid.workflow.rules.ProcessConstrainerEnablerList
osid.workflow.rules.ProcessConstrainerEnablerLookupSession
Description

A ProcessConstrainerEnabler manages the active status of a ProcessConstrainer.

MethodgetProcessConstrainerEnablerRecord
Description

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

Parametersosid.type.TypeprocessConstrainerEnablerRecordType the type of process constrainer enabler record to retrieve
Returnosid.workflow.rules.records.ProcessConstrainerEnablerRecord the process constrainer enabler record
ErrorsNULL_ARGUMENT processConstrainerEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(processConstrainerEnablerRecordType) is false
Compliancemandatory This method must be implemented.