Uses of Interface
pro.taskana.task.api.models.AttachmentSummary
-
Packages that use AttachmentSummary Package Description pro.taskana.task.api.models pro.taskana.task.internal.models -
-
Uses of AttachmentSummary in pro.taskana.task.api.models
Subinterfaces of AttachmentSummary in pro.taskana.task.api.models Modifier and Type Interface Description interfaceAttachmentAttachment-Interface to specify attributes of an Attachment.Methods in pro.taskana.task.api.models that return AttachmentSummary Modifier and Type Method Description AttachmentSummaryAttachment. asSummary()Returns a summary of the current Attachment.AttachmentSummaryAttachmentSummary. copy()Duplicates this AttachmentSummary without the id and taskId.Methods in pro.taskana.task.api.models that return types with arguments of type AttachmentSummary Modifier and Type Method Description List<AttachmentSummary>TaskSummary. getAttachmentSummaries()Returns the attachmentSummaries of the Task. -
Uses of AttachmentSummary in pro.taskana.task.internal.models
Classes in pro.taskana.task.internal.models that implement AttachmentSummary Modifier and Type Class Description classAttachmentImplAttachment entity.classAttachmentSummaryImplThe most important fields of the Attachment entity.Fields in pro.taskana.task.internal.models with type parameters of type AttachmentSummary Modifier and Type Field Description protected List<AttachmentSummary>TaskSummaryImpl. attachmentSummariesMethods in pro.taskana.task.internal.models that return AttachmentSummary Modifier and Type Method Description AttachmentSummaryAttachmentImpl. asSummary()Methods in pro.taskana.task.internal.models that return types with arguments of type AttachmentSummary Modifier and Type Method Description List<AttachmentSummary>TaskSummaryImpl. getAttachmentSummaries()Methods in pro.taskana.task.internal.models with parameters of type AttachmentSummary Modifier and Type Method Description voidTaskSummaryImpl. addAttachmentSummary(AttachmentSummary attachmentSummary)Method parameters in pro.taskana.task.internal.models with type arguments of type AttachmentSummary Modifier and Type Method Description voidTaskSummaryImpl. setAttachmentSummaries(List<AttachmentSummary> attachmentSummaries)
-