added introduced method findAllPathsByTraversal

This commit is contained in:
Michael Hunger
2011-04-04 14:55:16 +02:00
parent 44e667d834
commit e4bf9967fd
6 changed files with 88 additions and 9 deletions

View File

@@ -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&lt;EntityPath&gt; findAllPathsByTraversal(traversalDescription)</code></para>
</listitem>
</varlistentry>
</variablelist>
</para>
</section>