Uses of Class
org.tailormap.api.persistence.Upload
Packages that use Upload
-
Uses of Upload in org.tailormap.api.persistence
Methods in org.tailormap.api.persistence that return UploadModifier and TypeMethodDescriptionUpload.setCategory
(String category) Upload.setContent
(byte[] content) Upload.setFilename
(String filename) Upload.setHiDpiImage
(Boolean hiDpiImage) Upload.setImageHeight
(Integer imageHeight) Upload.setImageWidth
(Integer imageWidth) Upload.setLastModified
(OffsetDateTime lastModified) Upload.setMimeType
(String mimeType) -
Uses of Upload in org.tailormap.api.repository
Methods in org.tailormap.api.repository that return types with arguments of type UploadModifier and TypeMethodDescriptionUploadRepository.findByCategory
(String category) UploadRepository.findByIdAndCategory
(UUID id, String category) UploadRepository.findWithContentByIdAndCategory
(UUID id, String category)