Class LoggingSession
java.lang.Object
org.flowable.common.engine.impl.logging.LoggingSession
- All Implemented Interfaces:
Session
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommandContextprotected List<com.fasterxml.jackson.databind.node.ObjectNode>protected LoggingListenerprotected com.fasterxml.jackson.databind.ObjectMapper -
Constructor Summary
ConstructorsConstructorDescriptionLoggingSession(CommandContext commandContext, LoggingListener loggingListener, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLoggingData(String type, com.fasterxml.jackson.databind.node.ObjectNode data, String engineType) voidclose()voidflush()List<com.fasterxml.jackson.databind.node.ObjectNode>protected voidvoidsetLoggingData(List<com.fasterxml.jackson.databind.node.ObjectNode> loggingData)
-
Field Details
-
commandContext
-
commandContextCloseListener
-
loggingListener
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper -
loggingData
-
-
Constructor Details
-
LoggingSession
public LoggingSession(CommandContext commandContext, LoggingListener loggingListener, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details