Uses of Interface
pro.taskana.workbasket.api.WorkbasketService
-
Packages that use WorkbasketService Package Description pro.taskana.common.api pro.taskana.common.internal pro.taskana.workbasket.internal -
-
Uses of WorkbasketService in pro.taskana.common.api
Methods in pro.taskana.common.api that return WorkbasketService Modifier and Type Method Description WorkbasketServiceTaskanaEngine. getWorkbasketService()The WorkbasketService can be used for operations on all Workbaskets. -
Uses of WorkbasketService in pro.taskana.common.internal
Methods in pro.taskana.common.internal that return WorkbasketService Modifier and Type Method Description WorkbasketServiceTaskanaEngineImpl. getWorkbasketService() -
Uses of WorkbasketService in pro.taskana.workbasket.internal
Classes in pro.taskana.workbasket.internal that implement WorkbasketService Modifier and Type Class Description classWorkbasketServiceImplThis is the implementation of WorkbasketService.Methods in pro.taskana.workbasket.internal with parameters of type WorkbasketService Modifier and Type Method Description WorkbasketAccessItemWorkbasketAccessItemBuilder. buildAndStore(WorkbasketService workbasketService)WorkbasketAccessItemWorkbasketAccessItemBuilder. buildAndStore(WorkbasketService workbasketService, String userId)WorkbasketWorkbasketBuilder. buildAndStore(WorkbasketService workbasketService)WorkbasketWorkbasketBuilder. buildAndStore(WorkbasketService workbasketService, String userId)
-