Class WorkspaceDelegate
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.delegate.WorkspaceDelegate
-
public class WorkspaceDelegate extends Object
Delegate class for workspace operations.
-
-
Constructor Summary
Constructors Constructor Description WorkspaceDelegate(SessionContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
copy(@NotNull String srcPath, @NotNull String destPath)
Copy a node
-
-
-
Constructor Detail
-
WorkspaceDelegate
public WorkspaceDelegate(SessionContext context)
-
-
Method Detail
-
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
-
-