Class HistoricTaskInstanceEntity
- 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
-
- org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceEntity
-
- All Implemented Interfaces:
Serializable
,HistoricTaskInstance
,DbEntity
,HistoricEntity
public class HistoricTaskInstanceEntity extends HistoricTaskInstanceEventEntity implements HistoricTaskInstance
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
activityInstanceId, assignee, deleteReason, description, dueDate, followUpDate, name, owner, parentTaskId, priority, taskDefinitionKey, taskId, tenantId
-
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
Constructors Constructor Description HistoricTaskInstanceEntity()
-
Method Summary
-
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
getActivityInstanceId, getAssignee, getDeleteReason, getDescription, getDueDate, getFollowUpDate, getName, getOwner, getParentTaskId, getPriority, getRootProcessInstanceId, getTaskDefinitionKey, getTaskId, getTenantId, setActivityInstanceId, setAssignee, setDeleteReason, setDescription, setDueDate, setFollowUpDate, setName, setOwner, setParentTaskId, setPriority, setRootProcessInstanceId, setTaskDefinitionKey, setTaskId, setTenantId, 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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.history.HistoricTaskInstance
getActivityInstanceId, getAssignee, getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getDeleteReason, getDescription, getDueDate, getDurationInMillis, getEndTime, getExecutionId, getFollowUpDate, getId, getName, getOwner, getParentTaskId, getPriority, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getRemovalTime, getRootProcessInstanceId, getStartTime, getTaskDefinitionKey, getTenantId
-
-