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

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

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

Set the order of the given Node


Constructor Summary
OrderBefore()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context ctx)
          
 String getDestChildKey()
           
 String getParentPathKey()
           
 String getSrcChildKey()
           
 void setDestChildKey(String destChildRelPathKey)
           
 void setParentPathKey(String parentPathKey)
           
 void setSrcChildKey(String srcChildRelPathKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderBefore

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

getDestChildKey

public String getDestChildKey()
Returns:
the destination child key

setDestChildKey

public void setDestChildKey(String destChildRelPathKey)
Parameters:
destChildRelPathKey - the destination child key to set

getSrcChildKey

public String getSrcChildKey()
Returns:
the source child key

setSrcChildKey

public void setSrcChildKey(String srcChildRelPathKey)
Parameters:
srcChildRelPathKey - the source child key to set

getParentPathKey

public String getParentPathKey()
Returns:
the parent path key

setParentPathKey

public void setParentPathKey(String parentPathKey)
Parameters:
parentPathKey - the parent path key to set


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