Uses of Class
io.camunda.zeebe.protocol.record.value.deployment.ImmutableProcess
Packages that use ImmutableProcess
-
Uses of ImmutableProcess in io.camunda.zeebe.protocol.record.value.deployment
Methods in io.camunda.zeebe.protocol.record.value.deployment that return ImmutableProcessModifier and TypeMethodDescriptionImmutableProcess.Builder.build()Builds a newImmutableProcess.static ImmutableProcessCreates an immutable copy of aProcessvalue.final ImmutableProcessImmutableProcess.withBpmnProcessId(String value) Copy the current immutable object by setting a value for thebpmnProcessIdattribute.final ImmutableProcessImmutableProcess.withChecksum(byte... elements) Copy the current immutable object with elements that replace the content ofchecksum.final ImmutableProcessImmutableProcess.withDeploymentKey(long value) Copy the current immutable object by setting a value for thedeploymentKeyattribute.final ImmutableProcessImmutableProcess.withDuplicate(boolean value) Copy the current immutable object by setting a value for theduplicateattribute.final ImmutableProcessImmutableProcess.withProcessDefinitionKey(long value) Copy the current immutable object by setting a value for theprocessDefinitionKeyattribute.final ImmutableProcessImmutableProcess.withResource(byte... elements) Copy the current immutable object with elements that replace the content ofresource.final ImmutableProcessImmutableProcess.withResourceName(String value) Copy the current immutable object by setting a value for theresourceNameattribute.final ImmutableProcessImmutableProcess.withTenantId(String value) Copy the current immutable object by setting a value for thetenantIdattribute.final ImmutableProcessImmutableProcess.withVersion(int value) Copy the current immutable object by setting a value for theversionattribute.final ImmutableProcessImmutableProcess.withVersionTag(String value) Copy the current immutable object by setting a value for theversionTagattribute.