Package com.day.crx.io
Interface CRXImportHandler
-
public interface CRXImportHandlerThis Interface defines...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIntermediateHandling()java.lang.StringgetIntermediateNodeType()intgetUuidBehavior()booleanimportCRX(java.lang.String absPath, java.io.InputStream in)voidsetIntermediateHandling(int intermediateHandling)voidsetIntermediateNodeType(java.lang.String intermediateNodeType)voidsetUuidBehavior(int uuidBehavior)
-
-
-
Field Detail
-
IH_ERROR
static final int IH_ERROR
flag for intermediate node handling- See Also:
- Constant Field Values
-
IH_AUTO
static final int IH_AUTO
flag for intermediate node handling- See Also:
- Constant Field Values
-
IH_COPY
static final int IH_COPY
flag for intermediate node handling- See Also:
- Constant Field Values
-
IH_FIXED
static final int IH_FIXED
flag for intermediate node handling- See Also:
- Constant Field Values
-
-
Method Detail
-
importCRX
boolean importCRX(java.lang.String absPath, java.io.InputStream in) throws java.io.IOException, javax.jcr.RepositoryException- Throws:
java.io.IOExceptionjavax.jcr.RepositoryException
-
getIntermediateHandling
int getIntermediateHandling()
-
setIntermediateHandling
void setIntermediateHandling(int intermediateHandling)
-
getIntermediateNodeType
java.lang.String getIntermediateNodeType() throws javax.jcr.NamespaceException- Throws:
javax.jcr.NamespaceException
-
setIntermediateNodeType
void setIntermediateNodeType(java.lang.String intermediateNodeType) throws javax.jcr.NamespaceException- Throws:
javax.jcr.NamespaceException
-
getUuidBehavior
int getUuidBehavior()
- Returns:
- the uuid behaviour
- See Also:
ImportUUIDBehavior
-
setUuidBehavior
void setUuidBehavior(int uuidBehavior)
- Parameters:
uuidBehavior-- See Also:
ImportUUIDBehavior
-
-