Uses of Interface
org.restheart.mongodb.db.FileMetadataRepository
Packages that use FileMetadataRepository
Package
Description
Data Access Object Classes to decouple the handling logic from the db
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 FileMetadataRepositoryModifier and TypeClassDescriptionclassThis 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 FileMetadataRepositoryModifierConstructorDescriptionFileMetadataHandler(PipelinedHandler next, FileMetadataRepository fileMetadataDAO)FileMetadataHandler(FileMetadataRepository fileMetadataDAO)