controllers
Table of Contents
Namespaces
- enums
- traits
Classes
- ArrayPropertyController
- Exposes the element-level operations of an **embedded array property** of a document
(a field declared in the model's `AQL::ARRAYS` option) as REST sub-resources.
- ConceptSchemeController
- Exposes a hierarchical thesaurus as a SKOS {@see ConceptScheme} : its
`hasTopConcept` is the set of **roots** (the concepts that have no broader
parent), assembled on the fly from the underlying {@see Documents} model.
- DocumentsController
- The Document Controller based on the Arango DB engine.
- EdgesController
- Generic controller for managing edge relationships between two vertex collections.
- FederatedSearchController
- The read-only HTTP entry point of the federated multi-collection search.
- PropertyController
- The Property Controller based on the Arango DB engine.
- TraversalController
- Navigates a **self-referential** edge (a graph whose two ends target the same
vertex collection, e.g. a category tree or an org chart) and returns the
traversed vertices, hydrated with the target collection's schema.