| Class and Description |
|---|
| ConstraintValidator |
| CRUDController |
| CRUDDeleteResponse
Deletion operation response
|
| CRUDFindRequest
Request to find documents
|
| CRUDFindResponse
CRUD layer response to find() request.
|
| CRUDInsertionResponse
CRUD layer insertion response
|
| 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
|
| EntityConstraintChecker
Validates entity constraints
|
| 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.
|
| FieldConstraintChecker
Base interface for field constraint checkers.
|
| FindRequest
Request to find documents
|
| InsertionRequest
Request to insert documents
|
| MetadataResolver
This resolver should return the correct version of the entity metadata based
on the current operation context.
|
| SaveRequest
Request to save documents
|
| UpdateRequest
Request to update documents based on a query
|
| Class and Description |
|---|
| CRUDOperationContext
An implementation of this class is passed into CRUD operation
implementations.
|
| 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.
|
| Class and Description |
|---|
| ConstraintValidator |
| 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.
|
| Class and Description |
|---|
| CRUDOperationContext
An implementation of this class is passed into CRUD operation
implementations.
|
| Class and Description |
|---|
| CRUDOperationContext
An implementation of this class is passed into CRUD operation
implementations.
|
| 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.
|
| Class and Description |
|---|
| CRUDFindRequest
Request to find documents
|
| CRUDFindResponse
CRUD layer response to find() request.
|
| CRUDOperationContext
An implementation of this class is passed into CRUD operation
implementations.
|
| DeleteRequest
Request to delete documents matching a query
|
| 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
|
| MetadataResolver
This resolver should return the correct version of the entity metadata based
on the current operation context.
|
| SaveRequest
Request to save documents
|
| UpdateRequest
Request to update documents based on a query
|
Copyright © 2015. All rights reserved.