Class HistoricCaseActivityInstanceEventEntity
java.lang.Object
org.operaton.bpm.engine.impl.history.event.HistoryEvent
org.operaton.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
org.operaton.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
- All Implemented Interfaces:
Serializable,DbEntity,HistoricEntity
- Direct Known Subclasses:
HistoricCaseActivityInstanceEntity
HistoryEvent implementation for events that happen in a case activity.
- Author:
- Sebastian Menski
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringthe id of the called case in case of a case taskprotected Stringthe id of the called process in case of a process taskprotected Stringthe id of the case activityprotected intthe state of this case activity instanceprotected Stringthe name of the case activityprotected Stringthe type of the case activityprotected Stringthe id of the parent case activity instanceprotected booleanthe flag whether this case activity is requiredprotected Stringthe id of the called task in case of a human taskprotected Stringid of the tenant which belongs to the case activity instanceFields inherited from class org.operaton.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
durationInMillis, endTime, startTimeFields inherited from class org.operaton.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanisActive()booleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetCalledCaseInstanceId(String calledCaseInstanceId) voidsetCalledProcessInstanceId(String calledProcessInstanceId) voidsetCaseActivityId(String caseActivityId) voidsetCaseActivityInstanceState(int caseActivityInstanceState) voidsetCaseActivityName(String caseActivityName) voidsetCaseActivityType(String caseActivityType) voidsetCreateTime(Date createTime) voidsetParentCaseActivityInstanceId(String parentCaseActivityInstanceId) voidsetRequired(boolean required) voidvoidsetTenantId(String tenantId) toString()Methods inherited from class org.operaton.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
getDurationInMillis, getDurationRaw, getEndTime, getStartTime, setDurationInMillis, setEndTime, setStartTimeMethods inherited from class org.operaton.bpm.engine.impl.history.event.HistoryEvent
getCaseDefinitionId, getCaseDefinitionKey, getCaseDefinitionName, 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
-
caseActivityId
the id of the case activity -
caseActivityName
the name of the case activity -
caseActivityType
the type of the case activity -
caseActivityInstanceState
protected int caseActivityInstanceStatethe state of this case activity instance -
parentCaseActivityInstanceId
the id of the parent case activity instance -
taskId
the id of the called task in case of a human task -
calledProcessInstanceId
the id of the called process in case of a process task -
calledCaseInstanceId
the id of the called case in case of a case task -
tenantId
id of the tenant which belongs to the case activity instance -
required
protected boolean requiredthe flag whether this case activity is required
-
-
Constructor Details
-
HistoricCaseActivityInstanceEventEntity
public HistoricCaseActivityInstanceEventEntity()
-
-
Method Details
-
getCaseExecutionId
- Overrides:
getCaseExecutionIdin classHistoryEvent
-
getCaseActivityId
-
setCaseActivityId
-
getCaseActivityName
-
setCaseActivityName
-
getCaseActivityType
-
setCaseActivityType
-
getCaseActivityInstanceState
public int getCaseActivityInstanceState() -
setCaseActivityInstanceState
public void setCaseActivityInstanceState(int caseActivityInstanceState) -
getParentCaseActivityInstanceId
-
setParentCaseActivityInstanceId
-
getTaskId
-
setTaskId
-
getCalledProcessInstanceId
-
setCalledProcessInstanceId
-
getCalledCaseInstanceId
-
setCalledCaseInstanceId
-
getTenantId
-
setTenantId
-
getCreateTime
-
setCreateTime
-
isRequired
public boolean isRequired() -
setRequired
public void setRequired(boolean required) -
isAvailable
public boolean isAvailable() -
isEnabled
public boolean isEnabled() -
isDisabled
public boolean isDisabled() -
isActive
public boolean isActive() -
isSuspended
public boolean isSuspended() -
isCompleted
public boolean isCompleted() -
isTerminated
public boolean isTerminated() -
toString
- Overrides:
toStringin classHistoryEvent
-