Interface JcrRepoInitOpsProcessor


  • @ProviderType
    public interface JcrRepoInitOpsProcessor
    Apply Operations produced by the repoinit parser to a JCR Repository
    • Method Detail

      • apply

        void apply​(javax.jcr.Session session,
                   java.util.List<Operation> ops)