Uses of Class
de.frachtwerk.essencium.storage.impl.uuid.model.UUIDFile
Packages that use UUIDFile
Package
Description
-
Uses of UUIDFile in de.frachtwerk.essencium.storage.impl.uuid.model
Fields in de.frachtwerk.essencium.storage.impl.uuid.model with type parameters of type UUIDFileModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<UUIDFile>UUIDFile_.class_UUIDFile_.idstatic jakarta.persistence.metamodel.ListAttribute<UUIDFile,UUIDStorageInfo> UUIDFile_.storageInfosMethod parameters in de.frachtwerk.essencium.storage.impl.uuid.model with type arguments of type UUIDFileModifier and TypeMethodDescription<T> Set<T>UUIDFile.accept(StorageInfoVisitor<T, UUIDFile, UUID, UUIDStorageInfo> visitor) Constructors in de.frachtwerk.essencium.storage.impl.uuid.model with parameters of type UUIDFile -
Uses of UUIDFile in de.frachtwerk.essencium.storage.impl.uuid.provider.local
Methods in de.frachtwerk.essencium.storage.impl.uuid.provider.local that return types with arguments of type UUIDFileModifier and TypeMethodDescriptionprotected AbstractLocalStorageInfo<UUIDFile,UUID, UUIDStorageInfo> LocalStorageService.getNewLocalStorageInfo(UUIDFile file, String path) Methods in de.frachtwerk.essencium.storage.impl.uuid.provider.local with parameters of type UUIDFileModifier and TypeMethodDescriptionprotected AbstractLocalStorageInfo<UUIDFile,UUID, UUIDStorageInfo> LocalStorageService.getNewLocalStorageInfo(UUIDFile file, String path) Method parameters in de.frachtwerk.essencium.storage.impl.uuid.provider.local with type arguments of type UUIDFileModifier and TypeMethodDescription<T> TLocalUUIDStorageInfo.accept(StorageInfoVisitor<T, UUIDFile, UUID, UUIDStorageInfo> visitor) Constructors in de.frachtwerk.essencium.storage.impl.uuid.provider.local with parameters of type UUIDFile -
Uses of UUIDFile in de.frachtwerk.essencium.storage.impl.uuid.provider.s3
Methods in de.frachtwerk.essencium.storage.impl.uuid.provider.s3 that return types with arguments of type UUIDFileModifier and TypeMethodDescriptionprotected AbstractS3StorageInfo<UUIDFile,UUID, UUIDStorageInfo> S3UUIDStorageService.getNewAbstractS3StorageInfo(UUIDFile file, String s3ObjectKey) Methods in de.frachtwerk.essencium.storage.impl.uuid.provider.s3 with parameters of type UUIDFileModifier and TypeMethodDescriptionprotected AbstractS3StorageInfo<UUIDFile,UUID, UUIDStorageInfo> S3UUIDStorageService.getNewAbstractS3StorageInfo(UUIDFile file, String s3ObjectKey) Method parameters in de.frachtwerk.essencium.storage.impl.uuid.provider.s3 with type arguments of type UUIDFileModifier and TypeMethodDescription<T> TS3UUIDStorageInfo.accept(StorageInfoVisitor<T, UUIDFile, UUID, UUIDStorageInfo> visitor) Constructors in de.frachtwerk.essencium.storage.impl.uuid.provider.s3 with parameters of type UUIDFile -
Uses of UUIDFile in de.frachtwerk.essencium.storage.impl.uuid.service
Methods in de.frachtwerk.essencium.storage.impl.uuid.service that return UUIDFileModifier and TypeMethodDescriptionprotected UUIDFileDefaultUUIDFileService.getNewFile(List<UUIDStorageInfo> infos, String name, int length, String mimeType) Constructor parameters in de.frachtwerk.essencium.storage.impl.uuid.service with type arguments of type UUIDFileModifierConstructorDescriptionDefaultUUIDFileService(StorageServiceDispatcher<UUIDFile, UUID, UUIDStorageInfo> dispatcher, AbstractFileRepository<UUIDFile, UUID, UUIDStorageInfo> repository, MimeTypeHelper mimeTypeHelper) DefaultUUIDFileService(StorageServiceDispatcher<UUIDFile, UUID, UUIDStorageInfo> dispatcher, AbstractFileRepository<UUIDFile, UUID, UUIDStorageInfo> repository, MimeTypeHelper mimeTypeHelper)