Package org.alfresco.util.debug
Class NodeStoreInspector
java.lang.Object
org.alfresco.util.debug.NodeStoreInspector
Debug class that has methods to inspect the contents of a node store.
- Author:
- Roy Wetherall
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdumpNode(NodeService nodeService, NodeRef nodeRef) Dumps the contents of a nodestatic StringdumpNodeStore(NodeService nodeService, StoreRef storeRef) Dumps the contents of a store to a string.
-
Constructor Details
-
NodeStoreInspector
public NodeStoreInspector()
-
-
Method Details
-
dumpNodeStore
Dumps the contents of a store to a string.- Parameters:
nodeService- the node servicestoreRef- the store reference- Returns:
- string containing textual representation of the contents of the store
-
dumpNode
Dumps the contents of a node- Parameters:
nodeService- NodeServicenodeRef- NodeRef- Returns:
- String
-