Package org.imixs.workflow.office.util
Class ItemMigrationService
java.lang.Object
org.imixs.workflow.office.util.ItemMigrationService
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonDocumentEvent(org.imixs.workflow.engine.DocumentEvent documentEvent) Reacts on ON_DOCUMENT_SAVE / ON_DOCUMENT_LOAD for the following document types:
-
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
-