Class LoggingSessionFactory
java.lang.Object
org.flowable.common.engine.impl.logging.LoggingSessionFactory
- All Implemented Interfaces:
SessionFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LoggingListenerprotected com.fasterxml.jackson.databind.ObjectMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapperClass<?>openSession(CommandContext commandContext) voidsetLoggingListener(LoggingListener loggingListener) voidsetObjectMapper(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:
getSessionTypein interfaceSessionFactory
-
openSession
- Specified by:
openSessionin interfaceSessionFactory
-
getLoggingListener
-
setLoggingListener
-
getObjectMapper
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper() -
setObjectMapper
public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-