Uses of Class
org.flowable.bpmn.model.VariableAggregationDefinition
-
Packages that use VariableAggregationDefinition Package Description org.flowable.bpmn.model -
-
Uses of VariableAggregationDefinition in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type VariableAggregationDefinition Modifier and Type Field Description protected Collection<VariableAggregationDefinition>VariableAggregationDefinitions. aggregationsMethods in org.flowable.bpmn.model that return VariableAggregationDefinition Modifier and Type Method Description VariableAggregationDefinitionVariableAggregationDefinition. clone()Methods in org.flowable.bpmn.model that return types with arguments of type VariableAggregationDefinition Modifier and Type Method Description Collection<VariableAggregationDefinition>VariableAggregationDefinitions. getAggregations()Collection<VariableAggregationDefinition>VariableAggregationDefinitions. getOverviewAggregations()Methods in org.flowable.bpmn.model with parameters of type VariableAggregationDefinition Modifier and Type Method Description voidMultiInstanceLoopCharacteristics. addAggregation(VariableAggregationDefinition aggregation)voidVariableAggregationDefinition. setValues(VariableAggregationDefinition otherVariableDefinitionAggregation)Method parameters in org.flowable.bpmn.model with type arguments of type VariableAggregationDefinition Modifier and Type Method Description voidVariableAggregationDefinitions. setAggregations(Collection<VariableAggregationDefinition> aggregations)
-