public class ImportXmlFromInputStream extends Object implements org.apache.commons.chain.Command
Node| Constructor and Description |
|---|
ImportXmlFromInputStream() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(org.apache.commons.chain.Context ctx) |
String |
getDestJcrPathKey() |
String |
getInputStreamKey() |
String |
getPersistentKey() |
String |
getUuidBehaviourKey() |
void |
setDestJcrPathKey(String destJcrPathKey) |
void |
setInputStreamKey(String inputStreamKey) |
void |
setPersistentKey(String persistentKey) |
void |
setUuidBehaviourKey(String uuidBehaviourKey) |
public boolean execute(org.apache.commons.chain.Context ctx)
throws Exception
execute in interface org.apache.commons.chain.CommandExceptionpublic String getUuidBehaviourKey()
public void setUuidBehaviourKey(String uuidBehaviourKey)
uuidBehaviourKey - the uuidBehaviourKey to setpublic String getDestJcrPathKey()
public void setDestJcrPathKey(String destJcrPathKey)
destJcrPathKey - the destination jcr path key to setpublic String getInputStreamKey()
public void setInputStreamKey(String inputStreamKey)
inputStreamKey - the inputStreamKey to setpublic String getPersistentKey()
public void setPersistentKey(String persistentKey)
persistentKey - the persistentKey to setCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.