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)Creates 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 inserted.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)Creates a new Workbasket.WorkbasketWorkbasketService. updateWorkbasket(Workbasket workbasket)Update a 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 voidWorkbasketServiceImpl. checkModifiedHasNotChanged(Workbasket oldWorkbasket, WorkbasketImpl workbasketImplToUpdate)Check if current workbasket is based on the newest (by modified).WorkbasketWorkbasketServiceImpl. createWorkbasket(Workbasket newWorkbasket)WorkbasketWorkbasketServiceImpl. updateWorkbasket(Workbasket workbasketToUpdate) -
Uses of Workbasket in pro.taskana.workbasket.internal.builder
Methods in pro.taskana.workbasket.internal.builder that return Workbasket Modifier and Type Method Description WorkbasketWorkbasketBuilder. buildAndStore(WorkbasketService workbasketService)WorkbasketWorkbasketBuilder. buildAndStore(WorkbasketService workbasketService, String userId) -
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.
-