Interface Incident

All Known Implementing Classes:
IncidentImpl

public interface Incident
  • Method Details

    • getIncidentKey

      Long getIncidentKey()
    • getProcessDefinitionKey

      Long getProcessDefinitionKey()
    • getProcessDefinitionId

      String getProcessDefinitionId()
    • getProcessInstanceKey

      Long getProcessInstanceKey()
    • getErrorType

      IncidentErrorType getErrorType()
    • getErrorMessage

      String getErrorMessage()
    • getElementId

      String getElementId()
    • getElementInstanceKey

      Long getElementInstanceKey()
    • getCreationTime

      String getCreationTime()
    • getState

      IncidentState getState()
    • getJobKey

      Long getJobKey()
    • getTenantId

      String getTenantId()