Uses of Class
pro.taskana.task.rest.models.AttachmentRepresentationModel
-
Packages that use AttachmentRepresentationModel Package Description pro.taskana.task.rest.assembler pro.taskana.task.rest.models -
-
Uses of AttachmentRepresentationModel in pro.taskana.task.rest.assembler
Methods in pro.taskana.task.rest.assembler that return AttachmentRepresentationModel Modifier and Type Method Description AttachmentRepresentationModelAttachmentRepresentationModelAssembler. toModel(pro.taskana.task.api.models.Attachment attachment)Methods in pro.taskana.task.rest.assembler with parameters of type AttachmentRepresentationModel Modifier and Type Method Description pro.taskana.task.api.models.AttachmentAttachmentRepresentationModelAssembler. toEntityModel(AttachmentRepresentationModel attachmentRepresentationModel) -
Uses of AttachmentRepresentationModel in pro.taskana.task.rest.models
Methods in pro.taskana.task.rest.models that return types with arguments of type AttachmentRepresentationModel Modifier and Type Method Description List<AttachmentRepresentationModel>TaskRepresentationModel. getAttachments()Method parameters in pro.taskana.task.rest.models with type arguments of type AttachmentRepresentationModel Modifier and Type Method Description voidTaskRepresentationModel. setAttachments(List<AttachmentRepresentationModel> attachments)
-