Uses of Class
com.flowable.form.model.OutcomeDefinition
Package | Description |
---|---|
com.flowable.form.model | |
com.flowable.form.rest.service.api.form |
-
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 java.util.List<OutcomeDefinition>
FlowableFormModel. outcomes
Methods in com.flowable.form.model that return types with arguments of type OutcomeDefinition Modifier and Type Method Description java.util.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(java.util.List<OutcomeDefinition> outcomes)
-
Uses of OutcomeDefinition in com.flowable.form.rest.service.api.form
Fields in com.flowable.form.rest.service.api.form with type parameters of type OutcomeDefinition Modifier and Type Field Description protected java.util.List<OutcomeDefinition>
FormInstanceModelResponse. outcomes
protected java.util.List<OutcomeDefinition>
FormModelResponse. outcomes
Methods in com.flowable.form.rest.service.api.form that return types with arguments of type OutcomeDefinition Modifier and Type Method Description java.util.List<OutcomeDefinition>
FormInstanceModelResponse. getOutcomes()
java.util.List<OutcomeDefinition>
FormModelResponse. getOutcomes()
Method parameters in com.flowable.form.rest.service.api.form with type arguments of type OutcomeDefinition Modifier and Type Method Description void
FormInstanceModelResponse. setOutcomes(java.util.List<OutcomeDefinition> outcomes)
void
FormModelResponse. setOutcomes(java.util.List<OutcomeDefinition> outcomes)