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 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)
-
-
-
Method Detail
-
execute
public boolean execute(org.apache.commons.chain.Context ctx) throws Exception
- Specified by:
execute
in 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
-
-