Class HistoricCaseActivityInstanceEventEntity
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.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
Modifier and TypeFieldDescriptionprotected String
the id of the called case in case of a case taskprotected String
the id of the called process in case of a process taskprotected String
the id of the case activityprotected int
the state of this case activity instanceprotected String
the name of the case activityprotected String
the type of the case activityprotected String
the id of the parent case activity instanceprotected boolean
the flag whether this case activity is requiredprotected String
the id of the called task in case of a human taskprotected String
id of the tenant which belongs to the case activity 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
boolean
isActive()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setCalledCaseInstanceId
(String calledCaseInstanceId) void
setCalledProcessInstanceId
(String calledProcessInstanceId) void
setCaseActivityId
(String caseActivityId) void
setCaseActivityInstanceState
(int caseActivityInstanceState) void
setCaseActivityName
(String caseActivityName) void
setCaseActivityType
(String caseActivityType) void
setCreateTime
(Date createTime) void
setParentCaseActivityInstanceId
(String parentCaseActivityInstanceId) void
setRequired
(boolean required) void
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, 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:
getCaseExecutionId
in 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:
toString
in classHistoryEvent
-