Uses of Class
org.activiti.engine.debug.ExecutionTreeNode
-
Packages that use ExecutionTreeNode Package Description org.activiti.engine.debug -
-
Uses of ExecutionTreeNode in org.activiti.engine.debug
Fields in org.activiti.engine.debug declared as ExecutionTreeNode Modifier and Type Field Description protected ExecutionTreeNodeExecutionTreeNode. parentprotected ExecutionTreeNodeExecutionTree. rootprotected ExecutionTreeNodeExecutionTreeBfsIterator. rootNodeFields in org.activiti.engine.debug with type parameters of type ExecutionTreeNode Modifier and Type Field Description protected List<ExecutionTreeNode>ExecutionTreeNode. childrenprotected LinkedList<ExecutionTreeNode>ExecutionTreeBfsIterator. flattenedListprotected Iterator<ExecutionTreeNode>ExecutionTreeBfsIterator. flattenedListIteratorMethods in org.activiti.engine.debug that return ExecutionTreeNode Modifier and Type Method Description ExecutionTreeNodeExecutionTreeNode. getParent()ExecutionTreeNodeExecutionTree. getRoot()ExecutionTreeNodeExecutionTree. getTreeNode(String executionId)Looks up theExecutionEntityfor a given id.protected ExecutionTreeNodeExecutionTree. getTreeNode(String executionId, ExecutionTreeNode currentNode)ExecutionTreeNodeExecutionTreeBfsIterator. next()Methods in org.activiti.engine.debug that return types with arguments of type ExecutionTreeNode Modifier and Type Method Description List<ExecutionTreeNode>ExecutionTreeNode. getChildren()Iterator<ExecutionTreeNode>ExecutionTree. iterator()Iterator<ExecutionTreeNode>ExecutionTreeNode. iterator()Methods in org.activiti.engine.debug with parameters of type ExecutionTreeNode Modifier and Type Method Description protected ExecutionTreeNodeExecutionTree. getTreeNode(String executionId, ExecutionTreeNode currentNode)voidExecutionTreeNode. setParent(ExecutionTreeNode parent)voidExecutionTree. setRoot(ExecutionTreeNode root)Method parameters in org.activiti.engine.debug with type arguments of type ExecutionTreeNode Modifier and Type Method Description voidExecutionTreeNode. setChildren(List<ExecutionTreeNode> children)Constructors in org.activiti.engine.debug with parameters of type ExecutionTreeNode Constructor Description ExecutionTreeBfsIterator(ExecutionTreeNode executionTree)ExecutionTreeBfsIterator(ExecutionTreeNode rootNode, boolean reverseOrder)
-