org.camunda.bpm.engine.impl.history.event
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
- Direct Known Subclasses:
- HistoricCaseInstanceEntity
public class HistoricCaseInstanceEventEntity
- extends HistoricScopeInstanceEvent
- Author:
- Sebastian Menski
- See Also:
- Serialized Form
| 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, 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 |
| Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent |
getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getSequenceCounter, setCaseDefinitionId, setCaseDefinitionKey, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setSequenceCounter |
businessKey
protected String businessKey
- the business key of the case instance
createUserId
protected String createUserId
- the id of the user that created the case instance
state
protected int state
- the current state of the case instance
superCaseInstanceId
protected String superCaseInstanceId
- the case instance which started this case instance
superProcessInstanceId
protected String superProcessInstanceId
- the process instance which started this case instance
HistoricCaseInstanceEventEntity
public HistoricCaseInstanceEventEntity()
getBusinessKey
public String getBusinessKey()
setBusinessKey
public void setBusinessKey(String businessKey)
getCreateTime
public Date getCreateTime()
setCreateTime
public void setCreateTime(Date createTime)
getCloseTime
public Date getCloseTime()
setCloseTime
public void setCloseTime(Date closeTime)
getCreateUserId
public String getCreateUserId()
setCreateUserId
public void setCreateUserId(String userId)
getSuperCaseInstanceId
public String getSuperCaseInstanceId()
setSuperCaseInstanceId
public void setSuperCaseInstanceId(String superCaseInstanceId)
getSuperProcessInstanceId
public String getSuperProcessInstanceId()
setSuperProcessInstanceId
public void setSuperProcessInstanceId(String superProcessInstanceId)
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
public String toString()
- Overrides:
toString in class HistoryEvent
Copyright © 2016 camunda services GmbH. All rights reserved.