Package io.camunda.client.api.command
Interface CreateBatchOperationCommandStep1.ProcessInstanceMigrationStep<E extends TypedSearchRequest.SearchRequestFilter>
- All Superinterfaces:
CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2<E>
- All Known Implementing Classes:
CreateBatchOperationCommandImpl
- Enclosing interface:
CreateBatchOperationCommandStep1
public static interface CreateBatchOperationCommandStep1.ProcessInstanceMigrationStep<E extends TypedSearchRequest.SearchRequestFilter>
extends CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2<E>
-
Method Summary
Modifier and TypeMethodDescriptionaddMappingInstruction(String sourceElementId, String targetElementId) migrationPlan(MigrationPlan migrationPlan) targetProcessDefinitionKey(long targetProcessDefinitionKey) Methods inherited from interface io.camunda.client.api.command.CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2
filter, filter
-
Method Details
-
migrationPlan
CreateBatchOperationCommandStep1.ProcessInstanceMigrationStep<E> migrationPlan(MigrationPlan migrationPlan) -
addMappingInstruction
CreateBatchOperationCommandStep1.ProcessInstanceMigrationStep<E> addMappingInstruction(String sourceElementId, String targetElementId) -
targetProcessDefinitionKey
CreateBatchOperationCommandStep1.ProcessInstanceMigrationStep<E> targetProcessDefinitionKey(long targetProcessDefinitionKey)
-