Class ProcessExecutionLogger
java.lang.Object
org.flowable.engine.test.impl.logger.ProcessExecutionLogger
- Author:
- jbarrez
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDebugInfo
(AbstractDebugInfo debugInfo) void
addDebugInfo
(AbstractDebugInfo debugInfo, boolean generateExecutionTreeRepresentation) void
clear()
void
executionCreated
(org.flowable.engine.impl.persistence.entity.ExecutionEntity executionEntity) void
executionDeleted
(org.flowable.engine.impl.persistence.entity.ExecutionEntity executionEntity) protected List<DebugInfoExecutionTree>
protected void
internalPopulateExecutionTree
(DebugInfoExecutionTree.DebugInfoExecutionTreeNode parentNode, Map<String, List<org.flowable.engine.impl.persistence.entity.ExecutionEntity>> parentMapping) void
void
logDebugInfo
(boolean clearAfterLogging)
-
Field Details
-
debugInfoMap
-
createdExecutions
-
deletedExecutions
-
-
Constructor Details
-
ProcessExecutionLogger
public ProcessExecutionLogger()
-
-
Method Details
-
addDebugInfo
-
addDebugInfo
-
generateExecutionTrees
-
internalPopulateExecutionTree
protected void internalPopulateExecutionTree(DebugInfoExecutionTree.DebugInfoExecutionTreeNode parentNode, Map<String, List<org.flowable.engine.impl.persistence.entity.ExecutionEntity>> parentMapping) -
logDebugInfo
public void logDebugInfo() -
logDebugInfo
public void logDebugInfo(boolean clearAfterLogging) -
clear
public void clear() -
executionCreated
public void executionCreated(org.flowable.engine.impl.persistence.entity.ExecutionEntity executionEntity) -
executionDeleted
public void executionDeleted(org.flowable.engine.impl.persistence.entity.ExecutionEntity executionEntity)
-