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 void
CreateMigrationPlanCmd. validateMigration(CommandContext commandContext, MigrationPlanImpl migrationPlan, ProcessDefinitionEntity sourceProcessDefinition, ProcessDefinitionEntity targetProcessDefinition)
protected void
CreateMigrationPlanCmd. 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 void
MigrationBatchJobHandler. setVariables(String batchId, MigrationPlanImpl migrationPlan, CommandContext commandContext)
-