Uses of Class
io.camunda.zeebe.gateway.protocol.rest.MigrateProcessInstanceMappingInstruction
Packages that use MigrateProcessInstanceMappingInstruction
-
Uses of MigrateProcessInstanceMappingInstruction in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return MigrateProcessInstanceMappingInstructionModifier and TypeMethodDescriptionMigrateProcessInstanceMappingInstruction.sourceElementId(String sourceElementId) MigrateProcessInstanceMappingInstruction.targetElementId(String targetElementId) Methods in io.camunda.zeebe.gateway.protocol.rest that return types with arguments of type MigrateProcessInstanceMappingInstructionModifier and TypeMethodDescription@NotNull @Valid List<@Valid MigrateProcessInstanceMappingInstruction> MigrateProcessInstanceRequest.getMappingInstructions()Get mappingInstructionsMethods in io.camunda.zeebe.gateway.protocol.rest with parameters of type MigrateProcessInstanceMappingInstructionModifier and TypeMethodDescriptionMigrateProcessInstanceRequest.addMappingInstructionsItem(MigrateProcessInstanceMappingInstruction mappingInstructionsItem) Method parameters in io.camunda.zeebe.gateway.protocol.rest with type arguments of type MigrateProcessInstanceMappingInstructionModifier and TypeMethodDescriptionMigrateProcessInstanceRequest.mappingInstructions(List<@Valid MigrateProcessInstanceMappingInstruction> mappingInstructions) voidMigrateProcessInstanceRequest.setMappingInstructions(List<@Valid MigrateProcessInstanceMappingInstruction> mappingInstructions) Constructor parameters in io.camunda.zeebe.gateway.protocol.rest with type arguments of type MigrateProcessInstanceMappingInstructionModifierConstructorDescriptionMigrateProcessInstanceRequest(Long targetProcessDefinitionKey, List<@Valid MigrateProcessInstanceMappingInstruction> mappingInstructions) Constructor with only required parameters