Uses of Interface
pro.taskana.workbasket.api.models.Workbasket
Packages that use Workbasket
Package
Description
-
Uses of Workbasket in pro.taskana.spi.history.api.events.workbasket
Constructors in pro.taskana.spi.history.api.events.workbasket with parameters of type WorkbasketModifierConstructorDescriptionWorkbasketAccessItemCreatedEvent(String id, Workbasket workbasket, String userId, String details) WorkbasketAccessItemDeletedEvent(String id, Workbasket workbasket, String userId, String details) WorkbasketAccessItemDeletedForAccessIdEvent(String id, Workbasket workbasket, String userId) WorkbasketAccessItemsUpdatedEvent(String id, Workbasket workbasket, String userId, String details) WorkbasketAccessItemUpdatedEvent(String id, Workbasket workbasket, String userId, String details) WorkbasketCreatedEvent(String id, Workbasket workbasket, String userId, String details) WorkbasketDeletedEvent(String id, Workbasket workbasket, String userId, String details) WorkbasketDistributionTargetAddedEvent(String id, Workbasket workbasket, String userId, String details) WorkbasketDistributionTargetRemovedEvent(String id, Workbasket workbasket, String userId, String details) WorkbasketDistributionTargetsUpdatedEvent(String id, Workbasket workbasket, String userId, String details) WorkbasketMarkedForDeletionEvent(String id, Workbasket workbasket, String userId, String details) WorkbasketUpdatedEvent(String id, Workbasket workbasket, String userId, String details) -
Uses of Workbasket in pro.taskana.workbasket.api
Methods in pro.taskana.workbasket.api that return WorkbasketModifier and TypeMethodDescriptionWorkbasketService.createWorkbasket(Workbasket workbasket) Creates a new Workbasket.WorkbasketService.getWorkbasket(String workbasketId) Get the Workbasket specified by the given id.WorkbasketService.getWorkbasket(String workbasketKey, String domain) WorkbasketService.newWorkbasket(String key, String domain) Returns a new Workbasket which is not inserted.WorkbasketService.updateWorkbasket(Workbasket workbasket) Update the given Workbasket.Methods in pro.taskana.workbasket.api with parameters of type WorkbasketModifier and TypeMethodDescriptionWorkbasketService.createWorkbasket(Workbasket workbasket) Creates a new Workbasket.WorkbasketService.updateWorkbasket(Workbasket workbasket) Update the given Workbasket. -
Uses of Workbasket in pro.taskana.workbasket.api.models
Methods in pro.taskana.workbasket.api.models that return WorkbasketModifier and TypeMethodDescriptionDuplicates the Workbasket without the id. -
Uses of Workbasket in pro.taskana.workbasket.internal
Methods in pro.taskana.workbasket.internal that return WorkbasketModifier and TypeMethodDescriptionWorkbasketServiceImpl.createWorkbasket(Workbasket newWorkbasket) WorkbasketServiceImpl.getWorkbasket(String workbasketId) WorkbasketServiceImpl.getWorkbasket(String workbasketKey, String domain) WorkbasketServiceImpl.newWorkbasket(String key, String domain) WorkbasketServiceImpl.updateWorkbasket(Workbasket workbasketToUpdate) Methods in pro.taskana.workbasket.internal with parameters of type WorkbasketModifier and TypeMethodDescriptionvoidWorkbasketServiceImpl.checkModifiedHasNotChanged(Workbasket oldWorkbasket, WorkbasketImpl workbasketImplToUpdate) Check if current workbasket is based on the newest (by modified).WorkbasketServiceImpl.createWorkbasket(Workbasket newWorkbasket) WorkbasketServiceImpl.updateWorkbasket(Workbasket workbasketToUpdate) -
Uses of Workbasket in pro.taskana.workbasket.internal.models
Classes in pro.taskana.workbasket.internal.models that implement Workbasket