Uses of Interface
org.restheart.mongodb.db.GridFsRepository
-
Packages that use GridFsRepository 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 GridFsRepository in org.restheart.mongodb.db
Classes in org.restheart.mongodb.db that implement GridFsRepository Modifier and Type Class Description classGridFsDAO -
Uses of GridFsRepository in org.restheart.mongodb.handlers.files
Constructors in org.restheart.mongodb.handlers.files with parameters of type GridFsRepository Constructor Description DeleteFileHandler(GridFsRepository gridFsDAO)Creates a new instance of DeleteFileHandler
-