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. outcomesMethods 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 voidFlowableFormModel. 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. outcomesprotected java.util.List<OutcomeDefinition>FormModelResponse. outcomesMethods 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 voidFormInstanceModelResponse. setOutcomes(java.util.List<OutcomeDefinition> outcomes)voidFormModelResponse. setOutcomes(java.util.List<OutcomeDefinition> outcomes)