Uses of Class
nl.b3p.tailormap.api.persistence.Upload
Packages that use Upload
-
Uses of Upload in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.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 nl.b3p.tailormap.api.repository
Methods in nl.b3p.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)