Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
Package
Description
-
Uses of TaskEntity in org.camunda.bpm.engine.impl.cfg
Modifier and TypeMethodDescriptionvoid
CommandChecker.checkCreateTask
(TaskEntity task) Check if it is allowed to create a taskvoid
CommandChecker.checkDeleteTask
(TaskEntity task) Check if it is allowed to delete a taskvoid
CommandChecker.checkReadTask
(TaskEntity task) Check if it is allowed to read a task.void
CommandChecker.checkReadTaskVariable
(TaskEntity task) Check if it is allowed to read a task's variable.void
CommandChecker.checkTaskAssign
(TaskEntity task) Check if it is allowed to assign a taskvoid
CommandChecker.checkTaskWork
(TaskEntity task) Check if it is allowed to work on a taskvoid
CommandChecker.checkUpdateTaskVariable
(TaskEntity task) Check if it is allowed to update a task's variable -
Uses of TaskEntity in org.camunda.bpm.engine.impl.cfg.auth
Modifier and TypeMethodDescriptionvoid
AuthorizationCommandChecker.checkCreateTask
(TaskEntity entity) void
AuthorizationCommandChecker.checkDeleteTask
(TaskEntity task) void
AuthorizationCommandChecker.checkReadTask
(TaskEntity task) void
AuthorizationCommandChecker.checkReadTaskVariable
(TaskEntity task) void
AuthorizationCommandChecker.checkTaskAssign
(TaskEntity task) protected void
AuthorizationCommandChecker.checkTaskPermission
(TaskEntity task, Permission processDefinitionPermission, Permission taskPermission) void
AuthorizationCommandChecker.checkTaskWork
(TaskEntity task) void
AuthorizationCommandChecker.checkUpdateTaskVariable
(TaskEntity task) -
Uses of TaskEntity in org.camunda.bpm.engine.impl.cfg.multitenancy
Modifier and TypeMethodDescriptionvoid
TenantCommandChecker.checkCreateTask
(TaskEntity task) void
TenantCommandChecker.checkDeleteTask
(TaskEntity task) void
TenantCommandChecker.checkReadTask
(TaskEntity task) void
TenantCommandChecker.checkReadTaskVariable
(TaskEntity task) void
TenantCommandChecker.checkTaskAssign
(TaskEntity task) void
TenantCommandChecker.checkTaskWork
(TaskEntity task) void
TenantCommandChecker.checkUpdateTaskVariable
(TaskEntity task) -
Uses of TaskEntity in org.camunda.bpm.engine.impl.cmd
Modifier and TypeFieldDescriptionprotected TaskEntity
DeleteIdentityLinkCmd.task
protected TaskEntity
SaveTaskCmd.task
Modifier and TypeMethodDescriptionprotected TaskEntity
RemoveTaskVariablesCmd.getEntity()
protected TaskEntity
SetTaskVariablesCmd.getEntity()
protected TaskEntity
AddCommentCmd.getTask
(CommandContext commandContext) protected TaskEntity
AbstractSetTaskPropertyCmd.validateAndGet
(String taskId, CommandContext context) Validates the given taskId against to verify it references an existing task before returning the task.Modifier and TypeMethodDescriptionprotected void
ClaimTaskCmd.checkClaimTask
(TaskEntity task, CommandContext commandContext) protected void
CompleteTaskCmd.checkCompleteTask
(TaskEntity task, CommandContext commandContext) protected void
SaveTaskCmd.checkCreateTask
(TaskEntity task, CommandContext commandContext) protected void
DelegateTaskCmd.checkDelegateTask
(TaskEntity task, CommandContext commandContext) protected void
DeleteIdentityLinkCmd.checkDeleteIdentityLink
(TaskEntity task, CommandContext commandContext) protected void
DeleteTaskCmd.checkDeleteTask
(TaskEntity task, CommandContext commandContext) protected void
GetIdentityLinksForTaskCmd.checkGetIdentityLink
(TaskEntity task, CommandContext commandContext) protected void
GetTaskFormVariablesCmd.checkGetTaskFormVariables
(TaskEntity task, CommandContext commandContext) protected void
GetTaskVariableCmd.checkGetTaskVariable
(TaskEntity task, CommandContext commandContext) protected void
GetTaskVariablesCmd.checkGetTaskVariables
(TaskEntity task, CommandContext commandContext) protected void
GetTaskVariableCmdTyped.checkGetTaskVariableTyped
(TaskEntity task, CommandContext commandContext) protected void
RemoveTaskVariablesCmd.checkRemoveTaskVariables
(TaskEntity task) protected void
SetTaskVariablesCmd.checkSetTaskVariables
(TaskEntity task) protected void
AbstractSetTaskPropertyCmd.checkTaskAgainstContext
(TaskEntity task, CommandContext context) Perform multi-tenancy & authorization checks on the given task against the given command context.protected void
SaveTaskCmd.checkTaskAssign
(TaskEntity task, CommandContext commandContext) protected void
CompleteTaskCmd.completeTask
(TaskEntity task) protected void
ResolveTaskCmd.completeTask
(TaskEntity task) protected void
AbstractAddIdentityLinkCmd.executeSetOperation
(TaskEntity task, Integer value) protected abstract void
AbstractSetTaskPropertyCmd.executeSetOperation
(TaskEntity task, T value) Executes the set operation of the concrete command.protected void
SetTaskDescriptionCmd.executeSetOperation
(TaskEntity task, String value) protected void
SetTaskDueDateCmd.executeSetOperation
(TaskEntity task, Date value) protected void
SetTaskFollowUpDateCmd.executeSetOperation
(TaskEntity task, Date value) protected void
SetTaskNameCmd.executeSetOperation
(TaskEntity task, String value) protected void
SetTaskPriorityCmd.executeSetOperation
(TaskEntity task, Integer priority) protected abstract void
AbstractAddIdentityLinkCmd.logOperation
(CommandContext context, TaskEntity task) Method to be overridden by concrete identity commands that wish to log an operation.protected void
AbstractSetTaskPropertyCmd.logOperation
(CommandContext context, TaskEntity task) protected void
AddGroupIdentityLinkCmd.logOperation
(CommandContext context, TaskEntity task) protected void
AddUserIdentityLinkCmd.logOperation
(CommandContext context, TaskEntity task) protected void
AssignTaskCmd.logOperation
(CommandContext context, TaskEntity task) protected void
SetTaskOwnerCmd.logOperation
(CommandContext context, TaskEntity task) protected void
SaveTaskCmd.validateStandaloneTask
(TaskEntity task, CommandContext commandContext) -
Uses of TaskEntity in org.camunda.bpm.engine.impl.cmmn.behavior
Modifier and TypeMethodDescriptionprotected TaskEntity
HumanTaskActivityBehavior.getTask
(CmmnActivityExecution execution) -
Uses of TaskEntity in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Modifier and TypeMethodDescriptionCaseExecutionEntity.createTask
(TaskDecorator taskDecorator) CaseExecutionEntity.getTask()
-
Uses of TaskEntity in org.camunda.bpm.engine.impl.cmmn.execution
Modifier and TypeMethodDescriptionCmmnExecution.createTask
(TaskDecorator taskDecorator) CmmnExecution.getTask()
-
Uses of TaskEntity in org.camunda.bpm.engine.impl.context
Modifier and TypeMethodDescriptionstatic ProcessApplicationReference
ProcessApplicationContextUtil.getTargetProcessApplication
(TaskEntity task) -
Uses of TaskEntity in org.camunda.bpm.engine.impl.form.handler
Modifier and TypeMethodDescriptionDefaultTaskFormHandler.createTaskForm
(TaskEntity task) DelegateTaskFormHandler.createTaskForm
(TaskEntity task) TaskFormHandler.createTaskForm
(TaskEntity task) ModifierConstructorDescriptionCreateTaskFormInvocation
(TaskFormHandler taskFormHandler, TaskEntity task) -
Uses of TaskEntity in org.camunda.bpm.engine.impl.history.producer
Modifier and TypeMethodDescriptionprotected void
DefaultHistoryEventProducer.initTaskInstanceEvent
(HistoricTaskInstanceEventEntity evt, TaskEntity taskEntity, HistoryEventType eventType) -
Uses of TaskEntity in org.camunda.bpm.engine.impl.migration.instance
ModifierConstructorDescriptionMigratingUserTaskInstance
(TaskEntity userTask, MigratingActivityInstance migratingActivityInstance) -
Uses of TaskEntity in org.camunda.bpm.engine.impl.migration.instance.parser
Modifier and TypeFieldDescriptionprotected Collection<TaskEntity>
MigratingInstanceParseContext.tasks
Modifier and TypeMethodDescriptionprotected List<TaskEntity>
MigratingInstanceParser.fetchTasks
(CommandContext commandContext, String processInstanceId) Modifier and TypeMethodDescriptionMigratingInstanceParseContext.tasks
(Collection<TaskEntity> tasks) -
Uses of TaskEntity in org.camunda.bpm.engine.impl.oplog
Modifier and TypeMethodDescriptionUserOperationLogContextEntryBuilder.inContextOf
(TaskEntity task, List<PropertyChange> propertyChanges) -
Uses of TaskEntity in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeFieldDescriptionprotected TaskEntity
TaskEntity.parentTask
protected TaskEntity
IdentityLinkEntity.task
protected TaskEntity
TaskEntityReferencer.task
Modifier and TypeMethodDescriptionTaskManager.findTaskByCaseExecutionId
(String caseExecutionId) TaskManager.findTaskById
(String id) TaskEntity.getParentTask()
IdentityLinkEntity.getTask()
protected TaskEntity
VariableInstanceEntity.getTask()
Modifier and TypeMethodDescriptionTaskManager.findTasksByExecutionId
(String executionId) TaskManager.findTasksByProcessInstanceId
(String processInstanceId) ExecutionEntity.getTasks()
protected List<TaskEntity>
ExecutionEntity.getTasksInternal()
Modifier and TypeMethodDescriptionvoid
ExecutionEntity.addTask
(TaskEntity taskEntity) protected void
TaskManager.createDefaultAuthorizations
(TaskEntity task) void
HistoricTaskInstanceManager.createHistoricTask
(TaskEntity task) void
TaskManager.deleteTask
(TaskEntity task, String deleteReason, boolean cascade, boolean skipCustomListeners) void
VariableInstanceManager.deleteVariableInstanceByTask
(TaskEntity task) void
TaskManager.insertTask
(TaskEntity task) void
UserOperationLogManager.logAttachmentOperation
(String operation, TaskEntity task, PropertyChange propertyChange) void
UserOperationLogManager.logLinkOperation
(String operation, TaskEntity task, PropertyChange propertyChange) void
UserOperationLogManager.logTaskOperations
(String operation, TaskEntity task, List<PropertyChange> propertyChanges) void
ExecutionEntity.removeTask
(TaskEntity task) void
IdentityLinkEntity.setTask
(TaskEntity task) void
VariableInstanceEntity.setTask
(TaskEntity task) protected boolean
TaskEntity.tenantIdIsSame
(TaskEntity otherTask) void
HistoricTaskInstanceManager.updateHistoricTaskInstance
(TaskEntity taskEntity) -
Uses of TaskEntity in org.camunda.bpm.engine.impl.task
Modifier and TypeMethodDescriptionvoid
TaskDecorator.decorate
(TaskEntity task, VariableScope variableScope) protected void
TaskDecorator.initializeTaskAssignee
(TaskEntity task, VariableScope variableScope) protected void
TaskDecorator.initializeTaskAssignments
(TaskEntity task, VariableScope variableScope) protected void
TaskDecorator.initializeTaskCandidateGroups
(TaskEntity task, VariableScope variableScope) protected void
TaskDecorator.initializeTaskCandidateUsers
(TaskEntity task, VariableScope variableScope) protected void
TaskDecorator.initializeTaskDescription
(TaskEntity task, VariableScope variableScope) protected void
TaskDecorator.initializeTaskDueDate
(TaskEntity task, VariableScope variableScope) protected void
TaskDecorator.initializeTaskFollowUpDate
(TaskEntity task, VariableScope variableScope) protected void
TaskDecorator.initializeTaskName
(TaskEntity task, VariableScope variableScope) protected void
TaskDecorator.initializeTaskPriority
(TaskEntity task, VariableScope variableScope)