Uses of Class
org.camunda.bpm.engine.rest.dto.migration.MigrationExecutionDto
-
Packages that use MigrationExecutionDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl -
-
Uses of MigrationExecutionDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type MigrationExecutionDto Modifier and Type Method Description voidMigrationRestService. executeMigrationPlan(MigrationExecutionDto migrationPlan)BatchDtoMigrationRestService. executeMigrationPlanAsync(MigrationExecutionDto migrationPlan) -
Uses of MigrationExecutionDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type MigrationExecutionDto Modifier and Type Method Description protected MigrationPlanExecutionBuilderMigrationRestServiceImpl. createMigrationPlanExecutionBuilder(MigrationExecutionDto migrationExecution)voidMigrationRestServiceImpl. executeMigrationPlan(MigrationExecutionDto migrationExecution)BatchDtoMigrationRestServiceImpl. executeMigrationPlanAsync(MigrationExecutionDto migrationExecution)
-