コード例 #1
0
 protected Node getDocNode(String repository, String workspace, String docPath) {
   NodeLocation nodeLocation = new NodeLocation(repository, workspace, docPath);
   return NodeLocation.getNodeByLocation(nodeLocation);
 }
コード例 #2
0
 public Node getUploadedNode() {
   return NodeLocation.getNodeByLocation(uploadedNode_);
 }