Uses of Interface
de.xima.fc.common.tree.ITreeParentAccessor
-
Packages that use ITreeParentAccessor Package Description de.xima.fc.common.form de.xima.fc.common.tree de.xima.fc.common.workflow de.xima.fc.interfaces.workflow 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 class
TreeParentAccessorXItem
Deprecated.UseTreeParentAccessorXItem
instead. -
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> Node
TreeParentIterable. 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> Node
TreeParentIterable. 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 ITreeParentAccessor Constructor Description TreeParentIterable(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 ITreeParentAccessor Modifier and Type Class Description class
ETreeAccessorWorkflowNode
AITreeAccessor
for treatingWorkflowNode
s 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.workflow Modifier and Type Interface Description interface
ITreeParentAccessor<TNode,TIdentifier>
Deprecated.UseITreeParentAccessor
. -
Uses of ITreeParentAccessor in de.xima.fc.plugin.workflow
Classes in de.xima.fc.plugin.workflow that implement ITreeParentAccessor Modifier and Type Class Description class
TreeAccessorWithDataWorkflowNode
ITreeWithDataAccessor
for treatingWorkflowNode
s as a tree, so that they can be used with the execution analyzer.class
TreeAccessorWorkflowNode
Deprecated.
-