Class FormParam

java.lang.Object
io.jmix.bpm.data.form.FormParam
All Implemented Interfaces:
Serializable

public class FormParam extends Object implements Serializable
See Also:
  • Field Details

    • name

      protected String name
    • evaluatedValue

      protected Object 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

      protected String value
      value property holds the value that is stored in the process model
    • valueSource

      protected FormParamValueSource valueSource
  • Constructor Details

    • FormParam

      public FormParam()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getEvaluatedValue

      public Object getEvaluatedValue()
    • setEvaluatedValue

      public void setEvaluatedValue(Object evaluatedValue)
    • getValueSource

      public FormParamValueSource getValueSource()
    • setValueSource

      public void setValueSource(FormParamValueSource valueSource)