org.exoplatform.services.jcr.webdav.command
Class CopyCommand
java.lang.Object
org.exoplatform.services.jcr.webdav.command.CopyCommand
public class CopyCommand
- extends java.lang.Object
Created by The eXo Platform SAS Author : Vitaly Guly
- Version:
- $Id: CopyCommand.java 39871 2009-11-06 15:59:42Z dkatayev $
|
Method Summary |
org.exoplatform.services.rest.Response |
copy(javax.jcr.Session destSession,
java.lang.String sourcePath,
java.lang.String destPath)
|
org.exoplatform.services.rest.Response |
copy(javax.jcr.Session destSession,
java.lang.String sourceWorkspace,
java.lang.String sourcePath,
java.lang.String destPath)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyCommand
public CopyCommand()
copy
public org.exoplatform.services.rest.Response copy(javax.jcr.Session destSession,
java.lang.String sourcePath,
java.lang.String destPath)
copy
public org.exoplatform.services.rest.Response copy(javax.jcr.Session destSession,
java.lang.String sourceWorkspace,
java.lang.String sourcePath,
java.lang.String destPath)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.