Uses of Class
org.activiti.runtime.api.event.internal.VariableEventFilter
Packages that use VariableEventFilter
-
Uses of VariableEventFilter in org.activiti.runtime.api.conf
Methods in org.activiti.runtime.api.conf that return VariableEventFilterMethods in org.activiti.runtime.api.conf with parameters of type VariableEventFilterModifier and TypeMethodDescriptionorg.springframework.beans.factory.InitializingBeanCommonRuntimeAutoConfiguration.registerVariableCreatedListenerDelegate(RuntimeService runtimeService, List<VariableEventListener<VariableCreatedEvent>> listeners, VariableEventFilter variableEventFilter) org.springframework.beans.factory.InitializingBeanCommonRuntimeAutoConfiguration.registerVariableUpdatedListenerDelegate(RuntimeService runtimeService, List<VariableEventListener<VariableUpdatedEvent>> listeners, VariableEventFilter variableEventFilter) -
Uses of VariableEventFilter in org.activiti.runtime.api.event.internal
Constructors in org.activiti.runtime.api.event.internal with parameters of type VariableEventFilterModifierConstructorDescriptionVariableCreatedListenerDelegate(List<VariableEventListener<VariableCreatedEvent>> listeners, ToVariableCreatedConverter converter, VariableEventFilter variableEventFilter) VariableUpdatedListenerDelegate(List<VariableEventListener<VariableUpdatedEvent>> listeners, ToVariableUpdatedConverter converter, VariableEventFilter variableEventFilter)