documents
Table of Contents
Traits
- DocumentsControllerCountTrait
- DocumentsControllerDeleteTrait
- Provides the `delete` method for a document-based controller.
- DocumentsControllerGetTrait
- DocumentsControllerLastTrait
- DocumentsControllerListTrait
- DocumentsControllerPatchTrait
- DocumentsControllerPostTrait
- DocumentsControllerPutTrait
- DocumentsControllerUpdateTrait
- Provides the functionality to update or replace documents in an ArangoDB collection using PATCH or PUT HTTP methods. This trait handles: - Document existence verification.
- ReloadWrittenDocumentTrait
- Re-reads the document a write has just produced, so the response carries what the database holds rather than what the caller sent — computed values, `modified`, i18n and defaults included.