Uses of Interface
pro.taskana.task.api.models.Attachment
-
Packages that use Attachment Package Description pro.taskana.task.api pro.taskana.task.api.models pro.taskana.task.internal pro.taskana.task.internal.models -
-
Uses of Attachment in pro.taskana.task.api
Methods in pro.taskana.task.api that return Attachment Modifier and Type Method Description AttachmentTaskService. newAttachment()Instantiates a non-persistent/non-inserted Attachment. -
Uses of Attachment in pro.taskana.task.api.models
Methods in pro.taskana.task.api.models that return Attachment Modifier and Type Method Description AttachmentAttachment. copy()Duplicates this Attachment without the id and taskId.AttachmentTask. removeAttachment(String attachmentID)Removes an attachment of the current Task locally, when the ID is represented and does return the removed attachment or null if there was no match.
The changed Task need to be updated calling the TaskService.updateTask(Task).Methods in pro.taskana.task.api.models that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>Task. getAttachments()Return the attachment for the Task.Methods in pro.taskana.task.api.models with parameters of type Attachment Modifier and Type Method Description voidTask. addAttachment(Attachment attachment)Add an Attachment.
NULL will be ignored and an Attachment with the same id will be replaced by the newer one. -
Uses of Attachment in pro.taskana.task.internal
Methods in pro.taskana.task.internal that return Attachment Modifier and Type Method Description AttachmentTaskServiceImpl. newAttachment() -
Uses of Attachment in pro.taskana.task.internal.models
Classes in pro.taskana.task.internal.models that implement Attachment Modifier and Type Class Description classAttachmentImplAttachment entity.Methods in pro.taskana.task.internal.models that return Attachment Modifier and Type Method Description AttachmentTaskImpl. removeAttachment(String attachmentId)Methods in pro.taskana.task.internal.models that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>TaskImpl. getAttachments()Methods in pro.taskana.task.internal.models with parameters of type Attachment Modifier and Type Method Description voidTaskImpl. addAttachment(Attachment attachmentToAdd)Method parameters in pro.taskana.task.internal.models with type arguments of type Attachment Modifier and Type Method Description voidTaskImpl. setAttachments(List<Attachment> attachments)
-