OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.ProcessConstrainerEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.workflow.rules.ProcessConstrainerEnablerAdminSession
Description

This is the form for creating and updating ProcessConstrainerEnablers. Like all OsidForms, various data elements may be set here for use in the create and update methods in the ProcessConstrainerEnablerAdminSession. For e ach data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetProcessConstrainerEnablerFormRecord
Description

Gets the ProcessConstrainerEnablerFormRecord corresponding to the given process constrainer enabler record Type.

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