Class HistoricActivityInstanceEventEntity
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.HistoricActivityInstanceEventEntity
- All Implemented Interfaces:
Serializable
,DbEntity
,HistoricEntity
- Direct Known Subclasses:
HistoricActivityInstanceEntity
HistoryEvent
implementation for events that happen in an activity.
- Author:
- Daniel Meyer, Marcel Wieczorek, Roman Smirnov
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
the id of the activityprotected String
the id of this activity instanceprotected int
the state of this activity instanceprotected String
the name of the activityprotected String
the type of the activity (startEvent, serviceTask ...)protected String
the id of the child case instanceprotected String
the id of the child process instanceprotected String
the id of the parent activity instanceprotected String
protected String
protected String
id of the tenant which belongs to the 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
boolean
void
setActivityId
(String activityId) void
setActivityInstanceId
(String activityInstanceId) void
setActivityInstanceState
(int activityInstanceState) void
setActivityName
(String activityName) void
setActivityType
(String activityType) void
setCalledCaseInstanceId
(String calledCaseInstanceId) void
setCalledProcessInstanceId
(String calledProcessInstanceId) void
setParentActivityInstanceId
(String parentActivityInstanceId) void
setRootProcessInstanceId
(String rootProcessInstanceId) void
setTaskAssignee
(String taskAssignee) 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, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionName, getProcessDefinitionVersion, getProcessInstanceId, getRemovalTime, getSequenceCounter, isEventOfType, setCaseDefinitionId, setCaseDefinitionKey, setCaseDefinitionName, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionName, setProcessDefinitionVersion, setProcessInstanceId, setRemovalTime, setSequenceCounter
-
Field Details
-
activityId
the id of the activity -
activityName
the name of the activity -
activityType
the type of the activity (startEvent, serviceTask ...) -
activityInstanceId
the id of this activity instance -
activityInstanceState
protected int activityInstanceStatethe state of this activity instance -
parentActivityInstanceId
the id of the parent activity instance -
calledProcessInstanceId
the id of the child process instance -
calledCaseInstanceId
the id of the child case instance -
taskId
-
taskAssignee
-
tenantId
id of the tenant which belongs to the activity instance
-
-
Constructor Details
-
HistoricActivityInstanceEventEntity
public HistoricActivityInstanceEventEntity()
-
-
Method Details
-
getAssignee
-
getActivityId
-
setActivityId
-
getActivityType
-
setActivityType
-
getActivityName
-
setActivityName
-
getActivityInstanceId
-
setActivityInstanceId
-
getParentActivityInstanceId
-
setParentActivityInstanceId
-
getCalledProcessInstanceId
-
setCalledProcessInstanceId
-
getCalledCaseInstanceId
-
setCalledCaseInstanceId
-
getTaskId
-
setTaskId
-
getTaskAssignee
-
setTaskAssignee
-
setActivityInstanceState
public void setActivityInstanceState(int activityInstanceState) -
getActivityInstanceState
public int getActivityInstanceState() -
isCompleteScope
public boolean isCompleteScope() -
isCanceled
public boolean isCanceled() -
getTenantId
-
setTenantId
-
getRootProcessInstanceId
- Overrides:
getRootProcessInstanceId
in classHistoryEvent
-
setRootProcessInstanceId
- Overrides:
setRootProcessInstanceId
in classHistoryEvent
-
toString
- Overrides:
toString
in classHistoryEvent
-