Uses of Interface
pro.taskana.task.api.models.TaskSummary
-
Packages that use TaskSummary Package Description pro.taskana.spi.history.api.events.task pro.taskana.task.api.models pro.taskana.task.internal pro.taskana.task.internal.models -
-
Uses of TaskSummary in pro.taskana.spi.history.api.events.task
Constructors in pro.taskana.spi.history.api.events.task with parameters of type TaskSummary Constructor Description TaskCompletedEvent(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.task.api.models
Subinterfaces of TaskSummary in pro.taskana.task.api.models Modifier and Type Interface Description interfaceTasktask-Interface to specify attribute interactions.Methods in pro.taskana.task.api.models that return TaskSummary Modifier and Type Method Description TaskSummaryTask. asSummary()Return a summary of the current Task.TaskSummaryTaskSummary. copy()Duplicates this TaskSummary without the internal and external id. -
Uses of TaskSummary in pro.taskana.task.internal
Methods in pro.taskana.task.internal that return TaskSummary Modifier and Type Method Description TaskSummaryTaskQueryImpl. single()Methods in pro.taskana.task.internal that return types with arguments of type TaskSummary Modifier and Type Method Description List<TaskSummary>TaskQueryImpl. list()List<TaskSummary>TaskQueryImpl. list(int offset, int limit)Methods in pro.taskana.task.internal with parameters of type TaskSummary Modifier and Type Method Description voidTaskMapper. updateClaimed(List<String> taskIds, TaskSummary referenceTask)voidTaskMapper. updateCompleted(List<String> taskIds, TaskSummary referenceTask) -
Uses of TaskSummary in pro.taskana.task.internal.models
Classes in pro.taskana.task.internal.models that implement TaskSummary Modifier and Type Class Description classTaskImplclassTaskSummaryImplEntity which contains the most important information about a Task.Methods in pro.taskana.task.internal.models that return TaskSummary Modifier and Type Method Description TaskSummaryTaskImpl. asSummary()
-