OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.ProcessConstrainerForm
Implementsosid.OsidConstrainerForm
Used Byosid.workflow.rules.ProcessConstrainerAdminSession
Description

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

MethodgetProcessConstrainerFormRecord
Description

Gets the ProcessConstrainerFormRecord corresponding to the given process constrainer record Type.

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