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 SummaryConstructors Constructor Description ImportXmlFromInputStream()
 - 
Method SummaryAll 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- 
executepublic boolean execute(org.apache.commons.chain.Context ctx) throws Exception- Specified by:
- executein interface- org.apache.commons.chain.Command
- Throws:
- Exception
 
 - 
getUuidBehaviourKeypublic String getUuidBehaviourKey() - Returns:
- the uuidBehaviourKey
 
 - 
setUuidBehaviourKeypublic void setUuidBehaviourKey(String uuidBehaviourKey) - Parameters:
- uuidBehaviourKey- the uuidBehaviourKey to set
 
 - 
getDestJcrPathKeypublic String getDestJcrPathKey() - Returns:
- the destination jcr path key
 
 - 
setDestJcrPathKeypublic void setDestJcrPathKey(String destJcrPathKey) - Parameters:
- destJcrPathKey- the destination jcr path key to set
 
 - 
getInputStreamKeypublic String getInputStreamKey() - Returns:
- the inputStreamKey
 
 - 
setInputStreamKeypublic void setInputStreamKey(String inputStreamKey) - Parameters:
- inputStreamKey- the inputStreamKey to set
 
 - 
getPersistentKeypublic String getPersistentKey() - Returns:
- the persistentKey
 
 - 
setPersistentKeypublic void setPersistentKey(String persistentKey) - Parameters:
- persistentKey- the persistentKey to set
 
 
- 
 
-