Uses of Interface
pro.taskana.workbasket.api.models.WorkbasketSummary
-
-
Uses of WorkbasketSummary in pro.taskana.spi.history.api.events.workbasket
Constructors in pro.taskana.spi.history.api.events.workbasket with parameters of type WorkbasketSummary Constructor Description WorkbasketHistoryEvent(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 WorkbasketSummary Modifier and Type Method Description WorkbasketSummaryTaskSummary. getWorkbasketSummary()Gets theWorkbasketSummaryof the Task. -
Uses of WorkbasketSummary in pro.taskana.task.internal.builder
Methods in pro.taskana.task.internal.builder with parameters of type WorkbasketSummary Modifier and Type Method Description TaskBuilderTaskBuilder. workbasketSummary(WorkbasketSummary workbasketSummary) -
Uses of WorkbasketSummary in pro.taskana.task.internal.models
Fields in pro.taskana.task.internal.models declared as WorkbasketSummary Modifier and Type Field Description protected WorkbasketSummaryTaskSummaryImpl. workbasketSummaryMethods in pro.taskana.task.internal.models that return WorkbasketSummary Modifier and Type Method Description WorkbasketSummaryTaskSummaryImpl. getWorkbasketSummary()Methods in pro.taskana.task.internal.models with parameters of type WorkbasketSummary Modifier and Type Method Description voidTaskSummaryImpl. setWorkbasketSummary(WorkbasketSummary workbasketSummary) -
Uses of WorkbasketSummary in pro.taskana.workbasket.api
Methods in pro.taskana.workbasket.api that return types with arguments of type WorkbasketSummary Modifier and Type Method Description List<WorkbasketSummary>WorkbasketService. getDistributionSources(String workbasketId)Returns the distribution sources for a given workbasket.List<WorkbasketSummary>WorkbasketService. getDistributionSources(String workbasketKey, String domain)Returns the distribution sources for a given workbasket.List<WorkbasketSummary>WorkbasketService. getDistributionTargets(String workbasketId)Returns the distribution targets for a given workbasket.List<WorkbasketSummary>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.models Modifier and Type Interface Description interfaceWorkbasketWorkbasket entity interface.Methods in pro.taskana.workbasket.api.models that return WorkbasketSummary Modifier and Type Method Description WorkbasketSummaryWorkbasket. asSummary()Return a summary of the current workbasket.WorkbasketSummaryWorkbasketSummary. copy()Duplicates this WorkbasketSummary without the id. -
Uses of WorkbasketSummary in pro.taskana.workbasket.internal
Methods in pro.taskana.workbasket.internal that return WorkbasketSummary Modifier and Type Method Description WorkbasketSummaryWorkbasketQueryImpl. single()Methods in pro.taskana.workbasket.internal that return types with arguments of type WorkbasketSummary Modifier and Type Method Description List<WorkbasketSummary>WorkbasketServiceImpl. getDistributionSources(String workbasketId)List<WorkbasketSummary>WorkbasketServiceImpl. getDistributionSources(String workbasketKey, String domain)List<WorkbasketSummary>WorkbasketServiceImpl. getDistributionTargets(String workbasketId)List<WorkbasketSummary>WorkbasketServiceImpl. getDistributionTargets(String workbasketKey, String domain)List<WorkbasketSummary>WorkbasketQueryImpl. list()List<WorkbasketSummary>WorkbasketQueryImpl. list(int offset, int limit) -
Uses of WorkbasketSummary in pro.taskana.workbasket.internal.builder
Methods in pro.taskana.workbasket.internal.builder that return WorkbasketSummary Modifier and Type Method Description WorkbasketSummaryWorkbasketBuilder. buildAndStoreAsSummary(WorkbasketService workbasketService)WorkbasketSummaryWorkbasketBuilder. buildAndStoreAsSummary(WorkbasketService workbasketService, String userId) -
Uses of WorkbasketSummary in pro.taskana.workbasket.internal.models
Classes in pro.taskana.workbasket.internal.models that implement WorkbasketSummary Modifier and Type Class Description classWorkbasketImplWorkbasket entity.classWorkbasketSummaryImplThis entity contains the most important information about a workbasket.Methods in pro.taskana.workbasket.internal.models that return WorkbasketSummary Modifier and Type Method Description WorkbasketSummaryWorkbasketImpl. asSummary()
-