Uses of Class
org.flowable.bpmn.model.VariableAggregationDefinition
Packages that use VariableAggregationDefinition
Package
Description
-
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 -
Uses of VariableAggregationDefinition in org.flowable.engine.impl.delegate
Fields in org.flowable.engine.impl.delegate declared as VariableAggregationDefinitionModifier and TypeFieldDescriptionprotected final VariableAggregationDefinition
BaseVariableAggregatorContext.definition
Methods in org.flowable.engine.impl.delegate that return VariableAggregationDefinitionMethods in org.flowable.engine.impl.delegate with parameters of type VariableAggregationDefinitionModifier and TypeMethodDescriptionstatic VariableAggregatorContext
BaseVariableAggregatorContext.complete
(VariableAggregationDefinition definition) static VariableAggregatorContext
BaseVariableAggregatorContext.overview
(VariableAggregationDefinition definition) Constructors in org.flowable.engine.impl.delegate with parameters of type VariableAggregationDefinitionModifierConstructorDescriptionBaseVariableAggregatorContext
(VariableAggregationDefinition definition, String state) -
Uses of VariableAggregationDefinition in org.flowable.engine.impl.variable
Methods in org.flowable.engine.impl.variable that return types with arguments of type VariableAggregationDefinitionModifier and TypeMethodDescriptionstatic Map<String,
VariableAggregationDefinition> BpmnAggregation.groupAggregationsByTarget
(DelegateExecution multiInstanceRootExecution, Collection<VariableAggregationDefinition> aggregations, ProcessEngineConfigurationImpl processEngineConfiguration) Methods in org.flowable.engine.impl.variable with parameters of type VariableAggregationDefinitionModifier and TypeMethodDescriptionstatic VariableInstanceEntity
BpmnAggregation.aggregateComplete
(DelegateExecution execution, DelegateExecution parentExecution, VariableAggregationDefinition aggregation, ProcessEngineConfigurationImpl processEngineConfiguration) Create an aggregated variable instance for a completed execution.static String
BpmnAggregation.getAggregationTargetVarName
(VariableAggregationDefinition aggregation, DelegateExecution execution, ProcessEngineConfigurationImpl processEngineConfiguration) static VariableAggregator
BpmnAggregation.resolveVariableAggregator
(VariableAggregationDefinition aggregation, DelegateExecution execution) Method parameters in org.flowable.engine.impl.variable with type arguments of type VariableAggregationDefinitionModifier and TypeMethodDescriptionstatic Map<String,
VariableAggregationDefinition> BpmnAggregation.groupAggregationsByTarget
(DelegateExecution multiInstanceRootExecution, Collection<VariableAggregationDefinition> aggregations, ProcessEngineConfigurationImpl processEngineConfiguration)