Uses of Class
io.camunda.client.protocol.rest.MigrateProcessInstanceMappingInstruction
Packages that use MigrateProcessInstanceMappingInstruction
-
Uses of MigrateProcessInstanceMappingInstruction in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return MigrateProcessInstanceMappingInstructionModifier and TypeMethodDescriptionMigrateProcessInstanceMappingInstruction.sourceElementId(String sourceElementId) MigrateProcessInstanceMappingInstruction.targetElementId(String targetElementId) Methods in io.camunda.client.protocol.rest that return types with arguments of type MigrateProcessInstanceMappingInstructionModifier and TypeMethodDescriptionProcessInstanceMigrationInstruction.getMappingInstructions()Element mappings from the source process instance to the target process instance.Methods in io.camunda.client.protocol.rest with parameters of type MigrateProcessInstanceMappingInstructionModifier and TypeMethodDescriptionProcessInstanceMigrationInstruction.addMappingInstructionsItem(MigrateProcessInstanceMappingInstruction mappingInstructionsItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type MigrateProcessInstanceMappingInstructionModifier and TypeMethodDescriptionProcessInstanceMigrationInstruction.mappingInstructions(List<MigrateProcessInstanceMappingInstruction> mappingInstructions) voidProcessInstanceMigrationInstruction.setMappingInstructions(List<MigrateProcessInstanceMappingInstruction> mappingInstructions)