Uses of Interface
org.flowable.common.engine.impl.logging.LoggingListener
Packages that use LoggingListener
-
Uses of LoggingListener in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as LoggingListenerModifier and TypeFieldDescriptionprotected LoggingListenerAbstractEngineConfiguration.loggingListenerMethods in org.flowable.common.engine.impl that return LoggingListenerMethods in org.flowable.common.engine.impl with parameters of type LoggingListenerModifier and TypeMethodDescriptionvoidAbstractEngineConfiguration.setLoggingListener(LoggingListener loggingListener) -
Uses of LoggingListener in org.flowable.common.engine.impl.logging
Fields in org.flowable.common.engine.impl.logging declared as LoggingListenerModifier and TypeFieldDescriptionprotected LoggingListenerLoggingSession.loggingListenerprotected LoggingListenerLoggingSessionCommandContextCloseListener.loggingListenerprotected LoggingListenerLoggingSessionFactory.loggingListenerMethods in org.flowable.common.engine.impl.logging that return LoggingListenerModifier and TypeMethodDescriptionLoggingSessionCommandContextCloseListener.getLoggingListener()LoggingSessionFactory.getLoggingListener()Methods in org.flowable.common.engine.impl.logging with parameters of type LoggingListenerModifier and TypeMethodDescriptionvoidLoggingSessionCommandContextCloseListener.setLoggingListener(LoggingListener loggingListener) voidLoggingSessionFactory.setLoggingListener(LoggingListener loggingListener) Constructors in org.flowable.common.engine.impl.logging with parameters of type LoggingListenerModifierConstructorDescriptionLoggingSession(CommandContext commandContext, LoggingListener loggingListener, com.fasterxml.jackson.databind.ObjectMapper objectMapper) LoggingSessionCommandContextCloseListener(LoggingSession loggingSession, LoggingListener loggingListener, com.fasterxml.jackson.databind.ObjectMapper objectMapper)