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 Entity
getId, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedMethods inherited from interface HistoricData
getTimeMethods inherited from interface HistoricScopeInstanceEntity
getDeleteReason, getDurationInMillis, getEndTime, getProcessDefinitionId, getProcessInstanceId, getStartTime, markEnded, setDeleteReason, setDurationInMillis, setEndTime, setProcessDefinitionId, setProcessInstanceId, setStartTimeMethods inherited from interface HistoricTaskInstance
getClaimTime, getDeleteReason, getDurationInMillis, getEndTime, getStartTime, getWorkTimeInMillisMethods inherited from interface 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
-