Class ImportXmlFromInputStream
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.xml.ImportXmlFromInputStream
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class ImportXmlFromInputStream extends Object implements org.apache.commons.chain.Command
Import the xml view to the targetNode
-
-
Constructor Summary
Constructors Constructor Description ImportXmlFromInputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecute(org.apache.commons.chain.Context ctx)StringgetDestJcrPathKey()StringgetInputStreamKey()StringgetPersistentKey()StringgetUuidBehaviourKey()voidsetDestJcrPathKey(String destJcrPathKey)voidsetInputStreamKey(String inputStreamKey)voidsetPersistentKey(String persistentKey)voidsetUuidBehaviourKey(String uuidBehaviourKey)
-
-
-
Method Detail
-
execute
public boolean execute(org.apache.commons.chain.Context ctx) throws Exception- Specified by:
executein interfaceorg.apache.commons.chain.Command- Throws:
Exception
-
getUuidBehaviourKey
public String getUuidBehaviourKey()
- Returns:
- the uuidBehaviourKey
-
setUuidBehaviourKey
public void setUuidBehaviourKey(String uuidBehaviourKey)
- Parameters:
uuidBehaviourKey- the uuidBehaviourKey to set
-
getDestJcrPathKey
public String getDestJcrPathKey()
- Returns:
- the destination jcr path key
-
setDestJcrPathKey
public void setDestJcrPathKey(String destJcrPathKey)
- Parameters:
destJcrPathKey- the destination jcr path key to set
-
getInputStreamKey
public String getInputStreamKey()
- Returns:
- the inputStreamKey
-
setInputStreamKey
public void setInputStreamKey(String inputStreamKey)
- Parameters:
inputStreamKey- the inputStreamKey to set
-
getPersistentKey
public String getPersistentKey()
- Returns:
- the persistentKey
-
setPersistentKey
public void setPersistentKey(String persistentKey)
- Parameters:
persistentKey- the persistentKey to set
-
-