Uses of Class
io.camunda.zeebe.client.protocol.rest.IncidentItem
Packages that use IncidentItem
Package
Description
-
Uses of IncidentItem in io.camunda.zeebe.client.impl.search.response
Constructors in io.camunda.zeebe.client.impl.search.response with parameters of type IncidentItem -
Uses of IncidentItem in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return IncidentItemModifier and TypeMethodDescriptionIncidentItem.creationTime(String creationTime) Deprecated.IncidentItem.errorMessage(String errorMessage) Deprecated.IncidentItem.errorType(IncidentItem.ErrorTypeEnum errorType) Deprecated.IncidentItem.flowNodeId(String flowNodeId) Deprecated.IncidentItem.flowNodeInstanceKey(Long flowNodeInstanceKey) Deprecated.Deprecated.Deprecated.IncidentItem.processDefinitionId(String processDefinitionId) Deprecated.IncidentItem.processDefinitionKey(Long processDefinitionKey) Deprecated.IncidentItem.processInstanceKey(Long processInstanceKey) Deprecated.IncidentItem.state(IncidentItem.StateEnum state) Deprecated.Deprecated.Deprecated.Methods in io.camunda.zeebe.client.protocol.rest that return types with arguments of type IncidentItemMethods in io.camunda.zeebe.client.protocol.rest with parameters of type IncidentItemModifier and TypeMethodDescriptionIncidentSearchQueryResponse.addItemsItem(IncidentItem itemsItem) Deprecated.Method parameters in io.camunda.zeebe.client.protocol.rest with type arguments of type IncidentItemModifier and TypeMethodDescriptionIncidentSearchQueryResponse.items(List<IncidentItem> items) Deprecated.voidIncidentSearchQueryResponse.setItems(List<IncidentItem> items) Deprecated.