Class HistoricIncidentDto


  • public class HistoricIncidentDto
    extends Object
    HistoricIncidentDto
    • Constructor Detail

      • HistoricIncidentDto

        public HistoricIncidentDto()
    • Method Detail

      • getId

        public String getId()
        The id of the incident.
        Returns:
        id
      • setId

        public void setId​(String id)
      • getProcessDefinitionKey

        public String getProcessDefinitionKey()
        The key of the process definition this incident is associated with.
        Returns:
        processDefinitionKey
      • setProcessDefinitionKey

        public void setProcessDefinitionKey​(String processDefinitionKey)
      • getProcessDefinitionId

        public String getProcessDefinitionId()
        The id of the process definition this incident is associated with.
        Returns:
        processDefinitionId
      • setProcessDefinitionId

        public void setProcessDefinitionId​(String processDefinitionId)
      • getProcessInstanceId

        public String getProcessInstanceId()
        The key of the process definition this incident is associated with.
        Returns:
        processInstanceId
      • setProcessInstanceId

        public void setProcessInstanceId​(String processInstanceId)
      • getExecutionId

        public String getExecutionId()
        The id of the execution this incident is associated with.
        Returns:
        executionId
      • setExecutionId

        public void setExecutionId​(String executionId)
      • getRootProcessInstanceId

        public String getRootProcessInstanceId()
        The process instance id of the root process instance that initiated the process containing this incident.
        Returns:
        rootProcessInstanceId
      • setRootProcessInstanceId

        public void setRootProcessInstanceId​(String rootProcessInstanceId)
      • getCreateTime

        public Date getCreateTime()
        The time this incident happened. [Default format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
        Returns:
        createTime
      • setCreateTime

        public void setCreateTime​(Date createTime)
      • getEndTime

        public Date getEndTime()
        The time this incident has been deleted or resolved. [Default format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
        Returns:
        endTime
      • setEndTime

        public void setEndTime​(Date endTime)
      • getRemovalTime

        public Date getRemovalTime()
        The time after which the incident should be removed by the History Cleanup job. [Default format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
        Returns:
        removalTime
      • setRemovalTime

        public void setRemovalTime​(Date removalTime)
      • getIncidentType

        public String getIncidentType()
        The type of incident, for example: `failedJobs` will be returned in case of an incident which identified a failed job during the execution of a process instance. See the [User Guide](/manual/develop/user- guide/process-engine/incidents/#incident-types) for a list of incident types.
        Returns:
        incidentType
      • setIncidentType

        public void setIncidentType​(String incidentType)
      • getActivityId

        public String getActivityId()
        The id of the activity this incident is associated with.
        Returns:
        activityId
      • setActivityId

        public void setActivityId​(String activityId)
      • getFailedActivityId

        public String getFailedActivityId()
        The id of the activity on which the last exception occurred.
        Returns:
        failedActivityId
      • setFailedActivityId

        public void setFailedActivityId​(String failedActivityId)
      • getCauseIncidentId

        public String getCauseIncidentId()
        The id of the associated cause incident which has been triggered.
        Returns:
        causeIncidentId
      • setCauseIncidentId

        public void setCauseIncidentId​(String causeIncidentId)
      • getRootCauseIncidentId

        public String getRootCauseIncidentId()
        The id of the associated root cause incident which has been triggered.
        Returns:
        rootCauseIncidentId
      • setRootCauseIncidentId

        public void setRootCauseIncidentId​(String rootCauseIncidentId)
      • getConfiguration

        public String getConfiguration()
        The payload of this incident.
        Returns:
        _configuration
      • setConfiguration

        public void setConfiguration​(String _configuration)
      • getHistoryConfiguration

        public String getHistoryConfiguration()
        The payload of this incident at the time when it occurred.
        Returns:
        historyConfiguration
      • setHistoryConfiguration

        public void setHistoryConfiguration​(String historyConfiguration)
      • getIncidentMessage

        public String getIncidentMessage()
        The message of this incident.
        Returns:
        incidentMessage
      • setIncidentMessage

        public void setIncidentMessage​(String incidentMessage)
      • getTenantId

        public String getTenantId()
        The id of the tenant this incident is associated with.
        Returns:
        tenantId
      • setTenantId

        public void setTenantId​(String tenantId)
      • getJobDefinitionId

        public String getJobDefinitionId()
        The job definition id the incident is associated with.
        Returns:
        jobDefinitionId
      • setJobDefinitionId

        public void setJobDefinitionId​(String jobDefinitionId)
      • getOpen

        public Boolean getOpen()
        If true, this incident is open.
        Returns:
        open
      • setOpen

        public void setOpen​(Boolean open)
      • getDeleted

        public Boolean getDeleted()
        If true, this incident has been deleted.
        Returns:
        deleted
      • setDeleted

        public void setDeleted​(Boolean deleted)
      • getResolved

        public Boolean getResolved()
        If true, this incident has been resolved.
        Returns:
        resolved
      • setResolved

        public void setResolved​(Boolean resolved)
      • getAnnotation

        public String getAnnotation()
        The annotation set to the incident.
        Returns:
        annotation
      • setAnnotation

        public void setAnnotation​(String annotation)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object