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(org.activiti.engine.RuntimeService runtimeService, List<org.activiti.api.runtime.shared.events.VariableEventListener<org.activiti.api.model.shared.event.VariableCreatedEvent>> listeners, VariableEventFilter variableEventFilter, EphemeralVariableResolver ephemeralVariableResolver) org.springframework.beans.factory.InitializingBeanCommonRuntimeAutoConfiguration.registerVariableUpdatedListenerDelegate(org.activiti.engine.RuntimeService runtimeService, List<org.activiti.api.runtime.shared.events.VariableEventListener<org.activiti.api.model.shared.event.VariableUpdatedEvent>> listeners, VariableEventFilter variableEventFilter, EphemeralVariableResolver ephemeralVariableResolver) -
Uses of VariableEventFilter in org.activiti.runtime.api.event.internal
Constructors in org.activiti.runtime.api.event.internal with parameters of type VariableEventFilterModifierConstructorDescriptionVariableCreatedListenerDelegate(List<org.activiti.api.runtime.shared.events.VariableEventListener<org.activiti.api.model.shared.event.VariableCreatedEvent>> listeners, ToVariableCreatedConverter converter, VariableEventFilter variableEventFilter) VariableUpdatedListenerDelegate(List<org.activiti.api.runtime.shared.events.VariableEventListener<org.activiti.api.model.shared.event.VariableUpdatedEvent>> listeners, ToVariableUpdatedConverter converter, VariableEventFilter variableEventFilter)