Uses of Class
org.flowable.common.engine.impl.logging.LoggingSession
-
Packages that use LoggingSession Package Description org.flowable.common.engine.impl.logging -
-
Uses of LoggingSession in org.flowable.common.engine.impl.logging
Fields in org.flowable.common.engine.impl.logging declared as LoggingSession Modifier and Type Field Description protected LoggingSessionLoggingSessionCommandContextCloseListener. loggingSessionMethods in org.flowable.common.engine.impl.logging that return LoggingSession Modifier and Type Method Description LoggingSessionLoggingSessionCommandContextCloseListener. getLoggingSession()Methods in org.flowable.common.engine.impl.logging with parameters of type LoggingSession Modifier and Type Method Description voidLoggingSessionCommandContextCloseListener. setLoggingSession(LoggingSession loggingSession)Constructors in org.flowable.common.engine.impl.logging with parameters of type LoggingSession Constructor Description LoggingSessionCommandContextCloseListener(LoggingSession loggingSession, LoggingListener loggingListener, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-