Uses of Class
pro.taskana.task.internal.models.TaskImpl
-
Packages that use TaskImpl Package Description pro.taskana.task.internal pro.taskana.task.internal.models -
-
Uses of TaskImpl in pro.taskana.task.internal
Methods in pro.taskana.task.internal that return TaskImpl Modifier and Type Method Description TaskImplTaskMapper. findById(String id)Methods in pro.taskana.task.internal with parameters of type TaskImpl Modifier and Type Method Description voidTaskMapper. insert(TaskImpl task)voidTaskMapper. update(TaskImpl task)longTaskMapper. updatePriorityOfTasks(List<String> taskIds, TaskImpl referenceTask)longTaskMapper. updateTaskDueDates(List<String> taskIds, TaskImpl referenceTask)voidTaskMapper. updateTasks(List<String> taskIds, TaskImpl task, TaskCustomPropertySelector fields)voidTaskMapper. updateTransfered(Set<String> taskIds, TaskImpl referencetask) -
Uses of TaskImpl in pro.taskana.task.internal.models
Methods in pro.taskana.task.internal.models that return TaskImpl Modifier and Type Method Description TaskImplTaskImpl. copy()
-