Class NodeHierarchyWalker

java.lang.Object
org.alfresco.repo.node.db.NodeHierarchyWalker

public class NodeHierarchyWalker extends Object
Class that walks down a hierarchy gathering view details for later processing.

This class is not threadsafe and should be used sequentially on a single thread and then discarded.

Since:
4.1.1
Author:
Derek Hulley
  • Constructor Details

    • NodeHierarchyWalker

      public NodeHierarchyWalker(NodeDAO nodeDAO)
      Parameters:
      nodeDAO - the low-leve query service
  • Method Details