| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketQuery |
WorkbasketQuery.accessIdsHavePermission(WorkbasketAuthorization permission,
String... accessIds)
Setting up the permission which should be granted on the result workbaskets and the users which should be
checked.
|
WorkbasketQuery |
WorkbasketQuery.callerHasPermission(WorkbasketAuthorization permission)
Setting up the permissions for the accessIds of the CurrentUserContext.
|
BulkOperationResults<String,TaskanaException> |
TaskService.completeTasks(List<String> taskIds)
Completes a list of tasks.
|
Task |
TaskService.createTask(Task taskToCreate)
Persists a not persisted Task which does not exist already.
|
BulkOperationResults<String,TaskanaException> |
TaskService.deleteTasks(List<String> tasks)
Deletes a list of tasks.
|
void |
WorkbasketService.deleteWorkbasket(String workbasketId)
Deletes the workbasket by the given ID of it.
|
BulkOperationResults<String,TaskanaException> |
TaskService.transferTasks(String destinationWorkbasketKey,
List<String> taskIds)
Transfers a list of tasks to an other workbasket.
|
Task |
TaskService.updateTask(Task task)
Update a task.
|
WorkbasketAccessItem |
WorkbasketService.updateWorkbasketAuthorization(WorkbasketAccessItem workbasketAccessItem)
This method updates an Workbasket Authorization.
|
| Modifier and Type | Method and Description |
|---|---|
WorkbasketQuery |
WorkbasketQueryImpl.accessIdsHavePermission(WorkbasketAuthorization permission,
String... accessIds) |
WorkbasketQuery |
WorkbasketQueryImpl.callerHasPermission(WorkbasketAuthorization permission) |
BulkOperationResults<String,TaskanaException> |
TaskServiceImpl.completeTasks(List<String> taskIds) |
Task |
TaskServiceImpl.createTask(Task taskToCreate) |
BulkOperationResults<String,TaskanaException> |
TaskServiceImpl.deleteTasks(List<String> taskIds) |
void |
WorkbasketServiceImpl.deleteWorkbasket(String workbasketId) |
BulkOperationResults<String,TaskanaException> |
TaskServiceImpl.transferTasks(String destinationWorkbasketKey,
List<String> taskIds) |
Task |
TaskServiceImpl.updateTask(Task task) |
WorkbasketAccessItem |
WorkbasketServiceImpl.updateWorkbasketAuthorization(WorkbasketAccessItem workbasketAccessItem) |
Copyright © 2018. All rights reserved.