public class IncidentFake extends Object implements org.camunda.bpm.engine.runtime.Incident
| Constructor and Description |
|---|
IncidentFake(DelegateExecutionFake execution,
String type,
String configuration,
String message,
String jobDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public IncidentFake(DelegateExecutionFake execution, String type, String configuration, String message, String jobDefinitionId)
public String getId()
getId in interface org.camunda.bpm.engine.runtime.Incidentpublic Date getIncidentTimestamp()
getIncidentTimestamp in interface org.camunda.bpm.engine.runtime.Incidentpublic String getIncidentType()
getIncidentType in interface org.camunda.bpm.engine.runtime.Incidentpublic String getIncidentMessage()
getIncidentMessage in interface org.camunda.bpm.engine.runtime.Incidentpublic String getExecutionId()
getExecutionId in interface org.camunda.bpm.engine.runtime.Incidentpublic String getActivityId()
getActivityId in interface org.camunda.bpm.engine.runtime.Incidentpublic String getProcessInstanceId()
getProcessInstanceId in interface org.camunda.bpm.engine.runtime.Incidentpublic String getProcessDefinitionId()
getProcessDefinitionId in interface org.camunda.bpm.engine.runtime.Incidentpublic String getCauseIncidentId()
getCauseIncidentId in interface org.camunda.bpm.engine.runtime.Incidentpublic String getRootCauseIncidentId()
getRootCauseIncidentId in interface org.camunda.bpm.engine.runtime.Incidentpublic String getConfiguration()
getConfiguration in interface org.camunda.bpm.engine.runtime.Incidentpublic String getTenantId()
getTenantId in interface org.camunda.bpm.engine.runtime.Incidentpublic String getJobDefinitionId()
getJobDefinitionId in interface org.camunda.bpm.engine.runtime.IncidentCopyright © 2018 camunda services GmbH. All rights reserved.