Class ProcessExecutionLogger
java.lang.Object
org.flowable.engine.test.impl.logger.ProcessExecutionLogger
- Author:
- jbarrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<String,
ExecutionEntity> protected Map<String,
ExecutionEntity> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addDebugInfo
(AbstractDebugInfo debugInfo) void
addDebugInfo
(AbstractDebugInfo debugInfo, boolean generateExecutionTreeRepresentation) void
clear()
void
executionCreated
(ExecutionEntity executionEntity) void
executionDeleted
(ExecutionEntity executionEntity) protected List<DebugInfoExecutionTree>
protected void
internalPopulateExecutionTree
(DebugInfoExecutionTree.DebugInfoExecutionTreeNode parentNode, Map<String, List<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<ExecutionEntity>> parentMapping) -
logDebugInfo
public void logDebugInfo() -
logDebugInfo
public void logDebugInfo(boolean clearAfterLogging) -
clear
public void clear() -
executionCreated
-
executionDeleted
-