Uses of Interface
org.activiti.engine.impl.interceptor.CommandContextCloseListener
-
-
Uses of CommandContextCloseListener in org.activiti.engine.impl.event.logger
Subinterfaces of CommandContextCloseListener in org.activiti.engine.impl.event.logger Modifier and Type Interface Description interfaceEventFlusherClasses in org.activiti.engine.impl.event.logger that implement CommandContextCloseListener Modifier and Type Class Description classAbstractEventFlusherclassDatabaseEventFlusher -
Uses of CommandContextCloseListener in org.activiti.engine.impl.interceptor
Classes in org.activiti.engine.impl.interceptor that implement CommandContextCloseListener Modifier and Type Class Description classTransactionCommandContextCloseListenerFields in org.activiti.engine.impl.interceptor with type parameters of type CommandContextCloseListener Modifier and Type Field Description protected java.util.List<CommandContextCloseListener>CommandContext. closeListenersMethods in org.activiti.engine.impl.interceptor that return types with arguments of type CommandContextCloseListener Modifier and Type Method Description java.util.List<CommandContextCloseListener>CommandContext. getCloseListeners()Methods in org.activiti.engine.impl.interceptor with parameters of type CommandContextCloseListener Modifier and Type Method Description voidCommandContext. addCloseListener(CommandContextCloseListener commandContextCloseListener) -
Uses of CommandContextCloseListener in org.activiti.engine.impl.jobexecutor
Classes in org.activiti.engine.impl.jobexecutor that implement CommandContextCloseListener Modifier and Type Class Description classAsyncJobAddedNotificationclassFailedJobListener -
Uses of CommandContextCloseListener in org.activiti.engine.impl.variable
Classes in org.activiti.engine.impl.variable that implement CommandContextCloseListener Modifier and Type Class Description classVerifyDeserializedObjectCommandContextCloseListenerACommandContextCloseListenerthat holds oneDeserializedObjectinstance that is added by theSerializableType.
-