public class HistoricTaskInstanceEntityImpl extends AbstractTaskServiceEntity implements HistoricTaskInstanceEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision| Constructor and Description |
|---|
HistoricTaskInstanceEntityImpl() |
HistoricTaskInstanceEntityImpl(TaskEntity task) |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetStartTimegetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionprotected String executionId
protected String processInstanceId
protected String processDefinitionId
protected String taskDefinitionId
protected String scopeId
protected String subScopeId
protected String scopeType
protected String scopeDefinitionId
protected Date createTime
protected Date endTime
protected Long durationInMillis
protected String deleteReason
protected String name
protected String localizedName
protected String parentTaskId
protected String description
protected String localizedDescription
protected String owner
protected String assignee
protected String taskDefinitionKey
protected String formKey
protected int priority
protected Date dueDate
protected Date claimTime
protected String category
protected String tenantId
protected Date lastUpdateTime
protected List<HistoricVariableInstanceEntity> queryVariables
protected List<HistoricIdentityLinkEntity> queryIdentityLinks
protected List<HistoricIdentityLinkEntity> identityLinks
protected boolean isIdentityLinksInitialized
public HistoricTaskInstanceEntityImpl()
public HistoricTaskInstanceEntityImpl(TaskEntity task)
public Object getPersistentState()
getPersistentState in interface Entitypublic void markEnded(String deleteReason)
markEnded in interface HistoricTaskInstanceEntitypublic String getExecutionId()
getExecutionId in interface TaskInfopublic void setExecutionId(String executionId)
setExecutionId in interface HistoricTaskInstanceEntitypublic String getProcessInstanceId()
getProcessInstanceId in interface TaskInfopublic String getProcessDefinitionId()
getProcessDefinitionId in interface TaskInfopublic String getTaskDefinitionId()
getTaskDefinitionId in interface TaskInfopublic String getScopeId()
getScopeId in interface TaskInfopublic void setScopeId(String scopeId)
setScopeId in interface HistoricTaskInstanceEntitypublic String getSubScopeId()
getSubScopeId in interface TaskInfopublic void setSubScopeId(String subScopeId)
setSubScopeId in interface HistoricTaskInstanceEntitypublic String getScopeType()
getScopeType in interface TaskInfopublic void setScopeType(String scopeType)
setScopeType in interface HistoricTaskInstanceEntitypublic String getScopeDefinitionId()
getScopeDefinitionId in interface TaskInfopublic void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId in interface HistoricTaskInstanceEntitypublic Date getStartTime()
getStartTime in interface HistoricTaskInstancepublic Date getEndTime()
getEndTime in interface HistoricTaskInstancepublic Long getDurationInMillis()
getDurationInMillis in interface HistoricTaskInstancepublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface HistoricTaskInstanceEntitypublic void setProcessDefinitionId(String processDefinitionId)
setProcessDefinitionId in interface HistoricTaskInstanceEntitypublic void setTaskDefinitionId(String taskDefinitionId)
setTaskDefinitionId in interface HistoricTaskInstanceEntitypublic void setCreateTime(Date createTime)
setCreateTime in interface HistoricTaskInstanceEntitypublic void setEndTime(Date endTime)
setEndTime in interface HistoricTaskInstanceEntitypublic void setDurationInMillis(Long durationInMillis)
setDurationInMillis in interface HistoricTaskInstanceEntitypublic String getDeleteReason()
getDeleteReason in interface HistoricTaskInstancepublic void setDeleteReason(String deleteReason)
setDeleteReason in interface HistoricTaskInstanceEntitypublic void setName(String name)
setName in interface HistoricTaskInstanceEntitypublic void setLocalizedName(String name)
HistoricTaskInstanceEntitysetLocalizedName in interface HistoricTaskInstanceEntitypublic String getDescription()
getDescription in interface TaskInfopublic void setDescription(String description)
setDescription in interface HistoricTaskInstanceEntitypublic void setLocalizedDescription(String description)
HistoricTaskInstanceEntitysetLocalizedDescription in interface HistoricTaskInstanceEntitypublic String getAssignee()
getAssignee in interface TaskInfopublic void setAssignee(String assignee)
setAssignee in interface HistoricTaskInstanceEntitypublic String getTaskDefinitionKey()
getTaskDefinitionKey in interface TaskInfopublic void setTaskDefinitionKey(String taskDefinitionKey)
setTaskDefinitionKey in interface HistoricTaskInstanceEntitypublic Date getCreateTime()
getCreateTime in interface TaskInfopublic String getFormKey()
getFormKey in interface TaskInfopublic void setFormKey(String formKey)
setFormKey in interface HistoricTaskInstanceEntitypublic int getPriority()
getPriority in interface TaskInfopublic void setPriority(int priority)
setPriority in interface HistoricTaskInstanceEntitypublic Date getDueDate()
getDueDate in interface TaskInfopublic void setDueDate(Date dueDate)
setDueDate in interface HistoricTaskInstanceEntitypublic String getCategory()
getCategory in interface TaskInfopublic void setCategory(String category)
setCategory in interface HistoricTaskInstanceEntitypublic void setOwner(String owner)
setOwner in interface HistoricTaskInstanceEntitypublic String getParentTaskId()
getParentTaskId in interface TaskInfopublic void setParentTaskId(String parentTaskId)
setParentTaskId in interface HistoricTaskInstanceEntitypublic Date getClaimTime()
getClaimTime in interface HistoricTaskInstancegetClaimTime in interface TaskInfopublic void setClaimTime(Date claimTime)
setClaimTime in interface HistoricTaskInstanceEntitypublic String getTenantId()
getTenantId in interface TaskInfopublic void setTenantId(String tenantId)
setTenantId in interface HistoricTaskInstanceEntitypublic Date getTime()
getTime in interface HistoricDatapublic Long getWorkTimeInMillis()
getWorkTimeInMillis in interface HistoricTaskInstancepublic Date getLastUpdateTime()
getLastUpdateTime in interface HistoricTaskInstanceEntitypublic void setLastUpdateTime(Date lastUpdateTime)
setLastUpdateTime in interface HistoricTaskInstanceEntitypublic Map<String,Object> getTaskLocalVariables()
getTaskLocalVariables in interface TaskInfopublic Map<String,Object> getProcessVariables()
getProcessVariables in interface TaskInfopublic List<HistoricVariableInstanceEntity> getQueryVariables()
getQueryVariables in interface HistoricTaskInstanceEntitypublic void setQueryVariables(List<HistoricVariableInstanceEntity> queryVariables)
setQueryVariables in interface HistoricTaskInstanceEntitypublic List<HistoricIdentityLinkEntity> getIdentityLinks()
getIdentityLinks in interface TaskInfopublic List<HistoricIdentityLinkEntity> getQueryIdentityLinks()
public void setQueryIdentityLinks(List<HistoricIdentityLinkEntity> identityLinks)
Copyright © 2019 Flowable. All rights reserved.