Uses of Interface
pro.taskana.task.api.models.Attachment
Packages that use Attachment
Package
Description
-
Uses of Attachment in pro.taskana.task.api
Methods in pro.taskana.task.api that return AttachmentModifier and TypeMethodDescriptionTaskService.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 AttachmentModifier and TypeMethodDescriptionAttachment.copy()Duplicates this Attachment without the id and taskId.Task.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 AttachmentMethods in pro.taskana.task.api.models with parameters of type AttachmentModifier and TypeMethodDescriptionvoidTask.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 -
Uses of Attachment in pro.taskana.task.internal.models
Classes in pro.taskana.task.internal.models that implement AttachmentMethods in pro.taskana.task.internal.models that return AttachmentMethods in pro.taskana.task.internal.models that return types with arguments of type AttachmentMethods in pro.taskana.task.internal.models with parameters of type AttachmentMethod parameters in pro.taskana.task.internal.models with type arguments of type Attachment