Uses of Class
de.frachtwerk.essencium.storage.impl.identity.model.IdentityFile
Packages that use IdentityFile
Package
Description
-
Uses of IdentityFile in de.frachtwerk.essencium.storage.impl.identity.model
Fields in de.frachtwerk.essencium.storage.impl.identity.model with type parameters of type IdentityFileModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<IdentityFile>IdentityFile_.class_static jakarta.persistence.metamodel.SingularAttribute<IdentityFile,Long> IdentityFile_.idstatic jakarta.persistence.metamodel.ListAttribute<IdentityFile,IdentityStorageInfo> IdentityFile_.storageInfosMethod parameters in de.frachtwerk.essencium.storage.impl.identity.model with type arguments of type IdentityFileModifier and TypeMethodDescription<T> Set<T>IdentityFile.accept(StorageInfoVisitor<T, IdentityFile, Long, IdentityStorageInfo> visitor) <T> TIdentityStorageInfo.accept(StorageInfoVisitor<T, IdentityFile, Long, IdentityStorageInfo> visitor) Constructors in de.frachtwerk.essencium.storage.impl.identity.model with parameters of type IdentityFile -
Uses of IdentityFile in de.frachtwerk.essencium.storage.impl.identity.provider.local
Methods in de.frachtwerk.essencium.storage.impl.identity.provider.local that return types with arguments of type IdentityFileModifier and TypeMethodDescriptionLocalStorageService.getNewLocalStorageInfo(IdentityFile file, String path) Methods in de.frachtwerk.essencium.storage.impl.identity.provider.local with parameters of type IdentityFileModifier and TypeMethodDescriptionLocalStorageService.getNewLocalStorageInfo(IdentityFile file, String path) Constructors in de.frachtwerk.essencium.storage.impl.identity.provider.local with parameters of type IdentityFile -
Uses of IdentityFile in de.frachtwerk.essencium.storage.impl.identity.provider.s3
Methods in de.frachtwerk.essencium.storage.impl.identity.provider.s3 that return types with arguments of type IdentityFileModifier and TypeMethodDescriptionprotected AbstractS3StorageInfo<IdentityFile,Long, IdentityStorageInfo> S3IdentityStorageService.getNewAbstractS3StorageInfo(IdentityFile file, String s3ObjectKey) Methods in de.frachtwerk.essencium.storage.impl.identity.provider.s3 with parameters of type IdentityFileModifier and TypeMethodDescriptionprotected AbstractS3StorageInfo<IdentityFile,Long, IdentityStorageInfo> S3IdentityStorageService.getNewAbstractS3StorageInfo(IdentityFile file, String s3ObjectKey) Constructors in de.frachtwerk.essencium.storage.impl.identity.provider.s3 with parameters of type IdentityFileModifierConstructorDescriptionS3IdentityStorageInfo(IdentityFile file, @NotNull String s3ObjectKey) -
Uses of IdentityFile in de.frachtwerk.essencium.storage.impl.identity.service
Methods in de.frachtwerk.essencium.storage.impl.identity.service that return IdentityFileModifier and TypeMethodDescriptionprotected IdentityFileDefaultIdentityFileService.getNewFile(List<IdentityStorageInfo> infos, String name, int length, String mimeType) Constructor parameters in de.frachtwerk.essencium.storage.impl.identity.service with type arguments of type IdentityFileModifierConstructorDescriptionDefaultIdentityFileService(StorageServiceDispatcher<IdentityFile, Long, IdentityStorageInfo> dispatcher, IdentityFileRepository repository, MimeTypeHelper mimeTypeHelper)