Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableProcessInstanceCreationRecordValue
Packages that use ImmutableProcessInstanceCreationRecordValue
-
Uses of ImmutableProcessInstanceCreationRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableProcessInstanceCreationRecordValueModifier and TypeMethodDescriptionImmutableProcessInstanceCreationRecordValue.Builder.build()Builds a newImmutableProcessInstanceCreationRecordValue.ImmutableProcessInstanceCreationRecordValue.copyOf(ProcessInstanceCreationRecordValue instance) Creates an immutable copy of aProcessInstanceCreationRecordValuevalue.ImmutableProcessInstanceCreationRecordValue.withBpmnProcessId(String value) Copy the current immutable object by setting a value for thebpmnProcessIdattribute.ImmutableProcessInstanceCreationRecordValue.withProcessDefinitionKey(long value) Copy the current immutable object by setting a value for theprocessDefinitionKeyattribute.ImmutableProcessInstanceCreationRecordValue.withProcessInstanceKey(long value) Copy the current immutable object by setting a value for theprocessInstanceKeyattribute.ImmutableProcessInstanceCreationRecordValue.withStartInstructions(ProcessInstanceCreationRecordValue.ProcessInstanceCreationStartInstructionValue... elements) Copy the current immutable object with elements that replace the content ofstartInstructions.ImmutableProcessInstanceCreationRecordValue.withStartInstructions(Iterable<? extends ProcessInstanceCreationRecordValue.ProcessInstanceCreationStartInstructionValue> elements) Copy the current immutable object with elements that replace the content ofstartInstructions.ImmutableProcessInstanceCreationRecordValue.withTenantId(String value) Copy the current immutable object by setting a value for thetenantIdattribute.ImmutableProcessInstanceCreationRecordValue.withVariables(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thevariablesmap with the specified map.ImmutableProcessInstanceCreationRecordValue.withVersion(int value) Copy the current immutable object by setting a value for theversionattribute.