added introduced method findAllPathsByTraversal
This commit is contained in:
@@ -75,11 +75,19 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>traversing, starting at the current node</term>
|
||||
<term>traversing, starting at the current node, returns end-nodes of traversal converted to provided type</term>
|
||||
<listitem>
|
||||
<para><code>nodeEntity.findAllByTraversal(targetType, traversalDescription)</code></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>traversing, starting at the current node, returns <code>EntityPath</code>'s of the traversal result
|
||||
bound to the provided start and end-node-entity types
|
||||
</term>
|
||||
<listitem>
|
||||
<para><code>Iterable<EntityPath> findAllPathsByTraversal(traversalDescription)</code></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user