Package org.alfresco.util.debug
Class NodeStoreInspector
- java.lang.Object
-
- org.alfresco.util.debug.NodeStoreInspector
-
public class NodeStoreInspector extends java.lang.ObjectDebug class that has methods to inspect the contents of a node store.- Author:
- Roy Wetherall
-
-
Constructor Summary
Constructors Constructor Description NodeStoreInspector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringdumpNode(org.alfresco.service.cmr.repository.NodeService nodeService, org.alfresco.service.cmr.repository.NodeRef nodeRef)Dumps the contents of a nodestatic java.lang.StringdumpNodeStore(org.alfresco.service.cmr.repository.NodeService nodeService, org.alfresco.service.cmr.repository.StoreRef storeRef)Dumps the contents of a store to a string.
-
-
-
Method Detail
-
dumpNodeStore
public static java.lang.String dumpNodeStore(org.alfresco.service.cmr.repository.NodeService nodeService, org.alfresco.service.cmr.repository.StoreRef storeRef)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
public static java.lang.String dumpNode(org.alfresco.service.cmr.repository.NodeService nodeService, org.alfresco.service.cmr.repository.NodeRef nodeRef)Dumps the contents of a node- Parameters:
nodeService- NodeServicenodeRef- NodeRef- Returns:
- String
-
-