org.apache.jackrabbit.standalone.cli.core
Class Rename

java.lang.Object
  extended by org.apache.jackrabbit.standalone.cli.core.Rename
All Implemented Interfaces:
org.apache.commons.chain.Command

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

Rename a Node
The persistent flag indicates whether to use the session or the workspace to perform the move command


Constructor Summary
Rename()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context ctx)
          
 String getDestPathKey()
           
 String getPersistentKey()
           
 String getSrcPathKey()
           
 void setDestPathKey(String destPathKey)
           
 void setPersistentKey(String persistentKey)
           
 void setSrcPathKey(String srcPathKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rename

public Rename()
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

getDestPathKey

public String getDestPathKey()
Returns:
the destination path key

setDestPathKey

public void setDestPathKey(String destPathKey)
Parameters:
destPathKey - the destination path key to set

getSrcPathKey

public String getSrcPathKey()
Returns:
the source path key

setSrcPathKey

public void setSrcPathKey(String srcPathKey)
Parameters:
srcPathKey - the source path key to set

getPersistentKey

public String getPersistentKey()

setPersistentKey

public void setPersistentKey(String persistentKey)


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.