|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.history.event.HistoryEvent
org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
public class HistoricProcessInstanceEventEntity
HistoryEvent signifying a top-level event in a process instance.
| 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 |
| 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 |
|---|
protected String businessKey
protected String startUserId
protected String superProcessInstanceId
protected String superCaseInstanceId
protected String deleteReason
protected String endActivityId
protected String startActivityId
protected String tenantId
| Constructor Detail |
|---|
public HistoricProcessInstanceEventEntity()
| Method Detail |
|---|
public String getEndActivityId()
public void setEndActivityId(String endActivityId)
public String getStartActivityId()
public void setStartActivityId(String startActivityId)
public String getBusinessKey()
public void setBusinessKey(String businessKey)
public String getStartUserId()
public void setStartUserId(String startUserId)
public String getSuperProcessInstanceId()
public void setSuperProcessInstanceId(String superProcessInstanceId)
public String getSuperCaseInstanceId()
public void setSuperCaseInstanceId(String superCaseInstanceId)
public String getDeleteReason()
public void setDeleteReason(String deleteReason)
public String getTenantId()
public void setTenantId(String tenantId)
public String toString()
toString in class HistoryEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||