| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketSummary |
Workbasket.asSummary()
Return a summary of the current workbasket.
|
WorkbasketSummary |
TaskSummary.getWorkbasketSummary()
Gets the workbasket summary of the task.
|
WorkbasketSummary |
Task.getWorkbasketSummary()
Returns the the Summary of the workbasket where the task is stored in.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkbasketSummary> |
Workbasket.getDistributionTargets()
Returns a list of all distribution targets.
|
List<WorkbasketSummary> |
WorkbasketService.getWorkbaskets()
Get all available Workbaskets without checking any permission.
|
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 |
|---|---|
void |
Task.setWorkbasketSummary(WorkbasketSummary workbasket)
Sets the Summary of the Workbasket where the task should be stored in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workbasket.setDistributionTargets(List<WorkbasketSummary> distributionTargets)
Sets the list of distribution targets for this workbasket.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WorkbasketSummaryImpl
This entity contains the most important information about a workbasket.
|
| Modifier and Type | Method and Description |
|---|---|
WorkbasketSummary |
WorkbasketImpl.asSummary() |
WorkbasketSummary |
TaskSummaryImpl.getWorkbasketSummary() |
WorkbasketSummary |
TaskImpl.getWorkbasketSummary() |
WorkbasketSummary |
WorkbasketQueryImpl.single() |
| Modifier and Type | Method and Description |
|---|---|
List<WorkbasketSummary> |
WorkbasketImpl.getDistributionTargets() |
List<WorkbasketSummary> |
WorkbasketServiceImpl.getWorkbaskets() |
List<WorkbasketSummary> |
WorkbasketServiceImpl.getWorkbaskets(List<WorkbasketAuthorization> permissions) |
List<WorkbasketSummary> |
WorkbasketQueryImpl.list() |
List<WorkbasketSummary> |
WorkbasketQueryImpl.list(int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskSummaryImpl.setWorkbasketSummary(WorkbasketSummary workbasketSummary) |
void |
TaskImpl.setWorkbasketSummary(WorkbasketSummary workbasket) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkbasketImpl.setDistributionTargets(List<WorkbasketSummary> distributionTargets) |
Copyright © 2018. All rights reserved.