org.camunda.bpm.engine.rest.dto.runtime
Class IncidentDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.runtime.IncidentDto

public class IncidentDto
extends Object

Author:
Roman Smirnov

Field Summary
protected  String activityId
           
protected  String causeIncidentId
           
protected  String configuration
           
protected  String executionId
           
protected  String id
           
protected  String incidentMessage
           
protected  Date incidentTimestamp
           
protected  String incidentType
           
protected  String jobDefinitionId
           
protected  String processDefinitionId
           
protected  String processInstanceId
           
protected  String rootCauseIncidentId
           
protected  String tenantId
           
 
Constructor Summary
IncidentDto()
           
 
Method Summary
static IncidentDto fromIncident(Incident incident)
           
 String getActivityId()
           
 String getCauseIncidentId()
           
 String getConfiguration()
           
 String getExecutionId()
           
 String getId()
           
 String getIncidentMessage()
           
 Date getIncidentTimestamp()
           
 String getIncidentType()
           
 String getJobDefinitionId()
           
 String getProcessDefinitionId()
           
 String getProcessInstanceId()
           
 String getRootCauseIncidentId()
           
 String getTenantId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

processDefinitionId

protected String processDefinitionId

processInstanceId

protected String processInstanceId

executionId

protected String executionId

incidentTimestamp

protected Date incidentTimestamp

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
Constructor Detail

IncidentDto

public IncidentDto()
Method Detail

getId

public String getId()

getProcessDefinitionId

public String getProcessDefinitionId()

getProcessInstanceId

public String getProcessInstanceId()

getExecutionId

public String getExecutionId()

getIncidentTimestamp

public Date getIncidentTimestamp()

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

fromIncident

public static IncidentDto fromIncident(Incident incident)


Copyright © 2016 camunda services GmbH. All rights reserved.