| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl | |
| pro.taskana.model | |
| pro.taskana.model.mappings |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketQuery |
WorkbasketQuery.access(WorkbasketAuthorization permission,
String... accessIds)
Add the access requested.
|
void |
WorkbasketService.checkAuthorization(String workbasketId,
WorkbasketAuthorization authorization)
This method checks the authorization with the saved one for the actual User.
|
| Modifier and Type | Method and Description |
|---|---|
List<Workbasket> |
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.access(WorkbasketAuthorization permission,
String... accessIds) |
void |
WorkbasketServiceImpl.checkAuthorization(String workbasketId,
WorkbasketAuthorization workbasketAuthorization) |
void |
WorkbasketQueryImpl.setAuthorization(WorkbasketAuthorization authorization) |
| Modifier and Type | Method and Description |
|---|---|
List<Workbasket> |
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<Workbasket> |
WorkbasketMapper.findByPermission(List<WorkbasketAuthorization> authorizations,
String accessId) |
Copyright © 2017. All rights reserved.