Uses of Interface
io.camunda.client.api.command.CreateBatchOperationCommandStep1.ProcessInstanceMigrationStep
Packages that use CreateBatchOperationCommandStep1.ProcessInstanceMigrationStep
-
Uses of CreateBatchOperationCommandStep1.ProcessInstanceMigrationStep in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return CreateBatchOperationCommandStep1.ProcessInstanceMigrationStepModifier and TypeMethodDescriptionCreateBatchOperationCommandStep1.ProcessInstanceMigrationStep.addMappingInstruction(String sourceElementId, String targetElementId) Adds a single migration mapping instruction to the command.CreateBatchOperationCommandStep1.migrateProcessInstance()Defines the type of the batch operation to migrate process instances.CreateBatchOperationCommandStep1.ProcessInstanceMigrationStep.migrationPlan(MigrationPlan migrationPlan) Sets the whole migration plan for the batch operation.CreateBatchOperationCommandStep1.ProcessInstanceMigrationStep.targetProcessDefinitionKey(long targetProcessDefinitionKey) Sets the target process definition key for the migration. -
Uses of CreateBatchOperationCommandStep1.ProcessInstanceMigrationStep in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement CreateBatchOperationCommandStep1.ProcessInstanceMigrationStepModifier and TypeClassDescriptionclassMethods in io.camunda.client.impl.command that return CreateBatchOperationCommandStep1.ProcessInstanceMigrationStepModifier and TypeMethodDescriptionCreateBatchOperationCommandImpl.addMappingInstruction(String sourceElementId, String targetElementId) CreateBatchOperationCommandImpl.CreateBatchOperationCommandStep1Impl.migrateProcessInstance()CreateBatchOperationCommandImpl.migrationPlan(MigrationPlan migrationPlan) CreateBatchOperationCommandImpl.targetProcessDefinitionKey(long targetProcessDefinitionKey)