OSID Logo
OSID Specifications
workflow rules package
Version 3.0.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.TypeprocessConstrainerEnablerRecordTypea process constrainer enabler record type
Returnosid.workflow.rules.records.ProcessConstrainerEnablerFormRecordthe process constrainer enabler form record
ErrorsNULL_ARGUMENTprocessConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.