| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
commandContext |
protected LoggingSessionCommandContextCloseListener |
commandContextCloseListener |
protected List<com.fasterxml.jackson.databind.node.ObjectNode> |
loggingData |
protected LoggingListener |
loggingListener |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
LoggingSession(CommandContext commandContext,
LoggingListener loggingListener,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLoggingData(String type,
com.fasterxml.jackson.databind.node.ObjectNode data,
String engineType) |
void |
close() |
void |
flush() |
List<com.fasterxml.jackson.databind.node.ObjectNode> |
getLoggingData() |
protected void |
initCommandContextCloseListener() |
void |
setLoggingData(List<com.fasterxml.jackson.databind.node.ObjectNode> loggingData) |
protected CommandContext commandContext
protected LoggingSessionCommandContextCloseListener commandContextCloseListener
protected LoggingListener loggingListener
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected List<com.fasterxml.jackson.databind.node.ObjectNode> loggingData
public LoggingSession(CommandContext commandContext, LoggingListener loggingListener, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected void initCommandContextCloseListener()
public void addLoggingData(String type, com.fasterxml.jackson.databind.node.ObjectNode data, String engineType)
public List<com.fasterxml.jackson.databind.node.ObjectNode> getLoggingData()
public void setLoggingData(List<com.fasterxml.jackson.databind.node.ObjectNode> loggingData)
Copyright © 2021 Flowable. All rights reserved.