Class HistoricProcessInstanceEventEntity
java.lang.Object
org.camunda.bpm.engine.impl.history.event.HistoryEvent
org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
- All Implemented Interfaces:
Serializable,DbEntity,HistoricEntity
- Direct Known Subclasses:
HistoricProcessInstanceEntity
HistoryEvent signifying a top-level event in a process instance.
- Author:
- Daniel Meyer, Marcel Wieczorek
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringthe business key of the process instanceprotected Stringthe reason why this process instance was cancelled (deleted)protected Stringid of the activity which ended the process instanceprotected Stringcompleted HPI that has been restartedprotected Stringid of the activity which started the process instanceprotected Stringthe id of the user that started the process instanceprotected Stringprotected Stringthe id of the super case instanceprotected Stringthe id of the super process instanceprotected Stringid of the tenant which belongs to the process instanceFields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
durationInMillis, endTime, startTimeFields 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, caseDefinitionName, caseExecutionId, caseInstanceId, eventType, executionId, FORM_PROPERTY_UPDATE, id, IDENTITY_LINK_ADD, IDENTITY_LINK_DELETE, INCIDENT_CREATE, INCIDENT_DELETE, INCIDENT_RESOLVE, processDefinitionId, processDefinitionKey, processDefinitionName, processDefinitionVersion, processInstanceId, removalTime, rootProcessInstanceId, 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetState()voidsetBusinessKey(String businessKey) voidsetDeleteReason(String deleteReason) voidsetEndActivityId(String endActivityId) voidsetRestartedProcessInstanceId(String restartedProcessInstanceId) voidsetStartActivityId(String startActivityId) voidsetStartUserId(String startUserId) voidvoidsetSuperCaseInstanceId(String superCaseInstanceId) voidsetSuperProcessInstanceId(String superProcessInstanceId) voidsetTenantId(String tenantId) toString()Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
getDurationInMillis, getDurationRaw, getEndTime, getStartTime, setDurationInMillis, setEndTime, setStartTimeMethods inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent
getCaseDefinitionId, getCaseDefinitionKey, getCaseDefinitionName, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionName, getProcessDefinitionVersion, getProcessInstanceId, getRemovalTime, getRootProcessInstanceId, getSequenceCounter, isEventOfType, setCaseDefinitionId, setCaseDefinitionKey, setCaseDefinitionName, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionName, setProcessDefinitionVersion, setProcessInstanceId, setRemovalTime, setRootProcessInstanceId, setSequenceCounter
-
Field Details
-
businessKey
the business key of the process instance -
startUserId
the id of the user that started the process instance -
superProcessInstanceId
the id of the super process instance -
superCaseInstanceId
the id of the super case instance -
deleteReason
the reason why this process instance was cancelled (deleted) -
endActivityId
id of the activity which ended the process instance -
startActivityId
id of the activity which started the process instance -
tenantId
id of the tenant which belongs to the process instance -
state
-
restartedProcessInstanceId
completed HPI that has been restarted
-
-
Constructor Details
-
HistoricProcessInstanceEventEntity
public HistoricProcessInstanceEventEntity()
-
-
Method Details
-
getEndActivityId
-
setEndActivityId
-
getStartActivityId
-
setStartActivityId
-
getBusinessKey
-
setBusinessKey
-
getStartUserId
-
setStartUserId
-
getSuperProcessInstanceId
-
setSuperProcessInstanceId
-
getSuperCaseInstanceId
-
setSuperCaseInstanceId
-
getDeleteReason
-
setDeleteReason
-
getTenantId
-
setTenantId
-
getState
-
setState
-
getRestartedProcessInstanceId
-
setRestartedProcessInstanceId
-
toString
- Overrides:
toStringin classHistoryEvent
-