org.camunda.bpm.engine.rest.dto.history
Class HistoricIncidentDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
public class HistoricIncidentDto
- extends Object
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
processDefinitionKey
protected String processDefinitionKey
processDefinitionId
protected String processDefinitionId
processInstanceId
protected String processInstanceId
executionId
protected String executionId
createTime
protected Date createTime
endTime
protected Date endTime
incidentType
protected String incidentType
activityId
protected String activityId
causeIncidentId
protected String causeIncidentId
rootCauseIncidentId
protected String rootCauseIncidentId
configuration
protected String configuration
incidentMessage
protected String incidentMessage
tenantId
protected String tenantId
jobDefinitionId
protected String jobDefinitionId
open
protected Boolean open
deleted
protected Boolean deleted
resolved
protected Boolean resolved
HistoricIncidentDto
public HistoricIncidentDto()
getId
public String getId()
getProcessDefinitionKey
public String getProcessDefinitionKey()
getProcessDefinitionId
public String getProcessDefinitionId()
getProcessInstanceId
public String getProcessInstanceId()
getExecutionId
public String getExecutionId()
getCreateTime
public Date getCreateTime()
getEndTime
public Date getEndTime()
getIncidentType
public String getIncidentType()
getActivityId
public String getActivityId()
getCauseIncidentId
public String getCauseIncidentId()
getRootCauseIncidentId
public String getRootCauseIncidentId()
getConfiguration
public String getConfiguration()
getIncidentMessage
public String getIncidentMessage()
getTenantId
public String getTenantId()
getJobDefinitionId
public String getJobDefinitionId()
isOpen
public Boolean isOpen()
isDeleted
public Boolean isDeleted()
isResolved
public Boolean isResolved()
fromHistoricIncident
public static HistoricIncidentDto fromHistoricIncident(HistoricIncident historicIncident)
Copyright © 2016 camunda services GmbH. All rights reserved.