Uses of Interface
de.xima.fc.common.tree.ITreeParentAccessor
Packages that use ITreeParentAccessor
Package
Description
-
Uses of ITreeParentAccessor in de.xima.fc.common.form
Classes in de.xima.fc.common.form that implement ITreeParentAccessor -
Uses of ITreeParentAccessor in de.xima.fc.common.tree
Methods in de.xima.fc.common.tree with parameters of type ITreeParentAccessorModifier and TypeMethodDescriptionstatic <Node> NodeTreeParentIterable.closestParentExcludingStart(Node startItem, ITreeParentAccessor<Node, ?> treeAccessor, Predicate<? super Node> filter) Deprecated.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) Deprecated.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) Deprecated.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) Deprecated.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 ITreeParentAccessorModifierConstructorDescriptionTreeParentIterable(Node startItem, boolean includeStartItem, ITreeParentAccessor<Node, Id> treeAccessor) Deprecated.Returns a new iterable over the parents in the tree, starting at the given item.TreeParentIterable(Node startItem, ITreeParentAccessor<Node, Id> treeAccessor) Deprecated.Returns a new iterable over the parents in the tree, starting at the given item. -
Uses of ITreeParentAccessor in de.xima.fc.common.workflow
Classes in de.xima.fc.common.workflow that implement ITreeParentAccessorModifier and TypeClassDescriptionenumAITreeAccessorfor treatingWorkflowNodes as a tree, so that they can be used with the execution analyzer. -
Uses of ITreeParentAccessor in de.xima.fc.interfaces.workflow
Subinterfaces of ITreeParentAccessor in de.xima.fc.interfaces.workflowModifier and TypeInterfaceDescriptioninterfaceITreeParentAccessor<TNode, TIdentifier>Deprecated.UseITreeParentAccessor. -
Uses of ITreeParentAccessor in de.xima.fc.plugin.workflow
Classes in de.xima.fc.plugin.workflow that implement ITreeParentAccessorModifier and TypeClassDescriptionclassITreeWithDataAccessorfor treatingWorkflowNodes as a tree, so that they can be used with the execution analyzer.classDeprecated.
TreeParentAccessorXIteminstead.