Uses of Class
org.flowable.bpmn.model.VariableAggregationDefinitions
Packages that use VariableAggregationDefinitions
-
Uses of VariableAggregationDefinitions in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model declared as VariableAggregationDefinitionsModifier and TypeFieldDescriptionprotected VariableAggregationDefinitions
MultiInstanceLoopCharacteristics.aggregations
Methods in org.flowable.bpmn.model that return VariableAggregationDefinitionsModifier and TypeMethodDescriptionVariableAggregationDefinitions.clone()
MultiInstanceLoopCharacteristics.getAggregations()
Methods in org.flowable.bpmn.model with parameters of type VariableAggregationDefinitionsModifier and TypeMethodDescriptionvoid
MultiInstanceLoopCharacteristics.setAggregations
(VariableAggregationDefinitions aggregations) void
VariableAggregationDefinitions.setValues
(VariableAggregationDefinitions otherAggregations) -
Uses of VariableAggregationDefinitions in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior declared as VariableAggregationDefinitionsModifier and TypeFieldDescriptionprotected VariableAggregationDefinitions
MultiInstanceActivityBehavior.aggregations
Methods in org.flowable.engine.impl.bpmn.behavior that return VariableAggregationDefinitionsMethods in org.flowable.engine.impl.bpmn.behavior with parameters of type VariableAggregationDefinitionsModifier and TypeMethodDescriptionvoid
MultiInstanceActivityBehavior.setAggregations
(VariableAggregationDefinitions aggregations)