Class DataObjectCaseInstanceMigrationCallback

java.lang.Object
com.flowable.platform.service.migration.DataObjectCaseInstanceMigrationCallback
All Implemented Interfaces:
org.flowable.cmmn.api.migration.CaseInstanceMigrationCallback

public class DataObjectCaseInstanceMigrationCallback extends Object implements org.flowable.cmmn.api.migration.CaseInstanceMigrationCallback
  • Constructor Details

    • DataObjectCaseInstanceMigrationCallback

      public DataObjectCaseInstanceMigrationCallback()
  • Method Details

    • caseInstanceMigrated

      public void caseInstanceMigrated(org.flowable.cmmn.api.runtime.CaseInstance caseInstance, org.flowable.cmmn.api.repository.CaseDefinition caseDefToMigrateTo, org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument document)
      Specified by:
      caseInstanceMigrated in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationCallback
    • historicCaseInstanceMigrated

      public void historicCaseInstanceMigrated(org.flowable.cmmn.api.history.HistoricCaseInstance caseInstance, org.flowable.cmmn.api.repository.CaseDefinition caseDefToMigrateTo, org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationDocument document)
      Specified by:
      historicCaseInstanceMigrated in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationCallback
    • fillDataObjectInstanceJsonValues

      protected com.fasterxml.jackson.databind.JsonNode fillDataObjectInstanceJsonValues(DataObjectInstanceVariableContainer dataObjectInstance, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration)