org.apache.jackrabbit.command.core
Class Move

java.lang.Object
  extended byorg.apache.jackrabbit.command.core.Move
All Implemented Interfaces:
org.apache.commons.chain.Command

public class Move
extends Object
implements org.apache.commons.chain.Command

Move a Node


Constructor Summary
Move()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context ctx)
          
 String getDestAbsPathKey()
           
 String getSrcAbsPathKey()
           
 void setDestAbsPathKey(String destAbsPathKey)
           
 void setSrcAbsPathKey(String srcAbsPathKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Move

public Move()
Method Detail

execute

public boolean execute(org.apache.commons.chain.Context ctx)
                throws Exception

Specified by:
execute in interface org.apache.commons.chain.Command
Throws:
Exception

getDestAbsPathKey

public String getDestAbsPathKey()
Returns:
the destintation absolute path key

setDestAbsPathKey

public void setDestAbsPathKey(String destAbsPathKey)
Parameters:
destAbsPathKey - the destintation absolute path key to set

getSrcAbsPathKey

public String getSrcAbsPathKey()
Returns:
the source absolute path key

setSrcAbsPathKey

public void setSrcAbsPathKey(String srcAbsPathKey)
Parameters:
srcAbsPathKey - the source absolute path key to set


Copyright © 2005 . All Rights Reserved.