Class WorkspaceDelegate


  • public class WorkspaceDelegate
    extends Object
    Delegate class for workspace operations.
    • 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 copy
        destPath - oak path to the destination
        Throws:
        RepositoryException