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.aggregationsMethods 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 TypeMethodDescriptionvoidMultiInstanceLoopCharacteristics.addAggregation(VariableAggregationDefinition aggregation) voidVariableAggregationDefinition.setValues(VariableAggregationDefinition otherVariableDefinitionAggregation) Method parameters in org.flowable.bpmn.model with type arguments of type VariableAggregationDefinitionModifier and TypeMethodDescriptionvoidVariableAggregationDefinitions.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 VariableAggregationDefinitionBaseVariableAggregatorContext.definitionMethods in org.flowable.engine.impl.delegate that return VariableAggregationDefinitionMethods in org.flowable.engine.impl.delegate with parameters of type VariableAggregationDefinitionModifier and TypeMethodDescriptionstatic VariableAggregatorContextBaseVariableAggregatorContext.complete(VariableAggregationDefinition definition) static VariableAggregatorContextBaseVariableAggregatorContext.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 VariableInstanceEntityBpmnAggregation.aggregateComplete(DelegateExecution execution, DelegateExecution parentExecution, VariableAggregationDefinition aggregation, ProcessEngineConfigurationImpl processEngineConfiguration) Create an aggregated variable instance for a completed execution.static StringBpmnAggregation.getAggregationTargetVarName(VariableAggregationDefinition aggregation, DelegateExecution execution, ProcessEngineConfigurationImpl processEngineConfiguration) static VariableAggregatorBpmnAggregation.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)