Class LoggingSessionFactory

java.lang.Object
org.flowable.common.engine.impl.logging.LoggingSessionFactory
All Implemented Interfaces:
SessionFactory

public class LoggingSessionFactory extends Object implements SessionFactory
  • Field Details

    • loggingListener

      protected LoggingListener loggingListener
    • objectMapper

      protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
  • Constructor Details

    • LoggingSessionFactory

      public LoggingSessionFactory()
  • Method Details

    • getSessionType

      public Class<?> getSessionType()
      Specified by:
      getSessionType in interface SessionFactory
    • openSession

      public Session openSession(CommandContext commandContext)
      Specified by:
      openSession in interface SessionFactory
    • getLoggingListener

      public LoggingListener getLoggingListener()
    • setLoggingListener

      public void setLoggingListener(LoggingListener loggingListener)
    • getObjectMapper

      public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
    • setObjectMapper

      public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)