Modifier and Type | Interface and Description |
---|---|
interface |
DominoClient
Used as the entry point and thread management, borrowed from other Java APIs.
|
interface |
UserNamesList
A
UserNamesList contains name variants like wildcards (* / Company)
and all groups (including nested ones) for a user. |
Modifier and Type | Interface and Description |
---|---|
static interface |
ServerAdmin.DominoSSOToken
SSO Token for a Domino username and server
|
Modifier and Type | Interface and Description |
---|---|
interface |
UserId |
Modifier and Type | Interface and Description |
---|---|
interface |
ReplicaInfo |
Modifier and Type | Interface and Description |
---|---|
interface |
CalendarActionData
Interface to be used for data to be passed to calendar actions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AutoCloseableDocument |
interface |
CollectionEntry
Individual entry in a DominoCollection.
|
interface |
Database
Access to an individual database and its documents, indicies and design
|
static interface |
Database.ModifiedNoteInfo |
interface |
DeletionStub |
interface |
Document
Represents a document within an NSF.
|
interface |
DocumentSelection
Subclass of
IDTable to select data, design or admin documents from an NSF. |
interface |
DominoCollection
Term borrowed from MongoDB.
|
interface |
DominoCollectionInfo |
interface |
DominoDateTime
Represents a Domino date/time value.
|
interface |
DominoOriginatorId
The Originator ID (OID) for a note identifies all replica copies of the same note and distinguishes
between different revisions of that note.
The Originator ID is composed of two parts: (1) the Universal Note ID (UNID) and (2) the Sequence Number and Sequence Time. The UNID (the first part of the OID) universally identifies all copies of the same note. |
interface |
DominoUniversalNoteId
The Universal Note ID (UNID) identifies all copies of the same document in different replicas of the same
database universally (across all servers).
If one document in one database has the same UNID as another document in a replica database, then the two documents are replicas of each other. The UNID is used to reference a specific document from another document. |
interface |
IDTable
Wraps the C API IDTable, a very efficient set of note ids that is sorted in ascending order
|
interface |
Item
Carefull attention for date/time and the new Java Stuff and JNA TimeDate
|
Modifier and Type | Interface and Description |
---|---|
interface |
DatabaseData
Subclass of
DirEntry that is used to return
parsed data of databases. |
interface |
DirEntry
Base class for files returned by the directory query
|
interface |
FolderData
Subclass of
DirEntry that is used to return
parsed data of folders. |
Modifier and Type | Interface and Description |
---|---|
interface |
Schedule
Schedule object to read busy and free time info for a single Domino user
|
interface |
Schedules |
Modifier and Type | Interface and Description |
---|---|
interface |
HtmlConversionResult
Container for a rich text → HTML conversion result, returning the HTML source code and information
about contained references to external targets (e.g.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RichTextMimeConversionSettings
Settings to control the rich text to MIME conversion
|
Modifier and Type | Interface and Description |
---|---|
interface |
TextStyle |
Copyright © 2019–2021 HCL. All rights reserved.