Loading src/main/java/it/inaf/oats/vospace/MoveService.java +1 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ public class MoveService { nodeDao.renameNode(sourceId, NodeUtils.getLastPathElement(destinationPath)); } else { throw new UnsupportedOperationException("Creation of destination upon move not supported"); // TODO (if we want this): modify the return type of createDestination to obtain an ltree path //parentDestLtree = this.createDestination(NodeUtils.getParentPath(destinationPath), user); } Loading Loading
src/main/java/it/inaf/oats/vospace/MoveService.java +1 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ public class MoveService { nodeDao.renameNode(sourceId, NodeUtils.getLastPathElement(destinationPath)); } else { throw new UnsupportedOperationException("Creation of destination upon move not supported"); // TODO (if we want this): modify the return type of createDestination to obtain an ltree path //parentDestLtree = this.createDestination(NodeUtils.getParentPath(destinationPath), user); } Loading