Class DebugInfoExecutionTree
- java.lang.Object
-
- org.activiti.engine.test.impl.logger.DebugInfoExecutionTree
-
public class DebugInfoExecutionTree extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDebugInfoExecutionTree.DebugInfoExecutionTreeNode
-
Field Summary
Fields Modifier and Type Field Description protected DebugInfoExecutionTree.DebugInfoExecutionTreeNodeprocessInstance
-
Constructor Summary
Constructors Constructor Description DebugInfoExecutionTree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DebugInfoExecutionTree.DebugInfoExecutionTreeNodegetProcessInstance()voidsetProcessInstance(DebugInfoExecutionTree.DebugInfoExecutionTreeNode processInstance)
-
-
-
Field Detail
-
processInstance
protected DebugInfoExecutionTree.DebugInfoExecutionTreeNode processInstance
-
-
Method Detail
-
getProcessInstance
public DebugInfoExecutionTree.DebugInfoExecutionTreeNode getProcessInstance()
-
setProcessInstance
public void setProcessInstance(DebugInfoExecutionTree.DebugInfoExecutionTreeNode processInstance)
-
-