Uses of Class
pro.taskana.workbasket.api.exceptions.WorkbasketNotFoundException
-
Packages that use WorkbasketNotFoundException Package Description pro.taskana.task.api pro.taskana.task.internal pro.taskana.workbasket.api pro.taskana.workbasket.internal -
-
Uses of WorkbasketNotFoundException in pro.taskana.task.api
Methods in pro.taskana.task.api that throw WorkbasketNotFoundException Modifier and Type Method Description TaskTaskService. createTask(Task taskToCreate)Inserts a not existing Task.default TaskTaskService. transfer(String taskId, String destinationWorkbasketId)TaskTaskService. transfer(String taskId, String destinationWorkbasketId, boolean setTransferFlag)Transfers a Task to another Workbasket.default TaskTaskService. transfer(String taskId, String workbasketKey, String domain)TaskTaskService. transfer(String taskId, String workbasketKey, String domain, boolean setTransferFlag)Transfers a Task to another Workbasket.default BulkOperationResults<String,TaskanaException>TaskService. transferTasks(String destinationWorkbasketKey, String destinationWorkbasketDomain, List<String> taskIds)Transfers a list of Tasks to another Workbasket while always setting the TaskSummary.isTransferred() flag.BulkOperationResults<String,TaskanaException>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)BulkOperationResults<String,TaskanaException>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 WorkbasketNotFoundException Modifier and Type Method Description TaskTaskServiceImpl. createTask(Task taskToCreate)TaskTaskServiceImpl. transfer(String taskId, String destinationWorkbasketId, boolean setTransferFlag)TaskTaskServiceImpl. transfer(String taskId, String workbasketKey, String domain, boolean setTransferFlag)BulkOperationResults<String,TaskanaException>TaskServiceImpl. transferTasks(String destinationWorkbasketKey, String destinationWorkbasketDomain, List<String> taskIds, boolean setTransferFlag)BulkOperationResults<String,TaskanaException>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 WorkbasketNotFoundException Modifier and Type Method Description voidWorkbasketService. 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.WorkbasketAccessItemWorkbasketService. createWorkbasketAccessItem(WorkbasketAccessItem workbasketAccessItem)Create and insert a newWorkbasketAccessItemwith a WorkbasketId, an accessId and permissions.booleanWorkbasketService. deleteWorkbasket(String workbasketId)Deletes the workbasket by the given ID of it.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.WorkbasketWorkbasketService. getWorkbasket(String workbasketId)Get Workbasket for a given id.WorkbasketWorkbasketService. getWorkbasket(String workbasketKey, String domain)Get Workbasket for a given key.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.WorkbasketWorkbasketService. updateWorkbasket(Workbasket workbasket)Update a Workbasket. -
Uses of WorkbasketNotFoundException in pro.taskana.workbasket.internal
Methods in pro.taskana.workbasket.internal that throw WorkbasketNotFoundException Modifier and Type Method Description voidWorkbasketServiceImpl. addDistributionTarget(String sourceWorkbasketId, String targetWorkbasketId)voidWorkbasketServiceImpl. checkAuthorization(String workbasketKey, String domain, WorkbasketPermission... requestedPermissions)voidWorkbasketServiceImpl. checkAuthorization(String workbasketId, WorkbasketPermission... requestedPermissions)WorkbasketAccessItemWorkbasketServiceImpl. createWorkbasketAccessItem(WorkbasketAccessItem workbasketAccessItem)booleanWorkbasketServiceImpl. 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)WorkbasketWorkbasketServiceImpl. getWorkbasket(String workbasketId)WorkbasketWorkbasketServiceImpl. getWorkbasket(String workbasketKey, String domain)voidWorkbasketServiceImpl. setDistributionTargets(String sourceWorkbasketId, List<String> targetWorkbasketIds)voidWorkbasketServiceImpl. setWorkbasketAccessItems(String workbasketId, List<WorkbasketAccessItem> wbAccessItems)WorkbasketWorkbasketServiceImpl. updateWorkbasket(Workbasket workbasketToUpdate)
-