Uses of Interface
pro.taskana.workbasket.api.models.Workbasket
-
-
Uses of Workbasket in pro.taskana.spi.history.api.events.workbasket
-
Uses of Workbasket in pro.taskana.workbasket.api
Methods in pro.taskana.workbasket.api that return Workbasket Modifier and Type Method Description WorkbasketWorkbasketService. createWorkbasket(Workbasket workbasket)Create a new Workbasket.WorkbasketWorkbasketService. getWorkbasket(String workbasketId)Get Workbasket for a given id.WorkbasketWorkbasketService. getWorkbasket(String workbasketKey, String domain)Get Workbasket for a given key.WorkbasketWorkbasketService. newWorkbasket(String key, String domain)Returns a new workbasket which is not persisted.WorkbasketWorkbasketService. updateWorkbasket(Workbasket workbasket)Update a Workbasket.Methods in pro.taskana.workbasket.api with parameters of type Workbasket Modifier and Type Method Description WorkbasketWorkbasketService. createWorkbasket(Workbasket workbasket)Create a new Workbasket.WorkbasketWorkbasketService. updateWorkbasket(Workbasket workbasket)Update a Workbasket. -
Uses of Workbasket in pro.taskana.workbasket.api.exceptions
Constructors in pro.taskana.workbasket.api.exceptions with parameters of type Workbasket Constructor Description WorkbasketAlreadyExistException(Workbasket workbasket) -
Uses of Workbasket in pro.taskana.workbasket.api.models
Methods in pro.taskana.workbasket.api.models that return Workbasket Modifier and Type Method Description WorkbasketWorkbasket. copy(String key)Duplicates this Workbasket without the id. -
Uses of Workbasket in pro.taskana.workbasket.internal
Methods in pro.taskana.workbasket.internal that return Workbasket Modifier and Type Method Description WorkbasketWorkbasketServiceImpl. createWorkbasket(Workbasket newWorkbasket)WorkbasketWorkbasketServiceImpl. getWorkbasket(String workbasketId)WorkbasketWorkbasketServiceImpl. getWorkbasket(String workbasketKey, String domain)WorkbasketWorkbasketServiceImpl. newWorkbasket(String key, String domain)WorkbasketWorkbasketServiceImpl. updateWorkbasket(Workbasket workbasketToUpdate)Methods in pro.taskana.workbasket.internal with parameters of type Workbasket Modifier and Type Method Description WorkbasketWorkbasketServiceImpl. createWorkbasket(Workbasket newWorkbasket)WorkbasketWorkbasketServiceImpl. updateWorkbasket(Workbasket workbasketToUpdate) -
Uses of Workbasket in pro.taskana.workbasket.internal.models
Classes in pro.taskana.workbasket.internal.models that implement Workbasket Modifier and Type Class Description classWorkbasketImplWorkbasket entity.
-