Uses of Class
de.frachtwerk.essencium.storage.impl.uuid.model.UUIDStorageInfo
Packages that use UUIDStorageInfo
Package
Description
-
Uses of UUIDStorageInfo in de.frachtwerk.essencium.storage.impl.uuid.model
Fields in de.frachtwerk.essencium.storage.impl.uuid.model with type parameters of type UUIDStorageInfoModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<UUIDStorageInfo>UUIDStorageInfo_.class_static jakarta.persistence.metamodel.SingularAttribute<UUIDStorageInfo,UUID> UUIDStorageInfo_.idstatic jakarta.persistence.metamodel.ListAttribute<UUIDFile,UUIDStorageInfo> UUIDFile_.storageInfosMethod parameters in de.frachtwerk.essencium.storage.impl.uuid.model with type arguments of type UUIDStorageInfoModifier and TypeMethodDescription<T> Set<T>UUIDFile.accept(StorageInfoVisitor<T, UUIDFile, UUID, UUIDStorageInfo> visitor) Constructor parameters in de.frachtwerk.essencium.storage.impl.uuid.model with type arguments of type UUIDStorageInfoModifierConstructorDescriptionUUIDFile(@NotNull List<UUIDStorageInfo> infos, String name, int length, String mimeType) -
Uses of UUIDStorageInfo in de.frachtwerk.essencium.storage.impl.uuid.provider.local
Subclasses of UUIDStorageInfo in de.frachtwerk.essencium.storage.impl.uuid.provider.localMethods in de.frachtwerk.essencium.storage.impl.uuid.provider.local that return types with arguments of type UUIDStorageInfoModifier 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 UUIDStorageInfoModifier and TypeMethodDescription<T> TLocalUUIDStorageInfo.accept(StorageInfoVisitor<T, UUIDFile, UUID, UUIDStorageInfo> visitor) -
Uses of UUIDStorageInfo in de.frachtwerk.essencium.storage.impl.uuid.provider.s3
Subclasses of UUIDStorageInfo in de.frachtwerk.essencium.storage.impl.uuid.provider.s3Methods in de.frachtwerk.essencium.storage.impl.uuid.provider.s3 that return types with arguments of type UUIDStorageInfoModifier 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 UUIDStorageInfoModifier and TypeMethodDescription<T> TS3UUIDStorageInfo.accept(StorageInfoVisitor<T, UUIDFile, UUID, UUIDStorageInfo> visitor) -
Uses of UUIDStorageInfo in de.frachtwerk.essencium.storage.impl.uuid.service
Method parameters in de.frachtwerk.essencium.storage.impl.uuid.service with type arguments of type UUIDStorageInfoModifier 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 UUIDStorageInfoModifierConstructorDescriptionDefaultUUIDFileService(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)