Uses of Interface
de.xima.fc.interfaces.workflow.ITreeParentAccessor
-
Packages that use ITreeParentAccessor Package Description de.xima.fc.common.form de.xima.fc.common.tree de.xima.fc.plugin.workflow -
-
Uses of ITreeParentAccessor in de.xima.fc.common.form
Classes in de.xima.fc.common.form that implement ITreeParentAccessor Modifier and Type Class Description classTreeParentAccessorXItemAtree parent accessorforXItem. -
Uses of ITreeParentAccessor in de.xima.fc.common.tree
Methods in de.xima.fc.common.tree with parameters of type ITreeParentAccessor Modifier and Type Method Description static <Node> NodeTreeParentIterable. closestParentExcludingStart(Node startItem, ITreeParentAccessor<Node,?> treeAccessor, Predicate<? super Node> filter)Finds the closest parent of the given item that matches the given filter.static <Node> NodeTreeParentIterable. closestParentIncludingStart(Node startItem, ITreeParentAccessor<Node,?> treeAccessor, Predicate<? super Node> filter)Finds the closest parent of the given item that matches the given filter.static <Node> List<Node>TreeParentIterable. toList(Node startItem, boolean includeStartItem, ITreeParentAccessor<Node,?> treeAccessor)Iterates over the node and its parents, and returns a list of all iterated nodes.static <Node> Set<Node>TreeParentIterable. toSet(Node startItem, boolean includeStartItem, ITreeParentAccessor<Node,?> treeAccessor)Iterates over the node and its parents, and returns a set of all iterated nodes.Constructors in de.xima.fc.common.tree with parameters of type ITreeParentAccessor Constructor Description TreeParentIterable(Node startItem, boolean includeStartItem, ITreeParentAccessor<Node,Id> treeAccessor)Returns a new iterable over the parents in the tree, starting at the given item.TreeParentIterable(Node startItem, ITreeParentAccessor<Node,Id> treeAccessor)Returns a new iterable over the parents in the tree, starting at the given item. -
Uses of ITreeParentAccessor in de.xima.fc.plugin.workflow
Classes in de.xima.fc.plugin.workflow that implement ITreeParentAccessor Modifier and Type Class Description classTreeAccessorWithDataWorkflowNodeITreeWithDataAccessorfor treatingWorkflowNodes as a tree, so that they can be used with the execution analyzer.classTreeAccessorWorkflowNodeAITreeAccessorfor treatingWorkflowNodes as a tree, so that they can be used with the execution analyzer.
-