| Modifier and Type | Method and Description | 
|---|---|
protected void | 
UserTaskActivityBehavior.handleAssignments(TaskEntity task,
                 ActivityExecution execution)  | 
| 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 | 
SaveTaskCmd.task  | 
protected TaskEntity | 
DeleteIdentityLinkCmd.task  | 
protected TaskEntity | 
AddIdentityLinkCmd.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 | 
|---|---|
TaskFormData | 
TaskFormHandler.createTaskForm(TaskEntity task)  | 
TaskFormData | 
DefaultTaskFormHandler.createTaskForm(TaskEntity task)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
DefaultHistoryEventProducer.initTaskInstanceEvent(HistoricTaskInstanceEventEntity evt,
                     TaskEntity taskEntity,
                     String eventType)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected TaskEntity | 
IdentityLinkEntity.task  | 
| 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(ActivityExecution execution)
creates and initializes a new persistent task. 
 | 
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)  | 
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)  | 
Copyright © 2015. All rights reserved.