Class PageTemplateMigratorTask

  • All Implemented Interfaces:
    org.springframework.transaction.support.TransactionCallback<Object>

    public final class PageTemplateMigratorTask
    extends org.springframework.transaction.support.TransactionCallbackWithoutResult
    Performs migration of all Page Templates that match a given selector, by passing the templates' content through an ExceptionTolerantMigrator and storing the result as a new template version.
    • Method Detail

      • doInTransactionWithoutResult

        protected void doInTransactionWithoutResult​(org.springframework.transaction.TransactionStatus status)
        Specified by:
        doInTransactionWithoutResult in class org.springframework.transaction.support.TransactionCallbackWithoutResult