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