| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkbasketService.addDistributionTarget(String sourceWorkbasketId,
String targetWorkbasketId)
Add a distribution target to a 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.
|
Task |
TaskService.createTask(Task taskToCreate)
Persists a not persisted Task which does not exist already.
|
WorkbasketAccessItem |
WorkbasketService.createWorkbasketAccessItem(WorkbasketAccessItem workbasketAccessItem)
Create and persist a new
WorkbasketAccessItem with a WorkbasketId, an accessId and permissions. |
boolean |
WorkbasketService.deleteWorkbasket(String workbasketId)
Deletes the workbasket by the given ID of it.
|
BulkOperationResults<String,TaskanaException> |
WorkbasketService.deleteWorkbaskets(List<String> workbasketsIds)
Deletes a list of workbaskets.
|
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.
|
Workbasket |
WorkbasketService.getWorkbasket(String workbasketId)
Get Workbasket for a given id.
|
Workbasket |
WorkbasketService.getWorkbasket(String workbasketKey,
String domain)
Get Workbasket for a given key.
|
void |
WorkbasketService.setDistributionTargets(String sourceWorkbasketId,
List<String> targetWorkbasketIds)
Set the distribution targets for a workbasket.
|
Task |
TaskService.transfer(String taskId,
String destinationWorkbasketId)
Transfer a task to another work basket.
|
Task |
TaskService.transfer(String taskId,
String workbasketKey,
String domain)
Transfer a task to another work basket.
|
BulkOperationResults<String,TaskanaException> |
TaskService.transferTasks(String destinationWorkbasketId,
List<String> taskIds)
Transfers a list of tasks to an other workbasket.
|
BulkOperationResults<String,TaskanaException> |
TaskService.transferTasks(String destinationWorkbasketKey,
String destinationWorkbasketDomain,
List<String> taskIds)
Transfers a list of tasks to an other workbasket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkbasketServiceImpl.addDistributionTarget(String sourceWorkbasketId,
String targetWorkbasketId) |
void |
WorkbasketServiceImpl.checkAuthorization(String workbasketKey,
String domain,
WorkbasketPermission... requestedPermissions) |
void |
WorkbasketServiceImpl.checkAuthorization(String workbasketId,
WorkbasketPermission... requestedPermissions) |
Task |
TaskServiceImpl.createTask(Task taskToCreate) |
WorkbasketAccessItem |
WorkbasketServiceImpl.createWorkbasketAccessItem(WorkbasketAccessItem workbasketAccessItem) |
boolean |
WorkbasketServiceImpl.deleteWorkbasket(String workbasketId) |
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) |
Workbasket |
WorkbasketServiceImpl.getWorkbasket(String workbasketId) |
Workbasket |
WorkbasketServiceImpl.getWorkbasket(String workbasketKey,
String domain) |
void |
WorkbasketServiceImpl.setDistributionTargets(String sourceWorkbasketId,
List<String> targetWorkbasketIds) |
Task |
TaskServiceImpl.transfer(String taskId,
String destinationWorkbasketId) |
Task |
TaskServiceImpl.transfer(String taskId,
String destinationWorkbasketKey,
String domain) |
BulkOperationResults<String,TaskanaException> |
TaskServiceImpl.transferTasks(String destinationWorkbasketId,
List<String> taskIds) |
BulkOperationResults<String,TaskanaException> |
TaskServiceImpl.transferTasks(String destinationWorkbasketKey,
String destinationWorkbasketDomain,
List<String> taskIds) |
Copyright © 2018. All rights reserved.