Uses of Class
de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.resource.FileResourceMetadataRepositoryImpl
-
-
Uses of FileResourceMetadataRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity
Methods in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity with parameters of type FileResourceMetadataRepositoryImpl Modifier and Type Method Description voidDigitalObjectRepositoryImpl. setFileResourceMetadataRepository(FileResourceMetadataRepositoryImpl<de.digitalcollections.model.identifiable.resource.FileResource> fileResourceMetadataRepositoryImpl)Constructors in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity with parameters of type FileResourceMetadataRepositoryImpl Constructor Description TopicRepositoryImpl(org.jdbi.v3.core.Jdbi dbi, EntityRepositoryImpl entityRepositoryImpl, FileResourceMetadataRepositoryImpl fileResourceMetadataRepositoryImpl, CudamiConfig cudamiConfig) -
Uses of FileResourceMetadataRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.resource
Subclasses of FileResourceMetadataRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.resource Modifier and Type Class Description classApplicationFileResourceRepositoryImplclassAudioFileResourceRepositoryImplclassImageFileResourceRepositoryImplclassLinkedDataFileResourceRepositoryImplclassTextFileResourceRepositoryImplclassVideoFileResourceRepositoryImplConstructors in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.resource with parameters of type FileResourceMetadataRepositoryImpl Constructor Description DigitalObjectRenderingFileResourceRepositoryImpl(org.jdbi.v3.core.Jdbi dbi, CudamiConfig cudamiConfig, FileResourceMetadataRepositoryImpl<de.digitalcollections.model.identifiable.resource.FileResource> fileResourceMetadataRepositoryImpl)
-