Uses of Class
de.frachtwerk.essencium.storage.impl.identity.model.IdentityStorageInfo
Packages that use IdentityStorageInfo
Package
Description
-
Uses of IdentityStorageInfo in de.frachtwerk.essencium.storage.impl.identity.model
Fields in de.frachtwerk.essencium.storage.impl.identity.model with type parameters of type IdentityStorageInfoModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<IdentityStorageInfo>IdentityStorageInfo_.class_static jakarta.persistence.metamodel.SingularAttribute<IdentityStorageInfo,Long> IdentityStorageInfo_.idstatic jakarta.persistence.metamodel.ListAttribute<IdentityFile,IdentityStorageInfo> IdentityFile_.storageInfosMethod parameters in de.frachtwerk.essencium.storage.impl.identity.model with type arguments of type IdentityStorageInfoModifier and TypeMethodDescription<T> Set<T>IdentityFile.accept(StorageInfoVisitor<T, IdentityFile, Long, IdentityStorageInfo> visitor) <T> TIdentityStorageInfo.accept(StorageInfoVisitor<T, IdentityFile, Long, IdentityStorageInfo> visitor) Constructor parameters in de.frachtwerk.essencium.storage.impl.identity.model with type arguments of type IdentityStorageInfoModifierConstructorDescriptionIdentityFile(@NotNull List<IdentityStorageInfo> infos, String name, int length, String mimeType) -
Uses of IdentityStorageInfo 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 IdentityStorageInfoModifier and TypeMethodDescriptionLocalStorageService.getNewLocalStorageInfo(IdentityFile file, String path) -
Uses of IdentityStorageInfo 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 IdentityStorageInfoModifier and TypeMethodDescriptionprotected AbstractS3StorageInfo<IdentityFile,Long, IdentityStorageInfo> S3IdentityStorageService.getNewAbstractS3StorageInfo(IdentityFile file, String s3ObjectKey) -
Uses of IdentityStorageInfo in de.frachtwerk.essencium.storage.impl.identity.service
Method parameters in de.frachtwerk.essencium.storage.impl.identity.service with type arguments of type IdentityStorageInfoModifier 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 IdentityStorageInfoModifierConstructorDescriptionDefaultIdentityFileService(StorageServiceDispatcher<IdentityFile, Long, IdentityStorageInfo> dispatcher, IdentityFileRepository repository, MimeTypeHelper mimeTypeHelper)