| Modifier and Type | Method and Description | 
|---|---|
void | 
ServiceInvoker.invoke(String serviceType,
      Map<String,Object> parameters,
      ExecutionEntity execution,
      TaskEntity task)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected TaskEntity | 
AddIdentityLinkCmd.task  | 
protected TaskEntity | 
DeleteIdentityLinkCmd.task  | 
protected TaskEntity | 
SaveTaskCmd.task  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ResolveTaskCmd.completeTask(TaskEntity task)  | 
protected void | 
CompleteTaskCmd.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 | 
|---|---|
TaskFormData | 
TaskFormHandler.createTaskForm(TaskEntity task)  | 
TaskFormData | 
DefaultTaskFormHandler.createTaskForm(TaskEntity task)  | 
protected TaskFormData | 
DefaultTaskFormHandler.createTaskFormDataInternal(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 | 
IdentityLinkEntity.task  | 
protected TaskEntity | 
TaskEntityVariableStore.taskEntity  | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<TaskEntity> | 
ExecutionEntity.tasks  | 
| Modifier and Type | Method and Description | 
|---|---|
static TaskEntity | 
TaskEntity.create()
new task. 
 | 
static TaskEntity | 
TaskEntity.createAndInsert(VariableScope execution)
creates and initializes a new persistent task. 
 | 
TaskEntity | 
TaskManager.findTaskByCaseExecutionId(String caseExecutionId)  | 
TaskEntity | 
TaskManager.findTaskById(String id)  | 
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 UserOperationLogContext | 
UserOperationLogManager.createContextForTask(String entityType,
                    String operation,
                    TaskEntity task,
                    List<PropertyChange> propertyChanges)  | 
void | 
HistoricTaskInstanceManager.createHistoricTask(TaskEntity task)  | 
void | 
TaskManager.deleteTask(TaskEntity task,
          String deleteReason,
          boolean cascade,
          boolean skipCustomListeners)  | 
void | 
VariableInstanceManager.deleteVariableInstanceByTask(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 | 
HistoricTaskInstanceManager.updateHistoricTaskInstance(TaskEntity taskEntity)  | 
| Constructor and Description | 
|---|
TaskEntityVariableStore(TaskEntity taskEntity)  | 
| 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 © 2018. All rights reserved.