Class ProcessExecutionLogger
- java.lang.Object
-
- org.activiti.engine.test.impl.logger.ProcessExecutionLogger
-
public class ProcessExecutionLogger extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Map<java.lang.String,ExecutionEntity>createdExecutionsprotected java.util.Map<java.lang.String,java.util.List<DebugInfo>>debugInfoMapprotected java.util.Map<java.lang.String,ExecutionEntity>deletedExecutions
-
Constructor Summary
Constructors Constructor Description ProcessExecutionLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDebugInfo(AbstractDebugInfo debugInfo)voidaddDebugInfo(AbstractDebugInfo debugInfo, boolean generateExecutionTreeRepresentation)voidclear()voidexecutionCreated(ExecutionEntity executionEntity)voidexecutionDeleted(ExecutionEntity executionEntity)protected java.util.List<DebugInfoExecutionTree>generateExecutionTrees()protected voidinternalPopulateExecutionTree(DebugInfoExecutionTree.DebugInfoExecutionTreeNode parentNode, java.util.Map<java.lang.String,java.util.List<ExecutionEntity>> parentMapping)voidlogDebugInfo()voidlogDebugInfo(boolean clearAfterLogging)
-
-
-
Field Detail
-
debugInfoMap
protected java.util.Map<java.lang.String,java.util.List<DebugInfo>> debugInfoMap
-
createdExecutions
protected java.util.Map<java.lang.String,ExecutionEntity> createdExecutions
-
deletedExecutions
protected java.util.Map<java.lang.String,ExecutionEntity> deletedExecutions
-
-
Method Detail
-
addDebugInfo
public void addDebugInfo(AbstractDebugInfo debugInfo)
-
addDebugInfo
public void addDebugInfo(AbstractDebugInfo debugInfo, boolean generateExecutionTreeRepresentation)
-
generateExecutionTrees
protected java.util.List<DebugInfoExecutionTree> generateExecutionTrees()
-
internalPopulateExecutionTree
protected void internalPopulateExecutionTree(DebugInfoExecutionTree.DebugInfoExecutionTreeNode parentNode, java.util.Map<java.lang.String,java.util.List<ExecutionEntity>> parentMapping)
-
logDebugInfo
public void logDebugInfo()
-
logDebugInfo
public void logDebugInfo(boolean clearAfterLogging)
-
clear
public void clear()
-
executionCreated
public void executionCreated(ExecutionEntity executionEntity)
-
executionDeleted
public void executionDeleted(ExecutionEntity executionEntity)
-
-