| Package | Description |
|---|---|
| pro.taskana.spi.history.api.events.task | |
| pro.taskana.task.api.models | |
| pro.taskana.task.internal | |
| pro.taskana.task.internal.models |
| Constructor and Description |
|---|
TaskCompletedEvent(String id,
TaskSummary completedTask,
String userId) |
TaskHistoryEvent(String id,
TaskSummary task,
String userId,
String details) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Task
task-Interface to specify attribute interactions.
|
| Modifier and Type | Method and Description |
|---|---|
TaskSummary |
Task.asSummary()
Return a summary of the current Task.
|
TaskSummary |
TaskSummary.copy()
Duplicates this TaskSummary without the internal and external id.
|
| Modifier and Type | Method and Description |
|---|---|
TaskSummary |
TaskQueryImpl.single() |
| Modifier and Type | Method and Description |
|---|---|
List<TaskSummary> |
TaskQueryImpl.list() |
List<TaskSummary> |
TaskQueryImpl.list(int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskMapper.updateClaimed(List<String> taskIds,
TaskSummary referenceTask) |
void |
TaskMapper.updateCompleted(List<String> taskIds,
TaskSummary referenceTask) |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskImpl |
class |
TaskSummaryImpl
Entity which contains the most important informations about a Task.
|
| Modifier and Type | Method and Description |
|---|---|
TaskSummary |
TaskImpl.asSummary() |
Copyright © 2020. All rights reserved.