Class ItemMigrationService

java.lang.Object
org.imixs.workflow.office.util.ItemMigrationService

public class ItemMigrationService extends Object
This EJB provides reacts on Document Load/SAve events and automatically migrates deprecated field items.

e.g. namTeam -> space.team

Version:
1.0
Author:
rsoika
  • Constructor Details

    • ItemMigrationService

      public ItemMigrationService()
  • Method Details

    • onDocumentEvent

      public void onDocumentEvent(@Observes org.imixs.workflow.engine.DocumentEvent documentEvent)
      Reacts on ON_DOCUMENT_SAVE / ON_DOCUMENT_LOAD for the following document types:

      • space
      • process
      Parameters:
      documentEvent -
      See Also:
      • DocumentEvent