Class HistoricTaskInstanceEventEntity
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.HistoricTaskInstanceEventEntity
- All Implemented Interfaces:
Serializable
,DbEntity
,HistoricEntity
- Direct Known Subclasses:
HistoricTaskInstanceEntity
- Author:
- Marcel Wieczorek
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected Date
protected Date
protected String
protected String
protected String
protected int
protected String
protected String
protected String
Returns task State of history tasksprotected String
Fields 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 TypeMethodDescriptiongetName()
getOwner()
int
void
setActivityInstanceId
(String activityInstanceId) void
setAssignee
(String assignee) void
setDeleteReason
(String deleteReason) void
setDescription
(String description) void
setDueDate
(Date dueDate) void
setFollowUpDate
(Date followUpDate) void
void
void
setParentTaskId
(String parentTaskId) void
setPriority
(int priority) void
setRootProcessInstanceId
(String rootProcessInstanceId) void
setTaskDefinitionKey
(String taskDefinitionKey) void
void
setTaskState
(String taskState) 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
-
taskId
-
assignee
-
owner
-
name
-
description
-
dueDate
-
followUpDate
-
priority
protected int priority -
parentTaskId
-
deleteReason
-
taskDefinitionKey
-
activityInstanceId
-
tenantId
-
taskState
Returns task State of history tasks
-
-
Constructor Details
-
HistoricTaskInstanceEventEntity
public HistoricTaskInstanceEventEntity()
-
-
Method Details
-
getDeleteReason
-
getAssignee
-
setAssignee
-
getOwner
-
setOwner
-
getName
-
setName
-
getDescription
-
setDescription
-
getDueDate
-
setDueDate
-
getFollowUpDate
-
setFollowUpDate
-
getPriority
public int getPriority() -
setPriority
public void setPriority(int priority) -
getParentTaskId
-
setParentTaskId
-
setDeleteReason
-
setTaskId
-
getTaskId
-
getTaskDefinitionKey
-
setTaskDefinitionKey
-
getActivityInstanceId
-
setActivityInstanceId
-
getTenantId
-
setTenantId
-
getTaskState
-
setTaskState
-
getRootProcessInstanceId
- Overrides:
getRootProcessInstanceId
in classHistoryEvent
-
setRootProcessInstanceId
- Overrides:
setRootProcessInstanceId
in classHistoryEvent
-
toString
- Overrides:
toString
in classHistoryEvent
-