Class and Description |
---|
CompactMode
Constants to configure the compaction operation
|
Database
Access to an individual database and its documents, indicies and design
|
Database.Action |
Database.ReplicateOption |
DatabaseChangePathList
Represents a collection of databases and the new "since" query time
returned from
DominoClient.getDatabasePaths(String, TemporalAccessor) . |
DatabaseClass
Represents the class of a database, which affects its storage characteristics and
on-disk structure.
|
DominoDateRange
A
DominoDateRange represents a range of dates and times. |
DominoDateTime
Represents a Domino date/time value.
|
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. |
Formula
A compiled Domino formula that can be evaluated standalone or
on one or multiple documents.
|
IAdaptable
Interface to access internal object structures and get adapter classes
|
IDTable
Wraps the C API IDTable, a very efficient set of note ids that is sorted in ascending order
|
Class and Description |
---|
DominoDateTime
Represents a Domino date/time value.
|
IAdaptable
Interface to access internal object structures and get adapter classes
|
Class and Description |
---|
IAdaptable
Interface to access internal object structures and get adapter classes
|
Class and Description |
---|
Database
Access to an individual database and its documents, indicies and design
|
Document
Represents a document within an NSF.
|
DominoDateTime
Represents a Domino date/time value.
|
IAdaptable
Interface to access internal object structures and get adapter classes
|
Class and Description |
---|
Database
Access to an individual database and its documents, indicies and design
|
Document
Represents a document within an NSF.
|
DominoDateTime
Represents a Domino date/time value.
|
IAdaptable
Interface to access internal object structures and get adapter classes
|
Class and Description |
---|
Agent
Details about the Agent
|
Agent.AgentRunContext |
Attachment
Attachment in a Document
|
Attachment.Compression
Enum for method of compression.
|
Attachment.IDataCallback
Callback class to read the streamed attachment data
|
Attachment.IDataCallback.Action |
AutoCloseableDocument |
CollectionColumn |
CollectionEntry
Individual entry in a DominoCollection.
|
CollectionEntry.SpecialValue |
CollectionSearchQuery |
CollectionSearchQuery.AllCollapsedEntries |
CollectionSearchQuery.AllDeselectedEntries |
CollectionSearchQuery.AllExpandedEntries |
CollectionSearchQuery.AllSelectedEntries |
CollectionSearchQuery.BasicCollectionEntryProcessor |
CollectionSearchQuery.CollectionEntryProcessor
Builder interface that takes the collection entries and
produces a result.
|
CollectionSearchQuery.ExpandedEntries |
CollectionSearchQuery.ExpandMode |
CollectionSearchQuery.MultiColumnLookupKey |
CollectionSearchQuery.SelectedEntries |
CollectionSearchQuery.SelectMode |
CollectionSearchQuery.SingleColumnLookupKey |
CompactMode
Constants to configure the compaction operation
|
Database
Access to an individual database and its documents, indicies and design
|
Database.AccessInfo |
Database.Action |
Database.CollectionType |
Database.CreateFlags |
Database.DocFlags |
Database.DocInfo
Data container that stores the lookup result for document info
|
Database.DocInfoExt
Extension of
Database.DocInfo with additional note lookup data |
Database.EncryptionInfo
Represents the local encryption information for a database.
|
Database.FormulaQueryCallback |
Database.ModifiedNoteInfo |
Database.ModifiedNoteInfos |
Database.ModifiedNotesInfoFlags
Flags to control the output of
Database.getModifiedNotesInfo(Set, Set, TemporalAccessor, boolean, TemporalAccessor) |
Database.ModifiedTableMode |
Database.NSFVersionInfo |
Database.OpenDocumentMode
Flags to control how to open a document.
|
Database.ReplicateOption |
Database.SearchMatch
Container with information about each document received for an NSF search,
containing the document note id / UNID, modified dates, document class
and document flags.
|
DatabaseClass
Represents the class of a database, which affects its storage characteristics and
on-disk structure.
|
DatabaseOption
Enum of the available database option bits that can be set via
Database.getOption(DatabaseOption) and Database.setOption(DatabaseOption, boolean) |
DBQuery
Flags to query
Database data using DQL |
DbQueryResult |
Document
Represents a document within an NSF.
|
Document.ComputeWithFormAction |
Document.ComputeWithFormCallback
Callback to get notified about errors during
Document.computeWithForm(boolean, ComputeWithFormCallback) |
Document.ComputeWithFormPhase
Possible validation phases for
Document.computeWithForm(boolean, ComputeWithFormCallback) |
Document.EncryptionMode |
Document.IAttachmentProducer
Interface to create document attachments in-memory without
the need to write files to disk.
|
Document.LockMode
Document locking mode
|
Document.SignatureData
Container for note signature data
|
DocumentClass
These bit masks define the types of notes in a database.
|
DocumentProperties
Interface to define Document Properties as a serializable object, avoiding
dependencies on the underlying Document and Items.
|
DocumentProperties.DocumentProperty
Interface to define properties of an individual Item, without requiring
constant reference to the underlying Item.
|
DocumentSelection
Subclass of
IDTable to select data, design or admin documents from an NSF. |
DocumentSelection.SelectionType
The available document types that can be selected via
DocumentSelection.select(Collection) and DocumentSelection.select(SelectionType...) . |
DocumentSummaryQueryResult
Query result of
Database.queryDocuments() and Database.queryDocuments(java.util.Collection)
to run an operations on all or a subset of database documents.Use DbQueryResult.sort(DominoCollection) to project the document note ids onto a DominoCollection
to get them back sorted/filtered and DbQueryResult.computeValues(java.util.Map) to
compute document values from summary items on the fly. |
DominoCollection
Term borrowed from MongoDB.
|
DominoCollection.Direction
Available column sort directions
|
DominoCollectionInfo |
DominoDateTime
Represents a Domino date/time value.
|
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. |
DominoTimeType
Marker interface indicating a time type that can be included in a
date/time item value.
|
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. |
DQLQueryResult |
Find
These flags are used by
DominoCollection.getAllIdsByKey(Set, Object)
to control how the
collection is searched for the key. |
Formula.FormulaExecutionResult
Formula computation result
|
FormulaQueryResult |
FTIndex
These values define the options used when creating a full text
index for a database.
These options may be combined as a Set .However, FTIndex.AUTOOPTIONS will ignore all other indexing
options and therefore should not be OR-ed with any of the other
indexing options. |
FTIndexStats
This class contains statistics information that is returned when indexing a database for full
text searching capabilities with
Database.ftIndex(java.util.Set) |
FTQuery
These values define the options you may specify in the options
parameter when performing a full text search in a database.
|
FTQueryResult
Container for a FT search result
|
IAdaptable
Interface to access internal object structures and get adapter classes
|
IDTable
Wraps the C API IDTable, a very efficient set of note ids that is sorted in ascending order
|
IndexedTypedAccess
Common interface to read Domino data with a specific type from an indexable
source, such as view column values.
|
IndexedValueConverter
This subinterface of
ValueConverter provides access to indexed data
from a source. |
Item
Carefull attention for date/time and the new Java Stuff and JNA TimeDate
|
Item.ItemFlag
Enum for the field flags for an Item
|
ItemDataType
Enum for Item datatypes
All datatypes below are passed to NSF in either host (machine-specific
byte ordering and padding) or canonical form (Intel 86 packed form).
|
NativeItemCoder
This service interface represents an implementation-contributed service that is able to decode
item-type data from native memory
|
Navigate |
NoteIdWithScore
Container for one FT search result entry, containing a note id and the search score (or 0 if
no scores have been collected).
|
SearchQuery
Defines any query/search that can happen against a database or a view/folder
Defines query method:
- DQL
- Formula
- FtSearch
- etc.
|
TypedAccess
Common interface to read Domino data with a specific type
|
ValueConverter
Generic value converter interface
|
Class and Description |
---|
DominoDateTime
Represents a Domino date/time value.
|
IAdaptable
Interface to access internal object structures and get adapter classes
|
SearchQuery
Defines any query/search that can happen against a database or a view/folder
Defines query method:
- DQL
- Formula
- FtSearch
- etc.
|
Class and Description |
---|
Database
Access to an individual database and its documents, indicies and design
|
Database.Action |
Document
Represents a document within an NSF.
|
DocumentClass
These bit masks define the types of notes in a database.
|
DominoCollection
Term borrowed from MongoDB.
|
DominoDateTime
Represents a Domino date/time value.
|
Class and Description |
---|
Database
Access to an individual database and its documents, indicies and design
|
Class and Description |
---|
Database
Access to an individual database and its documents, indicies and design
|
Document
Represents a document within an NSF.
|
IDTable
Wraps the C API IDTable, a very efficient set of note ids that is sorted in ascending order
|
Class and Description |
---|
DominoDateRange
A
DominoDateRange represents a range of dates and times. |
DominoDateTime
Represents a Domino date/time value.
|
IAdaptable
Interface to access internal object structures and get adapter classes
|
Class and Description |
---|
Database
Access to an individual database and its documents, indicies and design
|
Database.Action |
Document
Represents a document within an NSF.
|
IAdaptable
Interface to access internal object structures and get adapter classes
|
Class and Description |
---|
Database
Access to an individual database and its documents, indicies and design
|
Document
Represents a document within an NSF.
|
ItemDataType
Enum for Item datatypes
All datatypes below are passed to NSF in either host (machine-specific
byte ordering and padding) or canonical form (Intel 86 packed form).
|
Class and Description |
---|
Document
Represents a document within an NSF.
|
IAdaptable
Interface to access internal object structures and get adapter classes
|
Class and Description |
---|
SearchQuery
Defines any query/search that can happen against a database or a view/folder
Defines query method:
- DQL
- Formula
- FtSearch
- etc.
|
Class and Description |
---|
Database
Access to an individual database and its documents, indicies and design
|
DominoDateRange
A
DominoDateRange represents a range of dates and times. |
Class and Description |
---|
Attachment
Attachment in a Document
|
Database
Access to an individual database and its documents, indicies and design
|
Document
Represents a document within an NSF.
|
DominoCollection
Term borrowed from MongoDB.
|
IAdaptable
Interface to access internal object structures and get adapter classes
|
ItemDataType
Enum for Item datatypes
All datatypes below are passed to NSF in either host (machine-specific
byte ordering and padding) or canonical form (Intel 86 packed form).
|
Class and Description |
---|
Attachment
Attachment in a Document
|
Class and Description |
---|
ItemDataType
Enum for Item datatypes
All datatypes below are passed to NSF in either host (machine-specific
byte ordering and padding) or canonical form (Intel 86 packed form).
|
Class and Description |
---|
DominoDateTime
Represents a Domino date/time value.
|
Class and Description |
---|
Document
Represents a document within an NSF.
|
Copyright © 2019–2021 HCL. All rights reserved.