|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.history.event.HistoryEvent
org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
public class HistoricCaseInstanceEventEntity
| Field Summary | |
|---|---|
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 |
| Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent |
|---|
durationInMillis, endTime, startTime |
| Constructor Summary | |
|---|---|
HistoricCaseInstanceEventEntity()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent |
|---|
getDurationInMillis, getDurationRaw, getEndTime, getStartTime, setDurationInMillis, setEndTime, setStartTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String businessKey
protected String createUserId
protected int state
protected String superCaseInstanceId
protected String superProcessInstanceId
protected String tenantId
| Constructor Detail |
|---|
public HistoricCaseInstanceEventEntity()
| Method Detail |
|---|
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 HistoryEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||