Uses of Class
org.flowable.bpmn.model.VariableAggregationDefinition.Variable
-
Packages that use VariableAggregationDefinition.Variable Package Description org.flowable.bpmn.model -
-
Uses of VariableAggregationDefinition.Variable in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type VariableAggregationDefinition.Variable Modifier and Type Field Description protected List<VariableAggregationDefinition.Variable>VariableAggregationDefinition. definitionsMethods in org.flowable.bpmn.model that return VariableAggregationDefinition.Variable Modifier and Type Method Description VariableAggregationDefinition.VariableVariableAggregationDefinition.Variable. clone()Methods in org.flowable.bpmn.model that return types with arguments of type VariableAggregationDefinition.Variable Modifier and Type Method Description List<VariableAggregationDefinition.Variable>VariableAggregationDefinition. getDefinitions()Methods in org.flowable.bpmn.model with parameters of type VariableAggregationDefinition.Variable Modifier and Type Method Description voidVariableAggregationDefinition. addDefinition(VariableAggregationDefinition.Variable definition)voidVariableAggregationDefinition.Variable. setValues(VariableAggregationDefinition.Variable otherDefinition)Method parameters in org.flowable.bpmn.model with type arguments of type VariableAggregationDefinition.Variable Modifier and Type Method Description voidVariableAggregationDefinition. setDefinitions(List<VariableAggregationDefinition.Variable> definitions)
-