Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableProcessInstanceRecordValue
Packages that use ImmutableProcessInstanceRecordValue
-
Uses of ImmutableProcessInstanceRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableProcessInstanceRecordValueModifier and TypeMethodDescriptionImmutableProcessInstanceRecordValue.Builder.build()Builds a newImmutableProcessInstanceRecordValue.ImmutableProcessInstanceRecordValue.copyOf(ProcessInstanceRecordValue instance) Creates an immutable copy of aProcessInstanceRecordValuevalue.ImmutableProcessInstanceRecordValue.withBpmnElementType(BpmnElementType value) Copy the current immutable object by setting a value for thebpmnElementTypeattribute.ImmutableProcessInstanceRecordValue.withBpmnEventType(BpmnEventType value) Copy the current immutable object by setting a value for thebpmnEventTypeattribute.ImmutableProcessInstanceRecordValue.withBpmnProcessId(String value) Copy the current immutable object by setting a value for thebpmnProcessIdattribute.ImmutableProcessInstanceRecordValue.withElementId(String value) Copy the current immutable object by setting a value for theelementIdattribute.ImmutableProcessInstanceRecordValue.withFlowScopeKey(long value) Copy the current immutable object by setting a value for theflowScopeKeyattribute.ImmutableProcessInstanceRecordValue.withParentElementInstanceKey(long value) Copy the current immutable object by setting a value for theparentElementInstanceKeyattribute.ImmutableProcessInstanceRecordValue.withParentProcessInstanceKey(long value) Copy the current immutable object by setting a value for theparentProcessInstanceKeyattribute.ImmutableProcessInstanceRecordValue.withProcessDefinitionKey(long value) Copy the current immutable object by setting a value for theprocessDefinitionKeyattribute.ImmutableProcessInstanceRecordValue.withProcessInstanceKey(long value) Copy the current immutable object by setting a value for theprocessInstanceKeyattribute.ImmutableProcessInstanceRecordValue.withTenantId(String value) Copy the current immutable object by setting a value for thetenantIdattribute.ImmutableProcessInstanceRecordValue.withVersion(int value) Copy the current immutable object by setting a value for theversionattribute.