Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableIncidentRecordValue
Packages that use ImmutableIncidentRecordValue
-
Uses of ImmutableIncidentRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableIncidentRecordValueModifier and TypeMethodDescriptionImmutableIncidentRecordValue.Builder.build()Builds a newImmutableIncidentRecordValue.static ImmutableIncidentRecordValueImmutableIncidentRecordValue.copyOf(IncidentRecordValue instance) Creates an immutable copy of aIncidentRecordValuevalue.ImmutableIncidentRecordValue.withBpmnProcessId(String value) Copy the current immutable object by setting a value for thebpmnProcessIdattribute.ImmutableIncidentRecordValue.withCallingElementPath(Integer... elements) Copy the current immutable object with elements that replace the content ofcallingElementPath.ImmutableIncidentRecordValue.withCallingElementPath(Iterable<? extends Integer> elements) Copy the current immutable object with elements that replace the content ofcallingElementPath.ImmutableIncidentRecordValue.withElementId(String value) Copy the current immutable object by setting a value for theelementIdattribute.ImmutableIncidentRecordValue.withElementInstanceKey(long value) Copy the current immutable object by setting a value for theelementInstanceKeyattribute.ImmutableIncidentRecordValue.withElementInstancePath(Iterable<? extends List<Long>> elements) Copy the current immutable object with elements that replace the content ofelementInstancePath.ImmutableIncidentRecordValue.withElementInstancePath(List<Long>... elements) Copy the current immutable object with elements that replace the content ofelementInstancePath.ImmutableIncidentRecordValue.withErrorMessage(String value) Copy the current immutable object by setting a value for theerrorMessageattribute.ImmutableIncidentRecordValue.withErrorType(ErrorType value) Copy the current immutable object by setting a value for theerrorTypeattribute.ImmutableIncidentRecordValue.withJobKey(long value) Copy the current immutable object by setting a value for thejobKeyattribute.ImmutableIncidentRecordValue.withProcessDefinitionKey(long value) Copy the current immutable object by setting a value for theprocessDefinitionKeyattribute.ImmutableIncidentRecordValue.withProcessDefinitionPath(Iterable<? extends Long> elements) Copy the current immutable object with elements that replace the content ofprocessDefinitionPath.ImmutableIncidentRecordValue.withProcessDefinitionPath(Long... elements) Copy the current immutable object with elements that replace the content ofprocessDefinitionPath.ImmutableIncidentRecordValue.withProcessInstanceKey(long value) Copy the current immutable object by setting a value for theprocessInstanceKeyattribute.ImmutableIncidentRecordValue.withTenantId(String value) Copy the current immutable object by setting a value for thetenantIdattribute.ImmutableIncidentRecordValue.withVariableScopeKey(long value) Copy the current immutable object by setting a value for thevariableScopeKeyattribute.