Uses of Class
org.flowable.bpmn.model.VariableAggregationDefinition
Packages that use VariableAggregationDefinition
-
Uses of VariableAggregationDefinition in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type VariableAggregationDefinitionModifier and TypeFieldDescriptionprotected Collection
<VariableAggregationDefinition> VariableAggregationDefinitions.aggregations
Methods in org.flowable.bpmn.model that return VariableAggregationDefinitionMethods in org.flowable.bpmn.model that return types with arguments of type VariableAggregationDefinitionModifier and TypeMethodDescriptionVariableAggregationDefinitions.getAggregations()
VariableAggregationDefinitions.getOverviewAggregations()
Methods in org.flowable.bpmn.model with parameters of type VariableAggregationDefinitionModifier and TypeMethodDescriptionvoid
MultiInstanceLoopCharacteristics.addAggregation
(VariableAggregationDefinition aggregation) void
VariableAggregationDefinition.setValues
(VariableAggregationDefinition otherVariableDefinitionAggregation) Method parameters in org.flowable.bpmn.model with type arguments of type VariableAggregationDefinitionModifier and TypeMethodDescriptionvoid
VariableAggregationDefinitions.setAggregations
(Collection<VariableAggregationDefinition> aggregations) -
Uses of VariableAggregationDefinition in org.flowable.engine.delegate.variable
Methods in org.flowable.engine.delegate.variable that return VariableAggregationDefinition