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