Uses of Interface
pro.taskana.task.api.models.AttachmentSummary
Packages that use AttachmentSummary
-
Uses of AttachmentSummary in pro.taskana.task.api.models
Subinterfaces of AttachmentSummary in pro.taskana.task.api.modelsModifier and TypeInterfaceDescriptioninterfaceAttachment-Interface to specify attributes of an Attachment.Methods in pro.taskana.task.api.models that return AttachmentSummaryModifier and TypeMethodDescriptionAttachment.asSummary()Returns a summary of the current Attachment.AttachmentSummary.copy()Duplicates this AttachmentSummary without the id and taskId.Methods in pro.taskana.task.api.models that return types with arguments of type AttachmentSummaryModifier and TypeMethodDescriptionTaskSummary.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 AttachmentSummaryModifier and TypeClassDescriptionclassAttachment entity.classThe most important fields of the Attachment entity.Fields in pro.taskana.task.internal.models with type parameters of type AttachmentSummaryModifier and TypeFieldDescriptionprotected List<AttachmentSummary>TaskSummaryImpl.attachmentSummariesMethods in pro.taskana.task.internal.models that return AttachmentSummaryMethods in pro.taskana.task.internal.models that return types with arguments of type AttachmentSummaryMethods in pro.taskana.task.internal.models with parameters of type AttachmentSummaryModifier and TypeMethodDescriptionvoidTaskSummaryImpl.addAttachmentSummary(AttachmentSummary attachmentSummary) Method parameters in pro.taskana.task.internal.models with type arguments of type AttachmentSummaryModifier and TypeMethodDescriptionvoidTaskSummaryImpl.setAttachmentSummaries(List<AttachmentSummary> attachmentSummaries)