Uses of Class
org.flowable.cmmn.model.VariableAggregationDefinition
-
-
Uses of VariableAggregationDefinition in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model with type parameters of type VariableAggregationDefinition Modifier and Type Field Description protected Collection<VariableAggregationDefinition>VariableAggregationDefinitions. aggregationsMethods in org.flowable.cmmn.model that return VariableAggregationDefinition Modifier and Type Method Description VariableAggregationDefinitionVariableAggregationDefinition. clone()Methods in org.flowable.cmmn.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.cmmn.model with parameters of type VariableAggregationDefinition Modifier and Type Method Description voidRepetitionRule. addAggregation(VariableAggregationDefinition aggregation)voidVariableAggregationDefinition. setValues(VariableAggregationDefinition otherVariableDefinitionAggregation)Method parameters in org.flowable.cmmn.model with type arguments of type VariableAggregationDefinition Modifier and Type Method Description voidVariableAggregationDefinitions. setAggregations(Collection<VariableAggregationDefinition> aggregations)
-