Class EducationalBookletCopyUpdater

All Implemented Interfaces:
CopyCatalogUpdater, CopyODFContentsUpdater, LogEnabled

The catalog copy updater to remove the education booklets
  • Constructor Details

  • Method Details

    • updateContent

      public void updateContent(String initialCatalogName, String newCatalogName, Program initialProgram, Program createdProgram)
      Description copied from interface: CopyODFContentsUpdater
      Update content during copy of a catalog. Implements this method when you do not need to wait for the full copy of the catalog.
      Parameters:
      initialCatalogName - the name of initial catalog
      newCatalogName - the name of new catalog
      initialProgram - the initial program
      createdProgram - the created program
    • updateContents

      public void updateContents(String initialCatalogName, String newCatalogName, Map<Content,Content> copiedContents)
      Description copied from interface: CopyODFContentsUpdater
      Update contents after the full copy of a catalog. Implements this method when you need to do some stuff when all contents have been copied.
      Parameters:
      initialCatalogName - the name of initial catalog
      newCatalogName - the name of new catalog
      copiedContents - the initial contents with their copied content