Interface HistoricTaskInstanceEntity
- All Superinterfaces:
Entity,HistoricData,HistoricScopeInstanceEntity,HistoricTaskInstance,TaskInfo
- All Known Implementing Classes:
HistoricTaskInstanceEntityImpl
@Internal
public interface HistoricTaskInstanceEntity
extends HistoricScopeInstanceEntity, HistoricTaskInstance, Entity
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAssignee(String assignee) voidsetCategory(String category) voidsetClaimTime(Date claimTime) voidsetDescription(String description) voidsetDueDate(Date dueDate) voidsetExecutionId(String executionId) voidsetFormKey(String formKey) voidsetLocalizedDescription(String description) Sets an optional localized description for the task.voidsetLocalizedName(String name) Sets an optional localized name for the task.voidvoidvoidsetParentTaskId(String parentTaskId) voidsetPriority(int priority) voidsetQueryVariables(List<HistoricVariableInstanceEntity> queryVariables) voidsetTaskDefinitionKey(String taskDefinitionKey) voidsetTenantId(String tenantId) Methods inherited from interface org.activiti.engine.impl.persistence.entity.Entity
getId, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedMethods inherited from interface org.activiti.engine.history.HistoricData
getTimeMethods inherited from interface org.activiti.engine.impl.persistence.entity.HistoricScopeInstanceEntity
getDeleteReason, getDurationInMillis, getEndTime, getProcessDefinitionId, getProcessInstanceId, getStartTime, markEnded, setDeleteReason, setDurationInMillis, setEndTime, setProcessDefinitionId, setProcessInstanceId, setStartTimeMethods inherited from interface org.activiti.engine.history.HistoricTaskInstance
getClaimTime, getDeleteReason, getDurationInMillis, getEndTime, getStartTime, getWorkTimeInMillisMethods inherited from interface org.activiti.engine.task.TaskInfo
getAssignee, getBusinessKey, getCategory, getCreateTime, getDescription, getDueDate, getExecutionId, getFormKey, getId, getName, getOwner, getParentTaskId, getPriority, getProcessDefinitionId, getProcessInstanceId, getProcessVariables, getTaskDefinitionKey, getTaskLocalVariables, getTaskProcessRootProcessInstanceId, getTenantId
-
Method Details
-
setExecutionId
-
setName
-
setLocalizedName
Sets an optional localized name for the task. -
setDescription
-
setLocalizedDescription
Sets an optional localized description for the task. -
setAssignee
-
setTaskDefinitionKey
-
setFormKey
-
setPriority
void setPriority(int priority) -
setDueDate
-
setCategory
-
setOwner
-
setParentTaskId
-
setClaimTime
-
setTenantId
-
getQueryVariables
List<HistoricVariableInstanceEntity> getQueryVariables() -
setQueryVariables
-