Interface JackrabbitRepositoryFactory

  • All Superinterfaces:
    javax.jcr.RepositoryFactory

    @ProviderType
    public interface JackrabbitRepositoryFactory
    extends javax.jcr.RepositoryFactory
    Classes that implement this interface additionally provide management features.
    • Method Detail

      • getRepositoryManager

        RepositoryManager getRepositoryManager​(JackrabbitRepository repository)
                                        throws javax.jcr.RepositoryException
        Get the repository management component. Only the factory that created the given repository may retrieve the manager.
        Parameters:
        repository - the repository to manage
        Returns:
        the manager
        Throws:
        javax.jcr.RepositoryException