Uses of Enum Class
io.camunda.service.entities.IncidentEntity.ErrorType
Packages that use IncidentEntity.ErrorType
-
Uses of IncidentEntity.ErrorType in io.camunda.service.entities
Methods in io.camunda.service.entities that return IncidentEntity.ErrorTypeModifier and TypeMethodDescriptionIncidentEntity.errorType()Returns the value of theerrorTyperecord component.static IncidentEntity.ErrorTypeReturns the enum constant of this class with the specified name.static IncidentEntity.ErrorType[]IncidentEntity.ErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.camunda.service.entities with parameters of type IncidentEntity.ErrorTypeModifierConstructorDescriptionIncidentEntity(Long key, Long processDefinitionKey, String bpmnProcessId, Long processInstanceKey, IncidentEntity.ErrorType errorType, String errorMessage, String flowNodeId, Long flowNodeInstanceKey, String creationTime, IncidentEntity.IncidentState state, Long jobKey, String treePath, String tenantId) Creates an instance of aIncidentEntityrecord class. -
Uses of IncidentEntity.ErrorType in io.camunda.service.search.filter
Methods in io.camunda.service.search.filter that return types with arguments of type IncidentEntity.ErrorTypeModifier and TypeMethodDescriptionIncidentFilter.errorTypes()Returns the value of theerrorTypesrecord component.Methods in io.camunda.service.search.filter with parameters of type IncidentEntity.ErrorTypeModifier and TypeMethodDescriptionIncidentFilter.Builder.errorTypes(IncidentEntity.ErrorType value, IncidentEntity.ErrorType... values) Method parameters in io.camunda.service.search.filter with type arguments of type IncidentEntity.ErrorTypeModifier and TypeMethodDescriptionIncidentFilter.Builder.errorTypes(List<IncidentEntity.ErrorType> values)