Class HistoricIncidentDto


  • public class HistoricIncidentDto
    extends Object
    Author:
    Roman Smirnov
    • Field Detail

      • processDefinitionKey

        protected String processDefinitionKey
      • processDefinitionId

        protected String processDefinitionId
      • processInstanceId

        protected String processInstanceId
      • executionId

        protected String executionId
      • rootProcessInstanceId

        protected String rootProcessInstanceId
      • createTime

        protected Date createTime
      • endTime

        protected Date endTime
      • removalTime

        protected Date removalTime
      • incidentType

        protected String incidentType
      • activityId

        protected String activityId
      • failedActivityId

        protected String failedActivityId
      • causeIncidentId

        protected String causeIncidentId
      • rootCauseIncidentId

        protected String rootCauseIncidentId
      • configuration

        protected String configuration
      • historyConfiguration

        protected String historyConfiguration
      • incidentMessage

        protected String incidentMessage
      • tenantId

        protected String tenantId
      • jobDefinitionId

        protected String jobDefinitionId
      • deleted

        protected Boolean deleted
      • resolved

        protected Boolean resolved
      • annotation

        protected String annotation
    • Constructor Detail

      • HistoricIncidentDto

        public HistoricIncidentDto()
    • Method Detail

      • getId

        public String getId()
      • getProcessDefinitionKey

        public String getProcessDefinitionKey()
      • getProcessDefinitionId

        public String getProcessDefinitionId()
      • getProcessInstanceId

        public String getProcessInstanceId()
      • getExecutionId

        public String getExecutionId()
      • getRootProcessInstanceId

        public String getRootProcessInstanceId()
      • getCreateTime

        public Date getCreateTime()
      • getEndTime

        public Date getEndTime()
      • getRemovalTime

        public Date getRemovalTime()
      • getIncidentType

        public String getIncidentType()
      • getActivityId

        public String getActivityId()
      • getFailedActivityId

        public String getFailedActivityId()
      • getCauseIncidentId

        public String getCauseIncidentId()
      • getRootCauseIncidentId

        public String getRootCauseIncidentId()
      • getConfiguration

        public String getConfiguration()
      • getHistoryConfiguration

        public String getHistoryConfiguration()
      • getIncidentMessage

        public String getIncidentMessage()
      • getTenantId

        public String getTenantId()
      • getJobDefinitionId

        public String getJobDefinitionId()
      • isDeleted

        public Boolean isDeleted()
      • isResolved

        public Boolean isResolved()
      • getAnnotation

        public String getAnnotation()