| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| Modifier and Type | Method and Description |
|---|---|
TaskSummary |
Task.asSummary()
Return a summary of the current Task.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskSummary> |
TaskService.getTasksByWorkbasketKeyAndState(String workbasketKey,
TaskState taskState)
Getting a list of all Task summaries which got matching workbasketIds and states.
|
List<TaskSummary> |
TaskService.getTaskSummariesByWorkbasketKey(String workbasketKey)
Getting a short summary of all tasks in a specific work basket.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaskSummaryImpl
Entity which contains the most important informations about a Task.
|
| Modifier and Type | Method and Description |
|---|---|
TaskSummary |
TaskImpl.asSummary() |
TaskSummary |
TaskQueryImpl.single() |
| Modifier and Type | Method and Description |
|---|---|
List<TaskSummary> |
TaskServiceImpl.getTasksByWorkbasketKeyAndState(String workbasketKey,
TaskState taskState) |
List<TaskSummary> |
TaskServiceImpl.getTaskSummariesByWorkbasketKey(String workbasketKey) |
List<TaskSummary> |
TaskQueryImpl.list() |
List<TaskSummary> |
TaskQueryImpl.list(int offset,
int limit) |
Copyright © 2018. All rights reserved.