Package io.jmix.bpm.data.form
Class FormParam
java.lang.Object
io.jmix.bpm.data.form.FormParam
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected ObjectevaluatedValue property holds the value that will be passed to the process form.protected Stringprotected Stringvalue property holds the value that is stored in the process modelprotected FormParamValueSource
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()getValue()voidsetEvaluatedValue(Object evaluatedValue) voidvoidvoidsetValueSource(FormParamValueSource valueSource) 
- 
Field Details- 
name
- 
evaluatedValueevaluatedValue 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
- 
valuevalue property holds the value that is stored in the process model
- 
valueSource
 
- 
- 
Constructor Details- 
FormParampublic FormParam()
 
- 
- 
Method Details- 
getName
- 
setName
- 
getValue
- 
setValue
- 
getEvaluatedValue
- 
setEvaluatedValue
- 
getValueSource
- 
setValueSource
 
-