| Constructor and Description |
|---|
TaskCancelledEvent(String id,
Task task,
String userId) |
TaskClaimCancelledEvent(String id,
Task task,
String userId) |
TaskClaimedEvent(String id,
Task task,
String userId) |
TaskCompletedEvent(String id,
Task completedTask,
String userId) |
TaskCreatedEvent(String id,
Task task,
String userId,
String details) |
TaskTerminatedEvent(String id,
Task task,
String userId) |
TaskTransferredEvent(String id,
Task task,
WorkbasketSummary oldWorkbasket,
WorkbasketSummary newWorkbasket,
String userId) |
TaskUpdatedEvent(String id,
Task updatedTask,
String userId,
String details) |
| Modifier and Type | Method and Description |
|---|---|
String |
TaskRoutingProvider.determineWorkbasketId(Task task)
Determines a WorkbasketId for a given task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTaskPreprocessor.processTaskBeforeCreation(Task taskToProcess)
Processes a task before its creation.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
CreateTaskPreprocessorManager.processTaskBeforeCreation(Task taskToProcess) |
| Modifier and Type | Method and Description |
|---|---|
Task |
CreateTaskPreprocessorManager.processTaskBeforeCreation(Task taskToProcess) |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskService.cancelClaim(String taskId)
Cancel the claim of an existing task if it was claimed by the current user before.
|
Task |
TaskService.cancelTask(String taskId)
Cancels a task.
|
Task |
TaskService.claim(String taskId)
Claim an existing task for the current user.
|
Task |
TaskService.completeTask(String taskId)
Complete a claimed Task as owner/admin and update State and Timestamps.
|
Task |
TaskService.createTask(Task taskToCreate)
Persists a not persisted Task which does not exist already.
|
Task |
TaskService.forceCancelClaim(String taskId)
Cancel the claim of an existing task even if it was claimed by another user.
|
Task |
TaskService.forceClaim(String taskId)
Claim an existing task for the current user even if it is already claimed by someone else.
|
Task |
TaskService.forceCompleteTask(String taskId)
Complete a Task and update State and Timestamps in every case if the Task exists.
|
Task |
TaskService.getTask(String taskId)
Get the details of a task by Id without checking permissions.
|
Task |
TaskService.newTask()
Returns a not persisted instance of
Task. |
Task |
TaskService.newTask(String workbasketId)
Returns a not persisted instance of
Task. |
Task |
TaskService.newTask(String workbasketKey,
String domain)
Returns a not persisted instance of
Task. |
Task |
TaskService.selectAndClaim(TaskQuery taskQuery)
Selects and claims the first task which is returned by the task query.
|
Task |
TaskService.setTaskRead(String taskId,
boolean isRead)
Marks a task as read.
|
Task |
TaskService.terminateTask(String taskId)
Terminates a task.
|
Task |
TaskService.transfer(String taskId,
String destinationWorkbasketId)
Transfer a task to another work basket.
|
Task |
TaskService.transfer(String taskId,
String workbasketKey,
String domain)
Transfer a task to another work basket.
|
Task |
TaskService.updateTask(Task task)
Update a task.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskService.createTask(Task taskToCreate)
Persists a not persisted Task which does not exist already.
|
Task |
TaskService.updateTask(Task task)
Update a task.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
Task.copy()
Duplicates this Task without the internal and external id.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskServiceImpl.cancelClaim(String taskId) |
Task |
TaskServiceImpl.cancelTask(String taskId) |
Task |
TaskServiceImpl.claim(String taskId) |
Task |
TaskServiceImpl.completeTask(String taskId) |
Task |
TaskServiceImpl.createTask(Task taskToCreate) |
Task |
TaskServiceImpl.forceCancelClaim(String taskId) |
Task |
TaskServiceImpl.forceClaim(String taskId) |
Task |
TaskServiceImpl.forceCompleteTask(String taskId) |
Task |
TaskServiceImpl.getTask(String id) |
Task |
TaskServiceImpl.newTask() |
Task |
TaskServiceImpl.newTask(String workbasketId) |
Task |
TaskServiceImpl.newTask(String workbasketKey,
String domain) |
Task |
TaskServiceImpl.selectAndClaim(TaskQuery taskQuery) |
Task |
TaskServiceImpl.setTaskRead(String taskId,
boolean isRead) |
Task |
TaskServiceImpl.terminateTask(String taskId) |
Task |
TaskServiceImpl.transfer(String taskId,
String destinationWorkbasketId) |
Task |
TaskServiceImpl.transfer(String taskId,
String workbasketKey,
String domain) |
Task |
TaskServiceImpl.updateTask(Task task) |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskServiceImpl.createTask(Task taskToCreate) |
String |
TaskRoutingManager.determineWorkbasketId(Task task)
Determines a workbasket id for a given task.
|
Task |
TaskServiceImpl.updateTask(Task task) |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskImpl |
Copyright © 2020. All rights reserved.