Interface JcrRepoInitOpsProcessor


  • @ProviderType
    @Deprecated(since="2024-05-16")
    public interface JcrRepoInitOpsProcessor
    Deprecated.
    Usage of this deprecated API is not supported in AEM as a Cloud Service.
    Apply Operations produced by the repoinit parser to a JCR Repository
    • Method Detail

      • apply

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