Interface NodeFinder

All Known Implementing Classes:
AbstractNodeFinder, ChildAssociatedNodeFinder, CompositeNodeFinder, PeerAssociatedNodeFinder, PrimaryParentNodeFinder

public interface NodeFinder
Author:
brian NodeFinders find nodes related to the current node.
  • Method Summary

    Modifier and Type
    Method
    Description
    findFrom(NodeRef thisNode)
     
  • Method Details

    • findFrom

      Set<NodeRef> findFrom(NodeRef thisNode)
      Parameters:
      thisNode - The node to use as the base from which to find other nodes.
      Returns:
      The found nodes