Class LoggingSessionFactory
java.lang.Object
org.flowable.common.engine.impl.logging.LoggingSessionFactory
- All Implemented Interfaces:
SessionFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LoggingListener
protected com.fasterxml.jackson.databind.ObjectMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapper
Class<?>
openSession
(CommandContext commandContext) void
setLoggingListener
(LoggingListener loggingListener) void
setObjectMapper
(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Field Details
-
loggingListener
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
LoggingSessionFactory
public LoggingSessionFactory()
-
-
Method Details
-
getSessionType
- Specified by:
getSessionType
in interfaceSessionFactory
-
openSession
- Specified by:
openSession
in interfaceSessionFactory
-
getLoggingListener
-
setLoggingListener
-
getObjectMapper
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper() -
setObjectMapper
public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-