public class OrderBefore extends Object implements org.apache.commons.chain.Command
Node
Constructor and Description |
---|
OrderBefore() |
Modifier and Type | Method and Description |
---|---|
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) |
public boolean execute(org.apache.commons.chain.Context ctx) throws Exception
execute
in interface org.apache.commons.chain.Command
Exception
public String getDestChildKey()
public void setDestChildKey(String destChildRelPathKey)
destChildRelPathKey
- the destination child key to setpublic String getSrcChildKey()
public void setSrcChildKey(String srcChildRelPathKey)
srcChildRelPathKey
- the source child key to setpublic String getParentPathKey()
public void setParentPathKey(String parentPathKey)
parentPathKey
- the parent path key to setCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.