| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| Modifier and Type | Method and Description |
|---|---|
Workbasket |
WorkbasketService.createWorkbasket(Workbasket workbasket)
Create a new Workbasket.
|
Workbasket |
WorkbasketService.getWorkbasket(String workbasketId)
Get Workbasket for a given id.
|
Workbasket |
WorkbasketService.getWorkbasketByKey(String workbasketKey)
Get Workbasket for a given key.
|
Workbasket |
WorkbasketService.newWorkbasket()
Returns a new workbasket which is not persisted.
|
Workbasket |
WorkbasketService.updateWorkbasket(Workbasket workbasket)
Update a Workbasket.
|
| Modifier and Type | Method and Description |
|---|---|
List<Workbasket> |
Workbasket.getDistributionTargets()
Returns a list of all distribution targets.
|
List<Workbasket> |
WorkbasketService.getWorkbaskets()
Get all available Workbaskets.
|
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 |
|---|---|
Workbasket |
WorkbasketService.createWorkbasket(Workbasket workbasket)
Create a new Workbasket.
|
Workbasket |
WorkbasketService.updateWorkbasket(Workbasket workbasket)
Update a Workbasket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workbasket.setDistributionTargets(List<Workbasket> distributionTargets)
Sets the list of distribution targets for this workbasket.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WorkbasketImpl
Workbasket entity.
|
| Modifier and Type | Method and Description |
|---|---|
Workbasket |
WorkbasketServiceImpl.createWorkbasket(Workbasket newWorkbasket) |
Workbasket |
WorkbasketServiceImpl.getWorkbasket(String workbasketId) |
Workbasket |
WorkbasketServiceImpl.getWorkbasketByKey(String workbasketKey) |
Workbasket |
WorkbasketServiceImpl.newWorkbasket() |
Workbasket |
WorkbasketQueryImpl.single() |
Workbasket |
WorkbasketServiceImpl.updateWorkbasket(Workbasket workbasketToUpdate) |
| Modifier and Type | Method and Description |
|---|---|
List<Workbasket> |
WorkbasketImpl.getDistributionTargets() |
List<Workbasket> |
WorkbasketServiceImpl.getWorkbaskets() |
List<Workbasket> |
WorkbasketServiceImpl.getWorkbaskets(List<WorkbasketAuthorization> permissions) |
List<Workbasket> |
WorkbasketQueryImpl.list() |
List<Workbasket> |
WorkbasketQueryImpl.list(int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
Workbasket |
WorkbasketServiceImpl.createWorkbasket(Workbasket newWorkbasket) |
Workbasket |
WorkbasketServiceImpl.updateWorkbasket(Workbasket workbasketToUpdate) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkbasketImpl.setDistributionTargets(List<Workbasket> distributionTargets) |
Copyright © 2018. All rights reserved.