Uses of Enum Class
io.camunda.service.entities.IncidentEntity.IncidentState
Packages that use IncidentEntity.IncidentState
-
Uses of IncidentEntity.IncidentState in io.camunda.service.entities
Methods in io.camunda.service.entities that return IncidentEntity.IncidentStateModifier and TypeMethodDescriptionIncidentEntity.state()Returns the value of thestaterecord component.static IncidentEntity.IncidentStateReturns the enum constant of this class with the specified name.static IncidentEntity.IncidentState[]IncidentEntity.IncidentState.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.IncidentStateModifierConstructorDescriptionIncidentEntity(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.IncidentState in io.camunda.service.search.filter
Methods in io.camunda.service.search.filter that return types with arguments of type IncidentEntity.IncidentStateModifier and TypeMethodDescriptionIncidentFilter.states()Returns the value of thestatesrecord component.Methods in io.camunda.service.search.filter with parameters of type IncidentEntity.IncidentStateModifier and TypeMethodDescriptionIncidentFilter.Builder.states(IncidentEntity.IncidentState value, IncidentEntity.IncidentState... values) Method parameters in io.camunda.service.search.filter with type arguments of type IncidentEntity.IncidentStateModifier and TypeMethodDescriptionIncidentFilter.Builder.states(List<IncidentEntity.IncidentState> values)