Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableProcessInstanceMigrationRecordValue
Packages that use ImmutableProcessInstanceMigrationRecordValue
-
Uses of ImmutableProcessInstanceMigrationRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableProcessInstanceMigrationRecordValueModifier and TypeMethodDescriptionImmutableProcessInstanceMigrationRecordValue.Builder.build()Builds a newImmutableProcessInstanceMigrationRecordValue.ImmutableProcessInstanceMigrationRecordValue.copyOf(ProcessInstanceMigrationRecordValue instance) Creates an immutable copy of aProcessInstanceMigrationRecordValuevalue.ImmutableProcessInstanceMigrationRecordValue.withMappingInstructions(ProcessInstanceMigrationRecordValue.ProcessInstanceMigrationMappingInstructionValue... elements) Copy the current immutable object with elements that replace the content ofmappingInstructions.ImmutableProcessInstanceMigrationRecordValue.withMappingInstructions(Iterable<? extends ProcessInstanceMigrationRecordValue.ProcessInstanceMigrationMappingInstructionValue> elements) Copy the current immutable object with elements that replace the content ofmappingInstructions.ImmutableProcessInstanceMigrationRecordValue.withProcessInstanceKey(long value) Copy the current immutable object by setting a value for theprocessInstanceKeyattribute.ImmutableProcessInstanceMigrationRecordValue.withTargetProcessDefinitionKey(long value) Copy the current immutable object by setting a value for thetargetProcessDefinitionKeyattribute.