Class HistoricCaseInstanceEventEntity
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.HistoricCaseInstanceEventEntity
- All Implemented Interfaces:
Serializable
,DbEntity
,HistoricEntity
- Direct Known Subclasses:
HistoricCaseInstanceEntity
- Author:
- Sebastian Menski
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
the business key of the case instanceprotected String
the id of the user that created the case instanceprotected int
the current state of the case instanceprotected String
the case instance which started this case instanceprotected String
the process instance which started this case instanceprotected String
id of the tenant which belongs to the case 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 TypeMethodDescriptionint
getState()
boolean
isActive()
boolean
isClosed()
boolean
boolean
isFailed()
boolean
boolean
void
setBusinessKey
(String businessKey) void
setCloseTime
(Date closeTime) void
setCreateTime
(Date createTime) void
setCreateUserId
(String userId) void
setState
(int state) 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 case instance -
createUserId
the id of the user that created the case instance -
state
protected int statethe current state of the case instance -
superCaseInstanceId
the case instance which started this case instance -
superProcessInstanceId
the process instance which started this case instance -
tenantId
id of the tenant which belongs to the case instance
-
-
Constructor Details
-
HistoricCaseInstanceEventEntity
public HistoricCaseInstanceEventEntity()
-
-
Method Details
-
getBusinessKey
-
setBusinessKey
-
getCreateTime
-
setCreateTime
-
getCloseTime
-
setCloseTime
-
getCreateUserId
-
setCreateUserId
-
getSuperCaseInstanceId
-
setSuperCaseInstanceId
-
getSuperProcessInstanceId
-
setSuperProcessInstanceId
-
getTenantId
-
setTenantId
-
getState
public int getState() -
setState
public void setState(int state) -
isActive
public boolean isActive() -
isCompleted
public boolean isCompleted() -
isTerminated
public boolean isTerminated() -
isFailed
public boolean isFailed() -
isSuspended
public boolean isSuspended() -
isClosed
public boolean isClosed() -
toString
- Overrides:
toString
in classHistoryEvent
-