Uses of Class
pro.taskana.task.rest.models.AttachmentSummaryRepresentationModel
-
Packages that use AttachmentSummaryRepresentationModel Package Description pro.taskana.task.rest.assembler pro.taskana.task.rest.models -
-
Uses of AttachmentSummaryRepresentationModel in pro.taskana.task.rest.assembler
Methods in pro.taskana.task.rest.assembler that return AttachmentSummaryRepresentationModel Modifier and Type Method Description AttachmentSummaryRepresentationModelAttachmentSummaryRepresentationModelAssembler. toModel(pro.taskana.task.api.models.AttachmentSummary summary)Methods in pro.taskana.task.rest.assembler with parameters of type AttachmentSummaryRepresentationModel Modifier and Type Method Description pro.taskana.task.api.models.AttachmentSummaryAttachmentSummaryRepresentationModelAssembler. toEntityModel(AttachmentSummaryRepresentationModel repModel) -
Uses of AttachmentSummaryRepresentationModel in pro.taskana.task.rest.models
Subclasses of AttachmentSummaryRepresentationModel in pro.taskana.task.rest.models Modifier and Type Class Description classAttachmentRepresentationModelEntityModel class forAttachment.Methods in pro.taskana.task.rest.models that return types with arguments of type AttachmentSummaryRepresentationModel Modifier and Type Method Description List<AttachmentSummaryRepresentationModel>TaskSummaryRepresentationModel. getAttachmentSummaries()Method parameters in pro.taskana.task.rest.models with type arguments of type AttachmentSummaryRepresentationModel Modifier and Type Method Description voidTaskSummaryRepresentationModel. setAttachmentSummaries(List<AttachmentSummaryRepresentationModel> attachmentSummaries)
-