| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl | |
| pro.taskana.model | |
| pro.taskana.model.mappings |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketQuery |
WorkbasketQuery.accessIdsHavePersmission(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.
|
void |
WorkbasketService.checkAuthorization(String workbasketKey,
WorkbasketAuthorization authorization)
This method checks the authorization with the saved one for the actual User.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkbasketSummary> |
WorkbasketService.getWorkbaskets(List<WorkbasketAuthorization> permission)
This method returns the workbaskets for which the current user has all permissions specified in the permissions
list.
|
| Modifier and Type | Method and Description |
|---|---|
WorkbasketAuthorization |
WorkbasketQueryImpl.getAuthorization() |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketQuery |
WorkbasketQueryImpl.accessIdsHavePersmission(WorkbasketAuthorization permission,
String... accessIds) |
WorkbasketQuery |
WorkbasketQueryImpl.callerHasPermission(WorkbasketAuthorization permission) |
void |
WorkbasketServiceImpl.checkAuthorization(String workbasketKey,
WorkbasketAuthorization workbasketAuthorization) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkbasketSummary> |
WorkbasketServiceImpl.getWorkbaskets(List<WorkbasketAuthorization> permissions) |
| Modifier and Type | Method and Description |
|---|---|
static WorkbasketAuthorization |
WorkbasketAuthorization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkbasketAuthorization[] |
WorkbasketAuthorization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkbasketSummaryImpl> |
WorkbasketMapper.findByPermission(List<WorkbasketAuthorization> authorizations,
String accessId) |
Copyright © 2018. All rights reserved.