|
||||||||||
| 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)
|
MigrationPlanExecutionBuilder |
processInstanceQuery(ProcessInstanceQuery processInstanceQuery)
|
| Method Detail |
|---|
MigrationPlanExecutionBuilder processInstanceIds(List<String> processInstanceIds)
processInstanceIds - the process instance ids to migrate.MigrationPlanExecutionBuilder processInstanceQuery(ProcessInstanceQuery processInstanceQuery)
processInstanceQuery - a query which selects the process instances to migrate.
Query results are restricted to process instances for which the user has Permissions.READ permission.void execute()
MigratingProcessInstanceValidationException - if the migration plan contains
instructions that are not applicable to any of the process instances
AuthorizationException - if the user has no Permissions.MIGRATE_INSTANCE permission on Resources.PROCESS_DEFINITION
for both, source and target process definition.Batch executeAsync()
AuthorizationException - if the user has no Permissions.MIGRATE_INSTANCE permission on Resources.PROCESS_DEFINITION
for both, source and target process definition.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||