Uses of Class
org.flowable.ui.modeler.model.form.ConditionRepresentation
-
Packages that use ConditionRepresentation Package Description org.flowable.ui.modeler.model.form -
-
Uses of ConditionRepresentation in org.flowable.ui.modeler.model.form
Methods in org.flowable.ui.modeler.model.form that return ConditionRepresentation Modifier and Type Method Description ConditionRepresentationConditionRepresentation. getNextCondition()ConditionRepresentationConditionRepresentation. setLeftFormFieldId(String leftFormFieldId)ConditionRepresentationConditionRepresentation. setNextCondition(String operator, ConditionRepresentation nextCondition)ConditionRepresentationConditionRepresentation. setOperator(String operator)ConditionRepresentationConditionRepresentation. setRightFormFieldId(String rightFormFieldId)ConditionRepresentationConditionRepresentation. setRightType(String rightType)ConditionRepresentationConditionRepresentation. setRightValue(Object value)Methods in org.flowable.ui.modeler.model.form with parameters of type ConditionRepresentation Modifier and Type Method Description ConditionRepresentationConditionRepresentation. setNextCondition(String operator, ConditionRepresentation nextCondition)
-