org.camunda.bpm.engine.impl.persistence.entity
Class HistoricIncidentEntity

java.lang.Object
  extended by org.camunda.bpm.engine.impl.history.event.HistoryEvent
      extended by org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
          extended by org.camunda.bpm.engine.impl.persistence.entity.HistoricIncidentEntity
All Implemented Interfaces:
Serializable, HistoricIncident, DbEntity

public class HistoricIncidentEntity
extends HistoricIncidentEventEntity
implements HistoricIncident

Author:
Roman Smirnov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
activityId, causeIncidentId, configuration, createTime, endTime, incidentMessage, incidentState, incidentType, rootCauseIncidentId
 
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent
ACTIVITY_EVENT_TYPE_END, ACTIVITY_EVENT_TYPE_START, ACTIVITY_EVENT_TYPE_UPDATE, caseDefinitionId, caseDefinitionKey, caseExecutionId, caseInstanceId, eventType, executionId, FORM_PROPERTY_UPDATE, id, INCIDENT_CREATE, INCIDENT_DELETE, INCIDENT_RESOLVE, processDefinitionId, processDefinitionKey, processInstanceId, sequenceCounter, TASK_EVENT_TYPE_COMPLETE, TASK_EVENT_TYPE_CREATE, TASK_EVENT_TYPE_DELETE, TASK_EVENT_TYPE_UPDATE, VARIABLE_EVENT_TYPE_CREATE, VARIABLE_EVENT_TYPE_DELETE, VARIABLE_EVENT_TYPE_UPDATE
 
Constructor Summary
HistoricIncidentEntity()
           
 
Method Summary
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
getActivityId, getCauseIncidentId, getConfiguration, getCreateTime, getEndTime, getIncidentMessage, getIncidentType, getRootCauseIncidentId, isDeleted, isOpen, isResolved, setActivityId, setCauseIncidentId, setConfiguration, setCreateTime, setEndTime, setIncidentMessage, setIncidentState, setIncidentType, setRootCauseIncidentId
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent
getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getSequenceCounter, setCaseDefinitionId, setCaseDefinitionKey, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setSequenceCounter, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.engine.history.HistoricIncident
getActivityId, getCauseIncidentId, getConfiguration, getCreateTime, getEndTime, getExecutionId, getId, getIncidentMessage, getIncidentType, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getRootCauseIncidentId, isDeleted, isOpen, isResolved
 

Constructor Detail

HistoricIncidentEntity

public HistoricIncidentEntity()


Copyright © 2015 camunda services GmbH. All rights reserved.