org.camunda.bpm.engine.impl.history.event
Class HistoricProcessInstanceEventEntity

java.lang.Object
  extended by org.camunda.bpm.engine.impl.history.event.HistoryEvent
      extended by org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
          extended by org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
All Implemented Interfaces:
Serializable, DbEntity
Direct Known Subclasses:
HistoricProcessInstanceEntity

public class HistoricProcessInstanceEventEntity
extends HistoricScopeInstanceEvent

HistoryEvent signifying a top-level event in a process instance.

Author:
Daniel Meyer, Marcel Wieczorek
See Also:
Serialized Form

Field Summary
protected  String businessKey
          the business key of the process instance
protected  String deleteReason
          the reason why this process instance was cancelled (deleted)
protected  String endActivityId
          id of the activity which started the process instance
protected  String startActivityId
          id of the activity which ended the process instance
protected  String startUserId
          the id of the user that started the process instance
protected  String superCaseInstanceId
          the id of the super case instance
protected  String superProcessInstanceId
          the id of the super process instance
protected  String tenantId
          id of the tenant which belongs to the process instance
 
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
durationInMillis, endTime, startTime
 
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, IDENTITY_LINK_ADD, IDENTITY_LINK_DELETE, 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
HistoricProcessInstanceEventEntity()
           
 
Method Summary
 String getBusinessKey()
           
 String getDeleteReason()
           
 String getEndActivityId()
           
 String getStartActivityId()
           
 String getStartUserId()
           
 String getSuperCaseInstanceId()
           
 String getSuperProcessInstanceId()
           
 String getTenantId()
           
 void setBusinessKey(String businessKey)
           
 void setDeleteReason(String deleteReason)
           
 void setEndActivityId(String endActivityId)
           
 void setStartActivityId(String startActivityId)
           
 void setStartUserId(String startUserId)
           
 void setSuperCaseInstanceId(String superCaseInstanceId)
           
 void setSuperProcessInstanceId(String superProcessInstanceId)
           
 void setTenantId(String tenantId)
           
 String toString()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
getDurationInMillis, getDurationRaw, getEndTime, getStartTime, setDurationInMillis, setEndTime, setStartTime
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent
getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getSequenceCounter, isEventOfType, setCaseDefinitionId, setCaseDefinitionKey, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setSequenceCounter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

businessKey

protected String businessKey
the business key of the process instance


startUserId

protected String startUserId
the id of the user that started the process instance


superProcessInstanceId

protected String superProcessInstanceId
the id of the super process instance


superCaseInstanceId

protected String superCaseInstanceId
the id of the super case instance


deleteReason

protected String deleteReason
the reason why this process instance was cancelled (deleted)


endActivityId

protected String endActivityId
id of the activity which started the process instance


startActivityId

protected String startActivityId
id of the activity which ended the process instance


tenantId

protected String tenantId
id of the tenant which belongs to the process instance

Constructor Detail

HistoricProcessInstanceEventEntity

public HistoricProcessInstanceEventEntity()
Method Detail

getEndActivityId

public String getEndActivityId()

setEndActivityId

public void setEndActivityId(String endActivityId)

getStartActivityId

public String getStartActivityId()

setStartActivityId

public void setStartActivityId(String startActivityId)

getBusinessKey

public String getBusinessKey()

setBusinessKey

public void setBusinessKey(String businessKey)

getStartUserId

public String getStartUserId()

setStartUserId

public void setStartUserId(String startUserId)

getSuperProcessInstanceId

public String getSuperProcessInstanceId()

setSuperProcessInstanceId

public void setSuperProcessInstanceId(String superProcessInstanceId)

getSuperCaseInstanceId

public String getSuperCaseInstanceId()

setSuperCaseInstanceId

public void setSuperCaseInstanceId(String superCaseInstanceId)

getDeleteReason

public String getDeleteReason()

setDeleteReason

public void setDeleteReason(String deleteReason)

getTenantId

public String getTenantId()

setTenantId

public void setTenantId(String tenantId)

toString

public String toString()
Overrides:
toString in class HistoryEvent


Copyright © 2016 camunda services GmbH. All rights reserved.