shallowClone abstract method

Future<Node> shallowClone()

Create a shallow clone of the current node.

any children of the node are included skeletoized.

@return the cloned node @throws StorageException if the storage backend encounters a problem

Implementation

Future<Node> shallowClone();