| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl | |
| pro.taskana.mappings |
| Modifier and Type | Method and Description |
|---|---|
static WorkbasketPermission |
WorkbasketPermission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkbasketPermission[] |
WorkbasketPermission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkbasketPermission> |
WorkbasketService.getPermissionsForWorkbasket(String workbasketId)
Returns a set with all permissions of the current user at this workbasket.
|
| Modifier and Type | Method and Description |
|---|---|
WorkbasketQuery |
WorkbasketQuery.accessIdsHavePermission(WorkbasketPermission 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(WorkbasketPermission permission)
Add condition to query if the caller (one of the accessIds of the caller) has the given permission on the
workbasket.
|
void |
WorkbasketService.checkAuthorization(String workbasketKey,
String domain,
WorkbasketPermission... permission)
This method checks the authorization for the actual User.
|
void |
WorkbasketService.checkAuthorization(String workbasketId,
WorkbasketPermission... permission)
This method checks the authorization for the actual User.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkbasketSummary> |
WorkbasketService.getWorkbaskets(List<WorkbasketPermission> 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 |
|---|---|
WorkbasketPermission |
WorkbasketQueryImpl.getPermission() |
| Modifier and Type | Method and Description |
|---|---|
List<WorkbasketPermission> |
WorkbasketServiceImpl.getPermissionsForWorkbasket(String workbasketId) |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketQuery |
WorkbasketQueryImpl.accessIdsHavePermission(WorkbasketPermission permission,
String... accessIds) |
WorkbasketQuery |
WorkbasketQueryImpl.callerHasPermission(WorkbasketPermission permission) |
void |
WorkbasketServiceImpl.checkAuthorization(String workbasketKey,
String domain,
WorkbasketPermission... requestedPermissions) |
void |
WorkbasketServiceImpl.checkAuthorization(String workbasketId,
WorkbasketPermission... requestedPermissions) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkbasketSummary> |
WorkbasketServiceImpl.getWorkbaskets(List<WorkbasketPermission> permissions) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkbasketSummaryImpl> |
WorkbasketMapper.findByPermission(List<WorkbasketPermission> permissions,
String accessId) |
Copyright © 2018. All rights reserved.