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 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)
static <Node> Node
TreeParentIterable. closestParentIncludingStart(Node startItem, ITreeParentAccessor<Node,?> treeAccessor, Predicate<? super Node> filter)
static <Node> List<Node>
TreeParentIterable. toList(Node startItem, boolean includeStartItem, ITreeParentAccessor<Node,?> treeAccessor)
Deprecated.static <Node> Set<Node>
TreeParentIterable. toSet(Node startItem, boolean includeStartItem, ITreeParentAccessor<Node,?> treeAccessor)
Deprecated.Constructors in de.xima.fc.common.tree with parameters of type ITreeParentAccessor Constructor Description TreeParentIterable(Node startItem, boolean includeStartItem, ITreeParentAccessor<Node,Id> treeAccessor)
Deprecated.TreeParentIterable(Node startItem, ITreeParentAccessor<Node,Id> treeAccessor)
Deprecated. -
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.
-