Class NodeStoreInspector

java.lang.Object
org.alfresco.util.debug.NodeStoreInspector

public class NodeStoreInspector extends Object
Debug class that has methods to inspect the contents of a node store.
Author:
Roy Wetherall
  • Constructor Details

    • NodeStoreInspector

      public NodeStoreInspector()
  • Method Details

    • dumpNodeStore

      public static String dumpNodeStore(NodeService nodeService, StoreRef storeRef)
      Dumps the contents of a store to a string.
      Parameters:
      nodeService - the node service
      storeRef - the store reference
      Returns:
      string containing textual representation of the contents of the store
    • dumpNode

      public static String dumpNode(NodeService nodeService, NodeRef nodeRef)
      Dumps the contents of a node
      Parameters:
      nodeService - NodeService
      nodeRef - NodeRef
      Returns:
      String