org.apache.jackrabbit.oak.jcr.delegate
Class WorkspaceDelegate

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

public class WorkspaceDelegate
extends Object

Delegate class for workspace operations.


Constructor Summary
WorkspaceDelegate(SessionContext context)
           
 
Method Summary
 void copy(String srcPath, String destPath)
          Copy a node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkspaceDelegate

public WorkspaceDelegate(SessionContext context)
Method Detail

copy

public void copy(String srcPath,
                 String destPath)
          throws javax.jcr.RepositoryException
Copy a node

Parameters:
srcPath - oak path to the source node to copy
destPath - oak path to the destination
Throws:
javax.jcr.RepositoryException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.