| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl | |
| pro.taskana.model.mappings |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskService.claim(String id,
String userName)
Claim an existing task.
|
Task |
TaskService.complete(String taskId)
Set task to completed.
|
Task |
TaskService.createTask(Task task)
Create a task by a task object.
|
Task |
TaskService.getTaskById(String taskId)
Get the details of a task.
|
Task |
TaskService.setTaskRead(String taskId,
boolean isRead)
Marks a task as read.
|
Task |
TaskService.transfer(String taskId,
String workbasketId)
Transfer task to another workbasket.
|
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskService.getTasksByWorkbasketIdAndState(String workbasketId,
TaskState taskState)
Getting a list of all Tasks which got matching workbasketIds and states.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskService.createTask(Task task)
Create a task by a task object.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskServiceImpl.claim(String id,
String userName) |
Task |
TaskServiceImpl.complete(String id) |
Task |
TaskServiceImpl.createTask(Task task) |
Task |
TaskServiceImpl.getTaskById(String id) |
Task |
TaskServiceImpl.setTaskRead(String taskId,
boolean isRead) |
Task |
TaskQueryImpl.single() |
Task |
TaskServiceImpl.transfer(String taskId,
String destinationWorkbasketId) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskServiceImpl.getTasksByWorkbasketIdAndState(String workbasketId,
TaskState taskState) |
List<Task> |
TaskQueryImpl.list() |
List<Task> |
TaskQueryImpl.list(int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskServiceImpl.createTask(Task task) |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskMapper.findById(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskMapper.findTasksByWorkbasketIdAndState(String workbasketId,
TaskState taskState) |
List<Task> |
QueryMapper.queryTasks(TaskQueryImpl taskQuery) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskMapper.insert(Task task) |
void |
TaskMapper.update(Task task) |
Copyright © 2017. All rights reserved.