public class HistoricCaseInstanceEventEntity extends HistoricScopeInstanceEvent
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
businessKey
the business key of the case instance 
 | 
protected String | 
createUserId
the id of the user that created the case instance 
 | 
protected int | 
state
the current state of the case instance 
 | 
protected String | 
superCaseInstanceId
the case instance which started this case instance 
 | 
protected String | 
superProcessInstanceId
the process instance which started this case instance 
 | 
protected String | 
tenantId
id of the tenant which belongs to the case instance 
 | 
durationInMillis, endTime, startTimeACTIVITY_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 and Description | 
|---|
HistoricCaseInstanceEventEntity()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getBusinessKey()  | 
Date | 
getCloseTime()  | 
Date | 
getCreateTime()  | 
String | 
getCreateUserId()  | 
int | 
getState()  | 
String | 
getSuperCaseInstanceId()  | 
String | 
getSuperProcessInstanceId()  | 
String | 
getTenantId()  | 
boolean | 
isActive()  | 
boolean | 
isClosed()  | 
boolean | 
isCompleted()  | 
boolean | 
isFailed()  | 
boolean | 
isSuspended()  | 
boolean | 
isTerminated()  | 
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)  | 
String | 
toString()  | 
getDurationInMillis, getDurationRaw, getEndTime, getStartTime, setDurationInMillis, setEndTime, setStartTimegetCaseDefinitionId, 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, setSequenceCounterprotected String businessKey
protected String createUserId
protected int state
protected String superCaseInstanceId
protected String superProcessInstanceId
protected String tenantId
public String getBusinessKey()
public void setBusinessKey(String businessKey)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public Date getCloseTime()
public void setCloseTime(Date closeTime)
public String getCreateUserId()
public void setCreateUserId(String userId)
public String getSuperCaseInstanceId()
public void setSuperCaseInstanceId(String superCaseInstanceId)
public String getSuperProcessInstanceId()
public void setSuperProcessInstanceId(String superProcessInstanceId)
public String getTenantId()
public void setTenantId(String tenantId)
public int getState()
public void setState(int state)
public boolean isActive()
public boolean isCompleted()
public boolean isTerminated()
public boolean isFailed()
public boolean isSuspended()
public boolean isClosed()
public String toString()
toString in class HistoryEventCopyright © 2021. All rights reserved.