Uses of Interface
pro.taskana.task.api.models.TaskSummary
Packages that use TaskSummary
Package
Description
-
Uses of TaskSummary in pro.taskana.spi.history.api.events.task
Constructors in pro.taskana.spi.history.api.events.task with parameters of type TaskSummaryModifierConstructorDescriptionTaskCompletedEvent(String id, TaskSummary completedTask, String userId) TaskHistoryEvent(String id, TaskSummary task, String userId, String details) TaskTransferredEvent(String id, TaskSummary task, String oldWorkbasketId, String newWorkbasketId, String userId, String details) -
Uses of TaskSummary in pro.taskana.spi.priority.api
Methods in pro.taskana.spi.priority.api with parameters of type TaskSummaryModifier and TypeMethodDescriptionPriorityServiceProvider.calculatePriority(TaskSummary taskSummary) Determine the priority of a certain Task during execution of TaskService.createTask(Task) and TaskService.updateTask(Task). -
Uses of TaskSummary in pro.taskana.spi.priority.internal
Methods in pro.taskana.spi.priority.internal with parameters of type TaskSummaryModifier and TypeMethodDescriptionPriorityServiceManager.calculatePriorityOfTask(TaskSummary task) -
Uses of TaskSummary in pro.taskana.task.api.models
Subinterfaces of TaskSummary in pro.taskana.task.api.modelsModifier and TypeInterfaceDescriptioninterfaceTask-Interface to specify the model of a Task.Methods in pro.taskana.task.api.models that return TaskSummary -
Uses of TaskSummary in pro.taskana.task.internal
Methods in pro.taskana.task.internal that return TaskSummaryMethods in pro.taskana.task.internal that return types with arguments of type TaskSummaryMethods in pro.taskana.task.internal with parameters of type TaskSummaryModifier and TypeMethodDescriptionvoidTaskMapper.updateClaimed(List<String> taskIds, TaskSummary referenceTask) voidTaskMapper.updateCompleted(List<String> taskIds, TaskSummary referenceTask) -
Uses of TaskSummary in pro.taskana.task.internal.jobs.helper
Methods in pro.taskana.task.internal.jobs.helper that return types with arguments of type TaskSummaryModifier and TypeMethodDescriptionTaskUpdatePriorityWorker.getTaskSummariesByIds(List<String> taskIds) Methods in pro.taskana.task.internal.jobs.helper with parameters of type TaskSummaryModifier and TypeMethodDescriptionTaskUpdatePriorityWorker.getCalculatedPriority(TaskSummary taskSummary) static IntPredicateTaskUpdatePriorityWorker.hasDifferentPriority(TaskSummary taskSummary) -
Uses of TaskSummary in pro.taskana.task.internal.models
Classes in pro.taskana.task.internal.models that implement TaskSummaryModifier and TypeClassDescriptionclassclassEntity which contains the most important information about a Task.Methods in pro.taskana.task.internal.models that return TaskSummary