Uses of Class
io.camunda.zeebe.client.api.command.MigrationPlanBuilderImpl.MappingInstruction
Packages that use MigrationPlanBuilderImpl.MappingInstruction
-
Uses of MigrationPlanBuilderImpl.MappingInstruction in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command that return types with arguments of type MigrationPlanBuilderImpl.MappingInstructionModifier and TypeMethodDescriptionMigrationPlan.getMappingInstructions()Deprecated.Get mapping instructions to the migration for describing how to map elements from the source process definition to the target process definition.MigrationPlanImpl.getMappingInstructions()Deprecated.Constructor parameters in io.camunda.zeebe.client.api.command with type arguments of type MigrationPlanBuilderImpl.MappingInstructionModifierConstructorDescriptionMigrationPlanImpl(long targetProcessDefinitionKey, List<MigrationPlanBuilderImpl.MappingInstruction> mappingInstructions) Deprecated.