Uses of Class
org.camunda.bpm.engine.impl.migration.MigrationPlanImpl
-
Packages that use MigrationPlanImpl Package Description org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.migration.batch -
-
Uses of MigrationPlanImpl in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type MigrationPlanImpl Modifier and Type Method Description protected voidCreateMigrationPlanCmd. validateMigration(CommandContext commandContext, MigrationPlanImpl migrationPlan, ProcessDefinitionEntity sourceProcessDefinition, ProcessDefinitionEntity targetProcessDefinition)protected voidCreateMigrationPlanCmd. validateMigrationInstructions(CommandContext commandContext, MigrationPlanValidationReportImpl planReport, MigrationPlanImpl migrationPlan, ProcessDefinitionImpl sourceProcessDefinition, ProcessDefinitionImpl targetProcessDefinition) -
Uses of MigrationPlanImpl in org.camunda.bpm.engine.impl.migration.batch
Methods in org.camunda.bpm.engine.impl.migration.batch with parameters of type MigrationPlanImpl Modifier and Type Method Description protected voidMigrationBatchJobHandler. setVariables(java.lang.String batchId, MigrationPlanImpl migrationPlan, CommandContext commandContext)
-