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 TypeMethodDescriptionvoidaddDebugInfo(AbstractDebugInfo debugInfo) voidaddDebugInfo(AbstractDebugInfo debugInfo, boolean generateExecutionTreeRepresentation) voidclear()voidexecutionCreated(ExecutionEntity executionEntity) voidexecutionDeleted(ExecutionEntity executionEntity) protected List<DebugInfoExecutionTree>protected voidinternalPopulateExecutionTree(DebugInfoExecutionTree.DebugInfoExecutionTreeNode parentNode, Map<String, List<ExecutionEntity>> parentMapping) voidvoidlogDebugInfo(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
-