| Constructor and Description |
|---|
TransferredEvent(Task task,
WorkbasketSummary oldWorkbasket,
WorkbasketSummary newWorkbasket,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketSummary |
TaskSummary.getWorkbasketSummary()
Gets the workbasket summary of the task.
|
| Modifier and Type | Field and Description |
|---|---|
protected WorkbasketSummary |
TaskSummaryImpl.workbasketSummary |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketSummary |
TaskSummaryImpl.getWorkbasketSummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskSummaryImpl.setWorkbasketSummary(WorkbasketSummary workbasketSummary) |
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Workbasket
Workbasket entity interface.
|
| Modifier and Type | Method and Description |
|---|---|
WorkbasketSummary |
Workbasket.asSummary()
Return a summary of the current workbasket.
|
| Modifier and Type | Method and Description |
|---|---|
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> |
WorkbasketQueryImpl.list() |
List<WorkbasketSummary> |
WorkbasketQueryImpl.list(int offset,
int limit) |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkbasketImpl
Workbasket entity.
|
class |
WorkbasketSummaryImpl
This entity contains the most important information about a workbasket.
|
| Modifier and Type | Method and Description |
|---|---|
WorkbasketSummary |
WorkbasketImpl.asSummary() |
Copyright © 2020. All rights reserved.