org.exoplatform.services.jcr.webdav.command
Class MoveCommand

java.lang.Object
  extended by org.exoplatform.services.jcr.webdav.command.MoveCommand

public class MoveCommand
extends java.lang.Object

Created by The eXo Platform SAS Author : Vitaly Guly

Version:
$Id: MoveCommand.java 39871 2009-11-06 15:59:42Z dkatayev $

Constructor Summary
MoveCommand()
           
 
Method Summary
 org.exoplatform.services.rest.Response move(javax.jcr.Session sourceSession, javax.jcr.Session destSession, java.lang.String srcPath, java.lang.String destPath)
           
 org.exoplatform.services.rest.Response move(javax.jcr.Session session, java.lang.String srcPath, java.lang.String destPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveCommand

public MoveCommand()
Method Detail

move

public org.exoplatform.services.rest.Response move(javax.jcr.Session session,
                                                   java.lang.String srcPath,
                                                   java.lang.String destPath)

move

public org.exoplatform.services.rest.Response move(javax.jcr.Session sourceSession,
                                                   javax.jcr.Session destSession,
                                                   java.lang.String srcPath,
                                                   java.lang.String destPath)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.