Interface CRXImportHandler


  • public interface CRXImportHandler
    This Interface defines...
    • Method Detail

      • importCRX

        boolean importCRX​(java.lang.String absPath,
                          java.io.InputStream in)
                   throws java.io.IOException,
                          javax.jcr.RepositoryException
        Throws:
        java.io.IOException
        javax.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