Class WorkspaceDelegate

java.lang.Object
org.apache.jackrabbit.oak.jcr.delegate.WorkspaceDelegate

public class WorkspaceDelegate extends Object
Delegate class for workspace operations.
  • Constructor Details

    • WorkspaceDelegate

      public WorkspaceDelegate(SessionContext context)
  • 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 copy
      destPath - oak path to the destination
      Throws:
      RepositoryException