Class 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 Detail

      • ItemMigrationService

        public ItemMigrationService()
    • Method Detail

      • 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