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
Modifier and TypeFieldDescriptionprotected String
the business key of the process instanceprotected String
the reason why this process instance was cancelled (deleted)protected String
id of the activity which ended the process instanceprotected String
completed HPI that has been restartedprotected String
id of the activity which started the process instanceprotected String
the id of the user that started the process instanceprotected String
protected String
the id of the super case instanceprotected String
the id of the super process instanceprotected String
id of the tenant which belongs to the process instanceFields 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, 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
-
Method Summary
Modifier and TypeMethodDescriptiongetState()
void
setBusinessKey
(String businessKey) void
setDeleteReason
(String deleteReason) void
setEndActivityId
(String endActivityId) void
setRestartedProcessInstanceId
(String restartedProcessInstanceId) void
setStartActivityId
(String startActivityId) void
setStartUserId
(String startUserId) void
void
setSuperCaseInstanceId
(String superCaseInstanceId) void
setSuperProcessInstanceId
(String superProcessInstanceId) void
setTenantId
(String tenantId) 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, 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:
toString
in classHistoryEvent
-