| Interface | Description |
|---|---|
| CRUDController | |
| EntityConstraintChecker |
Validates entity constraints
|
| FieldConstraintChecker |
Base interface for field constraint checkers.
|
| FieldConstraintDocChecker |
Field constraint checker for constraints that run once for the document.
|
| FieldConstraintValueChecker |
Field value constraint validator.
|
| MetadataResolver |
This resolver should return the correct version of the entity metadata based
on the current operation context.
|
| Class | Description |
|---|---|
| ConstraintValidator | |
| CrudConstants | |
| CRUDDeleteResponse |
Deletion operation response
|
| CRUDFindRequest |
Request to find documents
|
| CRUDFindResponse |
CRUD layer response to find() request.
|
| CRUDInsertionResponse |
CRUD layer insertion response
|
| CRUDJsonNodeBuilder | |
| CRUDOperationContext |
An implementation of this class is passed into CRUD operation
implementations.
|
| CRUDSaveResponse |
CRUD layer save response
|
| CRUDUpdateResponse |
CRUD layer update response
|
| DeleteRequest |
Request to delete documents matching a query
|
| DocCtx |
This class represents a document and its related copies, errors, and the
operation performed on the document
DocCtx provides four views of a document:
DocCtx instance: This is the document on which we operate.
originalDoc: This is the copy of the document before any modifications
are done on it.
|
| DocRequest |
Abstract base class for requests containing a document list
|
| Factory |
Factory class should be configured on initialization with all the validators
and hooks from all the subsystems, and used as a shared singleton object by
all threads.
|
| FindRequest |
Request to find documents
|
| InsertionRequest |
Request to insert documents
|
| SaveRequest |
Request to save documents
|
| UpdateRequest |
Request to update documents based on a query
|
Copyright © 2015. All rights reserved.