Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableIncidentRecordValue.Builder
Packages that use ImmutableIncidentRecordValue.Builder
-
Uses of ImmutableIncidentRecordValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableIncidentRecordValue.BuilderModifier and TypeMethodDescriptionImmutableIncidentRecordValue.Builder.addAllCallingElementPath(Iterable<? extends Integer> elements) Adds elements tocallingElementPathlist.ImmutableIncidentRecordValue.Builder.addAllElementInstancePath(Iterable<? extends List<Long>> elements) Adds elements toelementInstancePathlist.ImmutableIncidentRecordValue.Builder.addAllProcessDefinitionPath(Iterable<? extends Long> elements) Adds elements toprocessDefinitionPathlist.ImmutableIncidentRecordValue.Builder.addCallingElementPath(Integer element) Adds one element tocallingElementPathlist.ImmutableIncidentRecordValue.Builder.addCallingElementPath(Integer... elements) Adds elements tocallingElementPathlist.ImmutableIncidentRecordValue.Builder.addElementInstancePath(List<Long> element) Adds one element toelementInstancePathlist.ImmutableIncidentRecordValue.Builder.addElementInstancePath(List<Long>... elements) Adds elements toelementInstancePathlist.ImmutableIncidentRecordValue.Builder.addProcessDefinitionPath(Long element) Adds one element toprocessDefinitionPathlist.ImmutableIncidentRecordValue.Builder.addProcessDefinitionPath(Long... elements) Adds elements toprocessDefinitionPathlist.ImmutableIncidentRecordValue.builder()Creates a builder forImmutableIncidentRecordValue.ImmutableIncidentRecordValue.Builder.clear()Clear the builder to the initial state.ImmutableIncidentRecordValue.Builder.from(IncidentRecordValue instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.IncidentRecordValueinstance.ImmutableIncidentRecordValue.Builder.from(ProcessInstanceRelated instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.ProcessInstanceRelatedinstance.ImmutableIncidentRecordValue.Builder.from(TenantOwned instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.TenantOwnedinstance.ImmutableIncidentRecordValue.Builder.withBpmnProcessId(String bpmnProcessId) Initializes the value for thebpmnProcessIdattribute.ImmutableIncidentRecordValue.Builder.withCallingElementPath(Iterable<? extends Integer> elements) Sets or replaces all elements forcallingElementPathlist.ImmutableIncidentRecordValue.Builder.withElementId(String elementId) Initializes the value for theelementIdattribute.ImmutableIncidentRecordValue.Builder.withElementInstanceKey(long elementInstanceKey) Initializes the value for theelementInstanceKeyattribute.ImmutableIncidentRecordValue.Builder.withElementInstancePath(Iterable<? extends List<Long>> elements) Sets or replaces all elements forelementInstancePathlist.ImmutableIncidentRecordValue.Builder.withErrorMessage(String errorMessage) Initializes the value for theerrorMessageattribute.ImmutableIncidentRecordValue.Builder.withErrorType(ErrorType errorType) Initializes the value for theerrorTypeattribute.ImmutableIncidentRecordValue.Builder.withJobKey(long jobKey) Initializes the value for thejobKeyattribute.ImmutableIncidentRecordValue.Builder.withProcessDefinitionKey(long processDefinitionKey) Initializes the value for theprocessDefinitionKeyattribute.ImmutableIncidentRecordValue.Builder.withProcessDefinitionPath(Iterable<? extends Long> elements) Sets or replaces all elements forprocessDefinitionPathlist.ImmutableIncidentRecordValue.Builder.withProcessInstanceKey(long processInstanceKey) Initializes the value for theprocessInstanceKeyattribute.ImmutableIncidentRecordValue.Builder.withTenantId(String tenantId) Initializes the value for thetenantIdattribute.ImmutableIncidentRecordValue.Builder.withVariableScopeKey(long variableScopeKey) Initializes the value for thevariableScopeKeyattribute.