org.camunda.bpm.engine.rest.dto.history
Class HistoricIncidentDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto

public class HistoricIncidentDto
extends Object

Author:
Roman Smirnov

Field Summary
protected  String activityId
           
protected  String causeIncidentId
           
protected  String configuration
           
protected  Date createTime
           
protected  Boolean deleted
           
protected  Date endTime
           
protected  String executionId
           
protected  String id
           
protected  String incidentMessage
           
protected  String incidentType
           
protected  String jobDefinitionId
           
protected  Boolean open
           
protected  String processDefinitionId
           
protected  String processDefinitionKey
           
protected  String processInstanceId
           
protected  Boolean resolved
           
protected  String rootCauseIncidentId
           
protected  String tenantId
           
 
Constructor Summary
HistoricIncidentDto()
           
 
Method Summary
static HistoricIncidentDto fromHistoricIncident(HistoricIncident historicIncident)
           
 String getActivityId()
           
 String getCauseIncidentId()
           
 String getConfiguration()
           
 Date getCreateTime()
           
 Date getEndTime()
           
 String getExecutionId()
           
 String getId()
           
 String getIncidentMessage()
           
 String getIncidentType()
           
 String getJobDefinitionId()
           
 String getProcessDefinitionId()
           
 String getProcessDefinitionKey()
           
 String getProcessInstanceId()
           
 String getRootCauseIncidentId()
           
 String getTenantId()
           
 Boolean isDeleted()
           
 Boolean isOpen()
           
 Boolean isResolved()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
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()

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.