Package io.jmix.bpm.data.form
Class FormParam
java.lang.Object
io.jmix.bpm.data.form.FormParam
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Object
evaluatedValue property holds the value that will be passed to the process form.protected String
protected String
value property holds the value that is stored in the process modelprotected FormParamValueSource
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getValue()
void
setEvaluatedValue
(Object evaluatedValue) void
void
void
setValueSource
(FormParamValueSource valueSource)
-
Field Details
-
name
-
evaluatedValue
evaluatedValue property holds the value that will be passed to the process form. For example, is the value source is "process variable" then the "value" property will store a variable name and the "evaluatedValue" will store a variable value -
value
value property holds the value that is stored in the process model -
valueSource
-
-
Constructor Details
-
FormParam
public FormParam()
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-
getEvaluatedValue
-
setEvaluatedValue
-
getValueSource
-
setValueSource
-