Interface | Description |
---|---|
AsyncDominoBase<T> |
Core Interface that all handling classes that interact with Domino implement Works for both DominoJNA and
|
Class | Description |
---|---|
AbstractAsyncDominoUser | |
AsyncDominoJNX<T> |
Interaction with the Domino backend to execute requests based on DominoJNX
|
AsyncDominoJNXBuffer |
Base class for all DB Operations that return a buffer (and not JSON)
|
AsyncDominoJNXJson |
Base class for all DB Operations that return a buffer (and not JSON)
|
CollectionResult |
Data Class that carries collection results
|
DBRequestHandler |
Adapter class to match incoming request to classes or send a default “Sorry mate” message back
|
DbRequestParameters<T> |
Parameter object that is used to hand over all Elements that are needed to execute operations synchronously against a database for a given user
|
DbRequestParametersBuilder<T> |
Builder to ease the creation of DbRequestParameters objects Builder for DbRequests
|
DbRequestParametersBuilderBuffer |
Implements the request builder for Buffer
|
DbRequestParametersBuilderJson |
Implements the request builder for JsonObject
|
KeepJnxSession |
Wrapper / Replacement around a Domino Session to make the KEEP API functional
|
Enum | Description |
---|---|
AsyncDominoBase.RequestType |
Authentication type used to field the request
|
KeepJnxSession.DocumentScope |
Options to deal with getDocumentbyXX(…) to allow inclusion or exclusion of deleted documents.
|
KeepJnxSession.Note2JsonOptions |
Options available when converting a Note into a Json Structure
|