protected Node getDocNode(String repository, String workspace, String docPath) { NodeLocation nodeLocation = new NodeLocation(repository, workspace, docPath); return NodeLocation.getNodeByLocation(nodeLocation); }
public Node getUploadedNode() { return NodeLocation.getNodeByLocation(uploadedNode_); }