|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MigrationPlanExecutionBuilder
Builder to execute a migration.
| Method Summary | |
|---|---|
void |
execute()
Execute the migration synchronously. |
Batch |
executeAsync()
Execute the migration asynchronously as batch. |
MigrationPlanExecutionBuilder |
processInstanceIds(List<String> processInstanceIds)
|
| Method Detail |
|---|
MigrationPlanExecutionBuilder processInstanceIds(List<String> processInstanceIds)
processInstanceIds - the process instance ids to migratevoid execute()
MigratingProcessInstanceValidationException - if the migration plan contains
instructions that are not applicable to any of the process instancesBatch executeAsync()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||