| Modifier and Type | Method and Description | 
|---|---|
void | 
CommandChecker.checkCreateTask(TaskEntity task)
Check if it is allowed to create a task 
 | 
void | 
CommandChecker.checkDeleteTask(TaskEntity task)
Check if it is allowed to delete a task 
 | 
void | 
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 task 
 | 
void | 
CommandChecker.checkTaskWork(TaskEntity task)
Check if it is allowed to work on a task 
 | 
void | 
CommandChecker.checkUpdateTaskVariable(TaskEntity task)
Check if it is allowed to update a task's variable 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected TaskEntity | 
AddIdentityLinkCmd.task  | 
protected TaskEntity | 
SaveTaskCmd.task  | 
protected TaskEntity | 
DeleteIdentityLinkCmd.task  | 
| Modifier and Type | Method and Description | 
|---|---|
protected TaskEntity | 
RemoveTaskVariablesCmd.getEntity()  | 
protected TaskEntity | 
SetTaskVariablesCmd.getEntity()  | 
protected TaskEntity | 
AddCommentCmd.getTask(CommandContext commandContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AddIdentityLinkCmd.checkAddIdentityLink(TaskEntity task,
                    CommandContext commandContext)  | 
protected 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 | 
SaveTaskCmd.checkTaskAssign(TaskEntity task,
               CommandContext commandContext)  | 
protected void | 
SetTaskPriorityCmd.checkTaskPriority(TaskEntity task,
                 CommandContext commandContext)  | 
protected void | 
CompleteTaskCmd.completeTask(TaskEntity task)  | 
protected void | 
ResolveTaskCmd.completeTask(TaskEntity task)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected TaskEntity | 
HumanTaskActivityBehavior.getTask(CmmnActivityExecution execution)  | 
| Modifier and Type | Method and Description | 
|---|---|
TaskEntity | 
CaseExecutionEntity.createTask(TaskDecorator taskDecorator)  | 
TaskEntity | 
CaseExecutionEntity.getTask()  | 
| Modifier and Type | Field and Description | 
|---|---|
protected TaskEntity | 
CmmnExecution.task  | 
| Modifier and Type | Method and Description | 
|---|---|
TaskEntity | 
CmmnExecution.createTask(TaskDecorator taskDecorator)  | 
TaskEntity | 
CmmnExecution.getTask()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ProcessApplicationReference | 
ProcessApplicationContextUtil.getTargetProcessApplication(TaskEntity task)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected TaskEntity | 
CreateTaskFormInvocation.task  | 
| Modifier and Type | Method and Description | 
|---|---|
TaskFormData | 
DelegateTaskFormHandler.createTaskForm(TaskEntity task)  | 
TaskFormData | 
DefaultTaskFormHandler.createTaskForm(TaskEntity task)  | 
TaskFormData | 
TaskFormHandler.createTaskForm(TaskEntity task)  | 
| Constructor and Description | 
|---|
CreateTaskFormInvocation(TaskFormHandler taskFormHandler,
                        TaskEntity task)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
DefaultHistoryEventProducer.initTaskInstanceEvent(HistoricTaskInstanceEventEntity evt,
                     TaskEntity taskEntity,
                     HistoryEventType eventType)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected TaskEntity | 
MigratingUserTaskInstance.userTask  | 
| Constructor and Description | 
|---|
MigratingUserTaskInstance(TaskEntity userTask,
                         MigratingActivityInstance migratingActivityInstance)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Collection<TaskEntity> | 
MigratingInstanceParseContext.tasks  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<TaskEntity> | 
MigratingInstanceParser.fetchTasks(CommandContext commandContext,
          String processInstanceId)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MigratingInstanceParseContext.consume(TaskEntity task)  | 
| Modifier and Type | Method and Description | 
|---|---|
MigratingInstanceParseContext | 
MigratingInstanceParseContext.tasks(Collection<TaskEntity> tasks)  | 
| Modifier and Type | Method and Description | 
|---|---|
UserOperationLogContextEntryBuilder | 
UserOperationLogContextEntryBuilder.inContextOf(TaskEntity task,
           List<PropertyChange> propertyChanges)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected TaskEntity | 
TaskEntity.parentTask  | 
protected TaskEntity | 
TaskEntityReferencer.task  | 
protected TaskEntity | 
IdentityLinkEntity.task  | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<TaskEntity> | 
ExecutionEntity.tasks  | 
| Modifier and Type | Method and Description | 
|---|---|
TaskEntity | 
TaskManager.findTaskByCaseExecutionId(String caseExecutionId)  | 
TaskEntity | 
TaskManager.findTaskById(String id)  | 
TaskEntity | 
TaskEntity.getParentTask()  | 
protected TaskEntity | 
VariableInstanceEntity.getTask()  | 
TaskEntity | 
IdentityLinkEntity.getTask()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<TaskEntity> | 
TaskManager.findTasksByExecutionId(String executionId)  | 
List<TaskEntity> | 
TaskManager.findTasksByProcessInstanceId(String processInstanceId)  | 
List<TaskEntity> | 
ExecutionEntity.getTasks()  | 
protected List<TaskEntity> | 
ExecutionEntity.getTasksInternal()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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 | 
VariableInstanceEntity.setTask(TaskEntity task)  | 
void | 
IdentityLinkEntity.setTask(TaskEntity task)  | 
protected boolean | 
TaskEntity.tenantIdIsSame(TaskEntity otherTask)  | 
void | 
HistoricTaskInstanceManager.updateHistoricTaskInstance(TaskEntity taskEntity)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExecutionEntity.restoreProcessInstance(Collection<ExecutionEntity> executions,
                      Collection<EventSubscriptionEntity> eventSubscriptions,
                      Collection<VariableInstanceEntity> variables,
                      Collection<TaskEntity> tasks,
                      Collection<JobEntity> jobs,
                      Collection<IncidentEntity> incidents,
                      Collection<ExternalTaskEntity> externalTasks)
Restores a complete process instance tree including referenced entities. 
 | 
| Constructor and Description | 
|---|
TaskEntityReferencer(TaskEntity task)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
Copyright © 2019. All rights reserved.