Uses of Class
pro.taskana.workbasket.api.exceptions.WorkbasketNotFoundException
Packages that use WorkbasketNotFoundException
Package
Description
-
Uses of WorkbasketNotFoundException in pro.taskana.task.api
Methods in pro.taskana.task.api that throw WorkbasketNotFoundExceptionModifier and TypeMethodDescriptionTaskService.createTask(Task taskToCreate) Inserts a Task that doesn't exist in the database yet.default TaskTransfers a Task to another Workbasket.default TaskTransfers a Task to another Workbasket.default BulkOperationResults<String,TaskanaException> TaskService.transferTasks(String destinationWorkbasketKey, String destinationWorkbasketDomain, List<String> taskIds) TaskService.transferTasks(String destinationWorkbasketKey, String destinationWorkbasketDomain, List<String> taskIds, boolean setTransferFlag) Transfers a List of Tasks to another Workbasket.default BulkOperationResults<String,TaskanaException> TaskService.transferTasks(String destinationWorkbasketId, List<String> taskIds) TaskService.transferTasks(String destinationWorkbasketId, List<String> taskIds, boolean setTransferFlag) Transfers a List of Tasks to another Workbasket. -
Uses of WorkbasketNotFoundException in pro.taskana.task.internal
Methods in pro.taskana.task.internal that throw WorkbasketNotFoundExceptionModifier and TypeMethodDescriptionTaskServiceImpl.createTask(Task taskToCreate) TaskServiceImpl.transfer(String taskId, String workbasketKey, String domain, boolean setTransferFlag) TaskServiceImpl.transferTasks(String destinationWorkbasketKey, String destinationWorkbasketDomain, List<String> taskIds, boolean setTransferFlag) TaskServiceImpl.transferTasks(String destinationWorkbasketId, List<String> taskIds, boolean setTransferFlag) -
Uses of WorkbasketNotFoundException in pro.taskana.workbasket.api
Methods in pro.taskana.workbasket.api that throw WorkbasketNotFoundExceptionModifier and TypeMethodDescriptionvoidWorkbasketService.addDistributionTarget(String sourceWorkbasketId, String targetWorkbasketId) Add a distribution target to a Workbasket.voidWorkbasketService.checkAuthorization(String workbasketKey, String domain, WorkbasketPermission... permission) This method checks the authorization for the actual User.voidWorkbasketService.checkAuthorization(String workbasketId, WorkbasketPermission... permission) This method checks the authorization for the actual User.WorkbasketService.createWorkbasketAccessItem(WorkbasketAccessItem workbasketAccessItem) booleanWorkbasketService.deleteWorkbasket(String workbasketId) Deletes the Workbasket by the given id.WorkbasketService.getDistributionSources(String workbasketId) Returns the distribution sources for a given Workbasket.WorkbasketService.getDistributionSources(String workbasketKey, String domain) Returns the distribution sources for a given Workbasket.WorkbasketService.getDistributionTargets(String workbasketId) Returns the distribution targets for a given Workbasket.WorkbasketService.getDistributionTargets(String workbasketKey, String domain) Returns the distribution targets for a given Workbasket.WorkbasketService.getWorkbasket(String workbasketId) Get the Workbasket specified by the given id.WorkbasketService.getWorkbasket(String workbasketKey, String domain) voidWorkbasketService.setDistributionTargets(String sourceWorkbasketId, List<String> targetWorkbasketIds) Set the distribution targets for a Workbasket.voidWorkbasketService.setWorkbasketAccessItems(String workbasketId, List<WorkbasketAccessItem> wbAccessItems) Setting up the new WorkbasketAccessItems for a Workbasket.WorkbasketService.updateWorkbasket(Workbasket workbasket) Update the given Workbasket. -
Uses of WorkbasketNotFoundException in pro.taskana.workbasket.internal
Methods in pro.taskana.workbasket.internal that throw WorkbasketNotFoundExceptionModifier and TypeMethodDescriptionvoidWorkbasketServiceImpl.addDistributionTarget(String sourceWorkbasketId, String targetWorkbasketId) voidWorkbasketServiceImpl.checkAuthorization(String workbasketKey, String domain, WorkbasketPermission... requestedPermissions) voidWorkbasketServiceImpl.checkAuthorization(String workbasketId, WorkbasketPermission... requestedPermissions) WorkbasketServiceImpl.createWorkbasketAccessItem(WorkbasketAccessItem workbasketAccessItem) booleanWorkbasketServiceImpl.deleteWorkbasket(String workbasketId) WorkbasketServiceImpl.getDistributionSources(String workbasketId) WorkbasketServiceImpl.getDistributionSources(String workbasketKey, String domain) WorkbasketServiceImpl.getDistributionTargets(String workbasketId) WorkbasketServiceImpl.getDistributionTargets(String workbasketKey, String domain) WorkbasketServiceImpl.getWorkbasket(String workbasketId) WorkbasketServiceImpl.getWorkbasket(String workbasketKey, String domain) voidWorkbasketServiceImpl.setDistributionTargets(String sourceWorkbasketId, List<String> targetWorkbasketIds) voidWorkbasketServiceImpl.setWorkbasketAccessItems(String workbasketId, List<WorkbasketAccessItem> wbAccessItems) WorkbasketServiceImpl.updateWorkbasket(Workbasket workbasketToUpdate)