Uses of Class
org.restheart.mongodb.db.DocumentDAO
Packages that use DocumentDAO
Package
Description
Handlers for HTTP requests related to bulk operations
Handlers for HTTP requests related to a collection resource
Handlers for HTTP requests related to a document resource
-
Uses of DocumentDAO in org.restheart.mongodb.handlers.bulk
Constructors in org.restheart.mongodb.handlers.bulk with parameters of type DocumentDAOModifierConstructorDescriptionBulkDeleteDocumentsHandler(DocumentDAO documentDAO)Creates a new instance of BulkDeleteDocumentsHandlerBulkPatchDocumentsHandler(PipelinedHandler next, DocumentDAO documentDAO)BulkPatchDocumentsHandler(DocumentDAO documentDAO)BulkPostCollectionHandler(PipelinedHandler next, DocumentDAO documentDAO)Creates a new instance of BulkPostCollectionHandlerBulkPostCollectionHandler(DocumentDAO documentDAO)Creates a new instance of BulkPostCollectionHandler -
Uses of DocumentDAO in org.restheart.mongodb.handlers.collection
Constructors in org.restheart.mongodb.handlers.collection with parameters of type DocumentDAOModifierConstructorDescriptionPostCollectionHandler(PipelinedHandler next, DocumentDAO documentDAO)PostCollectionHandler(DocumentDAO documentDAO) -
Uses of DocumentDAO in org.restheart.mongodb.handlers.document
Constructors in org.restheart.mongodb.handlers.document with parameters of type DocumentDAOModifierConstructorDescriptionDeleteDocumentHandler(PipelinedHandler next, DocumentDAO documentDAO)Creates a new instance of DeleteDocumentHandlerDeleteDocumentHandler(DocumentDAO documentDAO)Creates a new instance of DeleteDocumentHandlerPatchDocumentHandler(PipelinedHandler next, DocumentDAO documentDAO)PatchDocumentHandler(DocumentDAO documentDAO)PutDocumentHandler(PipelinedHandler next, DocumentDAO documentDAO)Creates a new instance of PutDocumentHandler