| 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.
|
Task |
TaskService.createTask(Task taskToCreate)
Persists a not persisted Task which does not exist already.
|
void |
WorkbasketService.deleteWorkbasket(String workbasketId)
Deletes the workbasket by the given ID of it.
|
WorkbasketQuery |
WorkbasketQuery.orderByName()
Sort the query result by name.
|
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) |
Task |
TaskServiceImpl.createTask(Task taskToCreate) |
void |
WorkbasketServiceImpl.deleteWorkbasket(String workbasketId) |
Task |
TaskServiceImpl.updateTask(Task task) |
WorkbasketAccessItem |
WorkbasketServiceImpl.updateWorkbasketAuthorization(WorkbasketAccessItem workbasketAccessItem) |
Copyright © 2018. All rights reserved.