Uses of Class
com.flowable.form.model.OutcomeDefinition
-
Packages that use OutcomeDefinition Package Description com.flowable.form.model -
-
Uses of OutcomeDefinition in com.flowable.form.model
Fields in com.flowable.form.model with type parameters of type OutcomeDefinition Modifier and Type Field Description protected List<OutcomeDefinition>
FlowableFormModel. outcomes
Methods in com.flowable.form.model that return types with arguments of type OutcomeDefinition Modifier and Type Method Description List<OutcomeDefinition>
FlowableFormModel. getOutcomes()
Method parameters in com.flowable.form.model with type arguments of type OutcomeDefinition Modifier and Type Method Description void
FlowableFormModel. setOutcomes(List<OutcomeDefinition> outcomes)
-