Uses of Interface
de.xima.fc.interfaces.workflow.ITreeAccessor
Packages that use ITreeAccessor
Package
Description
Package für Utilsklassen
-
Uses of ITreeAccessor in de.xima.fc.common.form
Classes in de.xima.fc.common.form that implement ITreeAccessorMethods in de.xima.fc.common.form that return ITreeAccessorModifier and TypeMethodDescriptionstatic ITreeAccessor<XItem, String> TreeAccessorXItem.ofChildMap(Map<String, ? extends List<XItem>> childMap) Deprecated.Creates a new tree accessor for XItems using the given precomputed child map.static ITreeAccessor<XItem, String> Deprecated.Creates a new tree accessor for the XItems of the given form.static ITreeAccessor<XItem, String> Deprecated.Creates a new tree accessor for the given XItems. -
Uses of ITreeAccessor in de.xima.fc.common.tree
Methods in de.xima.fc.common.tree with parameters of type ITreeAccessorModifier and TypeMethodDescriptionstatic <Node,Id> TreeVisit.TreeVisitParams.Builder <Node, Id> TreeVisit.TreeVisitParams.builder(ITreeAccessor<Node, Id> treeAccessor) Deprecated.static <Node,Id> TreeVisit.TreeVisitParams <Node, Id> TreeVisit.TreeVisitParams.defaults(ITreeAccessor<Node, Id> treeAccessor) Deprecated.static <TItem> List<TItem> TreeReversePostOrderIterable.toList(TItem startItem, ITreeAccessor<TItem, ?> treeAccessor) Deprecated.Iterates over the node and its children, and returns a list of all iterated nodes.Constructors in de.xima.fc.common.tree with parameters of type ITreeAccessorModifierConstructorDescriptionTreeReversePostOrderIterable(Iterable<TItem> startItems, ITreeAccessor<TItem, TIdentifier> treeAccessor) Deprecated.Returns a new iterable over the items in the tree starting at the given item.TreeReversePostOrderIterable(Iterable<TItem> startItems, ITreeAccessor<TItem, TIdentifier> treeAccessor, boolean limitRecursion) Deprecated.Returns a new iterable over the items in the tree starting at the given item.TreeReversePostOrderIterable(TItem startItem, ITreeAccessor<TItem, TIdentifier> treeAccessor) Deprecated.Returns a new iterable over the items in the tree starting at the given item.TreeReversePostOrderIterable(TItem startItem, ITreeAccessor<TItem, TIdentifier> treeAccessor, boolean limitRecursion) Deprecated.Returns a new iterable over the items in the tree starting at the given item. -
Uses of ITreeAccessor in de.xima.fc.logic.dom
Classes in de.xima.fc.logic.dom that implement ITreeAccessorModifier and TypeClassDescriptionfinal classDeprecated.Fields in de.xima.fc.logic.dom declared as ITreeAccessorModifier and TypeFieldDescriptionstatic final ITreeAccessor<com.hp.gagawa.java.Node, ?> GagawaNodeTreeAccessor.INSTANCEDeprecated. -
Uses of ITreeAccessor in de.xima.fc.plugin.workflow
Classes in de.xima.fc.plugin.workflow that implement ITreeAccessorModifier and TypeClassDescriptionclassITreeWithDataAccessorfor treatingWorkflowNodes as a tree, so that they can be used with the execution analyzer.classDeprecated. -
Uses of ITreeAccessor in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type ITreeAccessorModifier and TypeMethodDescriptionstatic <N,I, R> com.google.common.graph.ImmutableGraph <R> XGraphUtils.immutableFromTreeAccessor(N startNode, ITreeAccessor<N, I> treeAccessor, com.google.common.graph.GraphBuilder<Object> builder, BiFunction<N, I, R> mapper) Deprecated. -
Uses of ITreeAccessor in de.xima.fc.workflow
Constructors in de.xima.fc.workflow with parameters of type ITreeAccessorModifierConstructorDescriptionTreePreOrderIterable(Iterable<TItem> startItems, ITreeAccessor<TItem, TIdentifier> treeAccessor) Deprecated.UseTreePreOrderIterable(Iterable, ITreeAccessor)instead.TreePreOrderIterable(Iterable<TItem> startItems, ITreeAccessor<TItem, TIdentifier> treeAccessor, boolean limitRecursion) Deprecated.TreePreOrderIterable(TItem startItem, ITreeAccessor<TItem, TIdentifier> treeAccessor) Deprecated.UseTreePreOrderIterable(Object, ITreeAccessor)instead.TreePreOrderIterable(TItem startItem, ITreeAccessor<TItem, TIdentifier> treeAccessor, boolean limitRecursion) Deprecated.UseTreePreOrderIterable(Object, ITreeAccessor, boolean)instead.
TreeAccessorXIteminstead.