Uses of Interface
pro.taskana.workbasket.api.models.WorkbasketSummary
Packages that use WorkbasketSummary
Package
Description
-
Uses of WorkbasketSummary in pro.taskana.spi.history.api.events.workbasket
Constructors in pro.taskana.spi.history.api.events.workbasket with parameters of type WorkbasketSummaryModifierConstructorDescriptionWorkbasketHistoryEvent(String id, WorkbasketSummary workbasket, String userId, String details) -
Uses of WorkbasketSummary in pro.taskana.task.api.models
Methods in pro.taskana.task.api.models that return WorkbasketSummaryModifier and TypeMethodDescriptionTaskSummary.getWorkbasketSummary()Returns the WorkbasketSummary of the Task. -
Uses of WorkbasketSummary in pro.taskana.task.internal.models
Fields in pro.taskana.task.internal.models declared as WorkbasketSummaryMethods in pro.taskana.task.internal.models that return WorkbasketSummaryMethods in pro.taskana.task.internal.models with parameters of type WorkbasketSummaryModifier and TypeMethodDescriptionvoidTaskSummaryImpl.setWorkbasketSummary(WorkbasketSummary workbasketSummary) -
Uses of WorkbasketSummary in pro.taskana.workbasket.api
Methods in pro.taskana.workbasket.api that return types with arguments of type WorkbasketSummaryModifier and TypeMethodDescriptionWorkbasketService.getDistributionSources(String workbasketId) Returns the distribution sources for a given Workbasket.WorkbasketService.getDistributionSources(String workbasketKey, String domain) Returns the distribution sources for a given Workbasket.WorkbasketService.getDistributionTargets(String workbasketId) Returns the distribution targets for a given Workbasket.WorkbasketService.getDistributionTargets(String workbasketKey, String domain) Returns the distribution targets for a given Workbasket. -
Uses of WorkbasketSummary in pro.taskana.workbasket.api.models
Subinterfaces of WorkbasketSummary in pro.taskana.workbasket.api.modelsMethods in pro.taskana.workbasket.api.models that return WorkbasketSummary -
Uses of WorkbasketSummary in pro.taskana.workbasket.internal
Methods in pro.taskana.workbasket.internal that return WorkbasketSummaryMethods in pro.taskana.workbasket.internal that return types with arguments of type WorkbasketSummaryModifier and TypeMethodDescriptionWorkbasketServiceImpl.getDistributionSources(String workbasketId) WorkbasketServiceImpl.getDistributionSources(String workbasketKey, String domain) WorkbasketServiceImpl.getDistributionTargets(String workbasketId) WorkbasketServiceImpl.getDistributionTargets(String workbasketKey, String domain) WorkbasketQueryImpl.list()WorkbasketQueryImpl.list(int offset, int limit) -
Uses of WorkbasketSummary in pro.taskana.workbasket.internal.models
Classes in pro.taskana.workbasket.internal.models that implement WorkbasketSummaryModifier and TypeClassDescriptionclassWorkbasket entity.classThis entity contains the most important information about a workbasket.Methods in pro.taskana.workbasket.internal.models that return WorkbasketSummary