Class WorkspaceDelegate
java.lang.Object
org.apache.jackrabbit.oak.jcr.delegate.WorkspaceDelegate
Delegate class for workspace operations.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WorkspaceDelegate
-
-
Method Details
-
copy
public void copy(@NotNull @NotNull String srcPath, @NotNull @NotNull String destPath) throws RepositoryException Copy a node- Parameters:
srcPath
- oak path to the source node to copydestPath
- oak path to the destination- Throws:
RepositoryException
-