Uses of Interface
org.restheart.mongodb.db.FileMetadataRepository
-
Packages that use FileMetadataRepository Package Description org.restheart.mongodb.db Data Access Object Classes to decouple the handling logic from the dborg.restheart.mongodb.handlers.files Handlers for HTTP requests related to file bucket and file resource -
-
Uses of FileMetadataRepository in org.restheart.mongodb.db
Classes in org.restheart.mongodb.db that implement FileMetadataRepository Modifier and Type Class Description classFileMetadataDAOThis DAO takes care of changes to metadata for binary files that have been created using GridFS. -
Uses of FileMetadataRepository in org.restheart.mongodb.handlers.files
Constructors in org.restheart.mongodb.handlers.files with parameters of type FileMetadataRepository Constructor Description FileMetadataHandler(PipelinedHandler next, FileMetadataRepository fileMetadataDAO)FileMetadataHandler(FileMetadataRepository fileMetadataDAO)
-