Uses of Class
pro.taskana.task.internal.models.AttachmentImpl
-
Packages that use AttachmentImpl Package Description pro.taskana.task.internal pro.taskana.task.internal.models -
-
Uses of AttachmentImpl in pro.taskana.task.internal
Methods in pro.taskana.task.internal that return types with arguments of type AttachmentImpl Modifier and Type Method Description List<AttachmentImpl>AttachmentMapper. findAttachmentsByTaskId(String taskId)Methods in pro.taskana.task.internal with parameters of type AttachmentImpl Modifier and Type Method Description voidAttachmentMapper. insert(AttachmentImpl att)voidAttachmentMapper. update(AttachmentImpl attachment) -
Uses of AttachmentImpl in pro.taskana.task.internal.models
Methods in pro.taskana.task.internal.models that return AttachmentImpl Modifier and Type Method Description AttachmentImplAttachmentImpl. copy()
-