Uses of Class
io.camunda.zeebe.gateway.protocol.GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.Builder
-
Uses of GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.Builder in io.camunda.zeebe.gateway.protocol
Methods in io.camunda.zeebe.gateway.protocol that return GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.BuilderModifier and TypeMethodDescriptionGatewayOuterClass.MigrateProcessInstanceRequest.MigrationPlan.Builder.addMappingInstructionsBuilder()the mapping instructions describe how to map elements from the source process definition to the target process definitionGatewayOuterClass.MigrateProcessInstanceRequest.MigrationPlan.Builder.addMappingInstructionsBuilder(int index) the mapping instructions describe how to map elements from the source process definition to the target process definitionGatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.Builder.clear()GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.Builder.clearSourceElementId()the element id to migrate fromGatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.Builder.clearTargetElementId()the element id to migrate intoGatewayOuterClass.MigrateProcessInstanceRequest.MigrationPlan.Builder.getMappingInstructionsBuilder(int index) the mapping instructions describe how to map elements from the source process definition to the target process definitionGatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.Builder.mergeFrom(com.google.protobuf.Message other) GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.Builder.mergeFrom(GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction other) GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.newBuilder()GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.newBuilder(GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction prototype) GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.newBuilderForType()GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.Builder.setSourceElementId(String value) the element id to migrate fromGatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.Builder.setSourceElementIdBytes(com.google.protobuf.ByteString value) the element id to migrate fromGatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.Builder.setTargetElementId(String value) the element id to migrate intoGatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.Builder.setTargetElementIdBytes(com.google.protobuf.ByteString value) the element id to migrate intoGatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.toBuilder()Methods in io.camunda.zeebe.gateway.protocol that return types with arguments of type GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.BuilderModifier and TypeMethodDescriptionGatewayOuterClass.MigrateProcessInstanceRequest.MigrationPlan.Builder.getMappingInstructionsBuilderList()the mapping instructions describe how to map elements from the source process definition to the target process definitionMethods in io.camunda.zeebe.gateway.protocol with parameters of type GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.BuilderModifier and TypeMethodDescriptionGatewayOuterClass.MigrateProcessInstanceRequest.MigrationPlan.Builder.addMappingInstructions(int index, GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.Builder builderForValue) the mapping instructions describe how to map elements from the source process definition to the target process definitionGatewayOuterClass.MigrateProcessInstanceRequest.MigrationPlan.Builder.addMappingInstructions(GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.Builder builderForValue) the mapping instructions describe how to map elements from the source process definition to the target process definitionGatewayOuterClass.MigrateProcessInstanceRequest.MigrationPlan.Builder.setMappingInstructions(int index, GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction.Builder builderForValue) the mapping instructions describe how to map elements from the source process definition to the target process definition