| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketSummary |
Workbasket.asSummary()
Return a summary of the current workbasket.
|
WorkbasketSummary |
Task.getWorkbasketSummary()
Returns the the Summary of the workbasket where the task is stored in.
|
WorkbasketSummary |
TaskSummary.getWorkbasketSummary()
Gets the workbasket summary of the task.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkbasketSummary> |
WorkbasketService.getDistributionSources(String workbasketId)
Returns the distribution sources for a given workbasket.
|
List<WorkbasketSummary> |
WorkbasketService.getDistributionSources(String workbasketKey,
String domain)
Returns the distribution sources for a given workbasket.
|
List<WorkbasketSummary> |
WorkbasketService.getDistributionTargets(String workbasketId)
Returns the distribution targets for a given workbasket.
|
List<WorkbasketSummary> |
WorkbasketService.getDistributionTargets(String workbasketKey,
String domain)
Returns the distribution targets for a given workbasket.
|
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 | 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> |
WorkbasketServiceImpl.getDistributionSources(String workbasketId) |
List<WorkbasketSummary> |
WorkbasketServiceImpl.getDistributionSources(String workbasketKey,
String domain) |
List<WorkbasketSummary> |
WorkbasketServiceImpl.getDistributionTargets(String workbasketId) |
List<WorkbasketSummary> |
WorkbasketServiceImpl.getDistributionTargets(String workbasketKey,
String domain) |
List<WorkbasketSummary> |
WorkbasketServiceImpl.getWorkbaskets(List<WorkbasketPermission> 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) |
Copyright © 2018. All rights reserved.