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
FieldsModifier and TypeFieldDescriptionprotected Stringthe id of the activityprotected Stringthe id of this activity instanceprotected intthe state of this activity instanceprotected Stringthe name of the activityprotected Stringthe type of the activity (startEvent, serviceTask ...)protected Stringthe id of the child case instanceprotected Stringthe id of the child process instanceprotected Stringthe id of the parent activity instanceprotected Stringprotected Stringprotected Stringid of the tenant which belongs to the activity instanceFields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
durationInMillis, endTime, startTimeFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanbooleanvoidsetActivityId(String activityId) voidsetActivityInstanceId(String activityInstanceId) voidsetActivityInstanceState(int activityInstanceState) voidsetActivityName(String activityName) voidsetActivityType(String activityType) voidsetCalledCaseInstanceId(String calledCaseInstanceId) voidsetCalledProcessInstanceId(String calledProcessInstanceId) voidsetParentActivityInstanceId(String parentActivityInstanceId) voidsetRootProcessInstanceId(String rootProcessInstanceId) voidsetTaskAssignee(String taskAssignee) voidvoidsetTenantId(String tenantId) toString()Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
getDurationInMillis, getDurationRaw, getEndTime, getStartTime, setDurationInMillis, setEndTime, setStartTimeMethods 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:
getRootProcessInstanceIdin classHistoryEvent
-
setRootProcessInstanceId
- Overrides:
setRootProcessInstanceIdin classHistoryEvent
-
toString
- Overrides:
toStringin classHistoryEvent
-