Uses of Class
org.flowable.cmmn.model.VariableAggregationDefinition
Packages that use VariableAggregationDefinition
-
Uses of VariableAggregationDefinition in org.flowable.cmmn.api.delegate
Methods in org.flowable.cmmn.api.delegate that return VariableAggregationDefinition -
Uses of VariableAggregationDefinition in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model with type parameters of type VariableAggregationDefinitionModifier and TypeFieldDescriptionprotected Collection<VariableAggregationDefinition> VariableAggregationDefinitions.aggregationsMethods in org.flowable.cmmn.model that return VariableAggregationDefinitionMethods in org.flowable.cmmn.model that return types with arguments of type VariableAggregationDefinitionModifier and TypeMethodDescriptionVariableAggregationDefinitions.getAggregations()VariableAggregationDefinitions.getOverviewAggregations()Methods in org.flowable.cmmn.model with parameters of type VariableAggregationDefinitionModifier and TypeMethodDescriptionvoidRepetitionRule.addAggregation(VariableAggregationDefinition aggregation) voidVariableAggregationDefinition.setValues(VariableAggregationDefinition otherVariableDefinitionAggregation) Method parameters in org.flowable.cmmn.model with type arguments of type VariableAggregationDefinitionModifier and TypeMethodDescriptionvoidVariableAggregationDefinitions.setAggregations(Collection<VariableAggregationDefinition> aggregations)