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 java.util.List<ExecutionTreeNode>ExecutionTreeNode. childrenprotected java.util.LinkedList<ExecutionTreeNode>ExecutionTreeBfsIterator. flattenedListprotected java.util.Iterator<ExecutionTreeNode>ExecutionTreeBfsIterator. flattenedListIteratorMethods in org.activiti.engine.debug that return ExecutionTreeNode Modifier and Type Method Description ExecutionTreeNodeExecutionTreeNode. getParent()ExecutionTreeNodeExecutionTree. getRoot()ExecutionTreeNodeExecutionTree. getTreeNode(java.lang.String executionId)Looks up theExecutionEntityfor a given id.protected ExecutionTreeNodeExecutionTree. getTreeNode(java.lang.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 java.util.List<ExecutionTreeNode>ExecutionTreeNode. getChildren()java.util.Iterator<ExecutionTreeNode>ExecutionTree. iterator()java.util.Iterator<ExecutionTreeNode>ExecutionTreeNode. iterator()Methods in org.activiti.engine.debug with parameters of type ExecutionTreeNode Modifier and Type Method Description protected ExecutionTreeNodeExecutionTree. getTreeNode(java.lang.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(java.util.List<ExecutionTreeNode> children)Constructors in org.activiti.engine.debug with parameters of type ExecutionTreeNode Constructor Description ExecutionTreeBfsIterator(ExecutionTreeNode executionTree)ExecutionTreeBfsIterator(ExecutionTreeNode rootNode, boolean reverseOrder)
-