Modifier and Type | Method and Description |
---|---|
protected void |
UserTaskActivityBehavior.handleAssignments(Expression assigneeExpression,
Expression ownerExpression,
Set<Expression> candidateUserExpressions,
Set<Expression> candidateGroupExpressions,
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 |
Modifier and Type | Method and Description |
---|---|
protected Object |
SubmitTaskFormCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Object |
SetTaskVariablesCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
SetTaskPriorityCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
SetTaskDueDateCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
ResolveTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
RemoveTaskVariablesCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected abstract T |
NeedsActiveTaskCmd.execute(CommandContext commandContext,
TaskEntity task)
Subclasses must implement in this method their normal command logic.
|
protected Void |
DeleteIdentityLinkCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Object |
DelegateTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
CompleteTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
ClaimTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
AddIdentityLinkCmd.execute(CommandContext commandContext,
TaskEntity task) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
AbstractTaskEventHandler.handleCommonTaskFields(TaskEntity task) |
Modifier and Type | Method and Description |
---|---|
TaskFormData |
TaskFormHandler.createTaskForm(TaskEntity task) |
TaskFormData |
DefaultTaskFormHandler.createTaskForm(TaskEntity task) |
Constructor and Description |
---|
FormData(TaskEntity task) |
TaskElContext(TaskEntity task) |
TaskVariableMapper(TaskEntity task) |
Modifier and Type | Method and Description |
---|---|
void |
HistoryManager.recordTaskAssignment(TaskEntity task)
Record the assignment of task, if activity history is enabled.
|
void |
DefaultHistoryManager.recordTaskAssignment(TaskEntity task) |
void |
HistoryManager.recordTaskCreated(TaskEntity task,
ExecutionEntity execution)
Record the creation of a task, if audit history is enabled.
|
void |
DefaultHistoryManager.recordTaskCreated(TaskEntity task,
ExecutionEntity execution) |
void |
HistoryManager.recordTaskDefinitionKeyChange(TaskEntity task,
String taskDefinitionKey)
Record task definition key change, if audit history is enabled.
|
void |
DefaultHistoryManager.recordTaskDefinitionKeyChange(TaskEntity task,
String taskDefinitionKey) |
void |
HistoryManager.recordTaskId(TaskEntity task)
Record the id of a the task associated with a historic activity, if activity history is enabled.
|
void |
DefaultHistoryManager.recordTaskId(TaskEntity task) |
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(Date createTime)
Creates a new task.
|
static TaskEntity |
TaskEntity.createAndInsert(ActivityExecution execution)
creates and initializes a new persistent task.
|
TaskEntity |
TaskEntityManager.findTaskById(String id) |
TaskEntity |
IdentityLinkEntity.getTask() |
Modifier and Type | Method and Description |
---|---|
List<TaskEntity> |
TaskEntityManager.findTasksByExecutionId(String executionId) |
List<TaskEntity> |
TaskEntityManager.findTasksByProcessInstanceId(String processInstanceId) |
List<TaskEntity> |
ExecutionEntity.getTasks() |
protected List<TaskEntity> |
ExecutionEntity.getTasksInternal() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionEntity.addTask(TaskEntity taskEntity) |
void |
TaskEntityManager.deleteTask(TaskEntity task,
String deleteReason,
boolean cascade) |
void |
VariableInstanceEntityManager.deleteVariableInstanceByTask(TaskEntity task) |
void |
ExecutionEntity.removeTask(TaskEntity task) |
static void |
SuspensionState.SuspensionStateUtil.setSuspensionState(TaskEntity taskEntity,
SuspensionState state) |
void |
IdentityLinkEntity.setTask(TaskEntity task) |
Constructor and Description |
---|
HistoricTaskInstanceEntity(TaskEntity task,
ExecutionEntity execution) |
Copyright © 2016 Alfresco. All rights reserved.