Uses of Class
org.activiti.runtime.api.event.internal.VariableEventFilter
-
Packages that use VariableEventFilter Package Description org.activiti.runtime.api.conf org.activiti.runtime.api.event.internal -
-
Uses of VariableEventFilter in org.activiti.runtime.api.conf
Methods in org.activiti.runtime.api.conf that return VariableEventFilter Modifier and Type Method Description VariableEventFilterCommonRuntimeAutoConfiguration. variableEventFilter()Methods in org.activiti.runtime.api.conf with parameters of type VariableEventFilter Modifier and Type Method Description org.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 VariableEventFilter Constructor Description VariableCreatedListenerDelegate(List<VariableEventListener<VariableCreatedEvent>> listeners, ToVariableCreatedConverter converter, VariableEventFilter variableEventFilter)VariableUpdatedListenerDelegate(List<VariableEventListener<VariableUpdatedEvent>> listeners, ToVariableUpdatedConverter converter, VariableEventFilter variableEventFilter)
-