Interface | Description |
---|---|
Agent |
Details about the Agent
|
Agent.AgentRunContext | |
Attachment |
Attachment in a Document
|
Attachment.IDataCallback |
Callback class to read the streamed attachment data
|
AutoCloseableDocument | |
CollectionColumn | |
CollectionEntry |
Individual entry in a DominoCollection.
|
CollectionEntryValueConverter |
Implementations of this interface are loaded via
ServiceLoader
in TypedAccess.get(String, Class, Object) |
CollectionSearchQuery | |
CollectionSearchQuery.BasicCollectionEntryProcessor | |
CollectionSearchQuery.CollectionEntryProcessor<T> |
Builder interface that takes the collection entries and
produces a result.
|
Database |
Access to an individual database and its documents, indicies and design
|
Database.AccessInfo | |
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.NSFVersionInfo | |
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.
|
DbQueryResult<CHAINTYPE extends DbQueryResult<?>> | |
DeletionStub | |
Document |
Represents a document within an NSF.
|
Document.ComputeWithFormCallback |
Callback to get notified about errors during
Document.computeWithForm(boolean, ComputeWithFormCallback) |
Document.IAttachmentProducer |
Interface to create document attachments in-memory without
the need to write files to disk.
|
Document.SignatureData |
Container for note signature data
|
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. |
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. |
DocumentValueConverter |
Implementations of this interface are loaded via
ServiceLoader
in TypedAccess.get(String, Class, Object) |
DominoCollection |
Term borrowed from MongoDB.
|
DominoCollectionInfo | |
DominoDateRange |
A
DominoDateRange represents a range of dates and times. |
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. |
Formula |
A compiled Domino formula that can be evaluated standalone or
on one or multiple documents.
|
Formula.FormulaExecutionResult |
Formula computation result
|
FormulaQueryResult | |
FTIndexStats |
This class contains statistics information that is returned when indexing a database for full
text searching capabilities with
Database.ftIndex(java.util.Set) |
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<OBJ> |
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
|
NativeItemCoder |
This service interface represents an implementation-contributed service that is able to decode
item-type data from native memory
|
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<OBJ> |
Generic value converter interface
|
Class | Description |
---|---|
CollectionSearchQuery.AllCollapsedEntries | |
CollectionSearchQuery.AllDeselectedEntries | |
CollectionSearchQuery.AllExpandedEntries | |
CollectionSearchQuery.AllSelectedEntries | |
CollectionSearchQuery.ExpandedEntries | |
CollectionSearchQuery.MultiColumnLookupKey | |
CollectionSearchQuery.SelectedEntries | |
CollectionSearchQuery.SingleColumnLookupKey | |
DatabaseChangePathList |
Represents a collection of databases and the new "since" query time
returned from
DominoClient.getDatabasePaths(String, TemporalAccessor) . |
DQLQueryResult | |
NoteIdWithScore |
Container for one FT search result entry, containing a note id and the search score (or 0 if
no scores have been collected).
|
ProgressAdapter |
Enum | Description |
---|---|
Attachment.Compression |
Enum for method of compression.
|
Attachment.IDataCallback.Action | |
CollectionEntry.SpecialValue | |
CollectionSearchQuery.ExpandMode | |
CollectionSearchQuery.SelectMode | |
CompactMode |
Constants to configure the compaction operation
|
Database.Action | |
Database.CollectionType | |
Database.CreateFlags | |
Database.DocFlags | |
Database.ModifiedNotesInfoFlags |
Flags to control the output of
Database.getModifiedNotesInfo(Set, Set, TemporalAccessor, boolean, TemporalAccessor) |
Database.ModifiedTableMode | |
Database.OpenDocumentMode |
Flags to control how to open a document.
|
Database.ReplicateOption | |
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 |
Document.ComputeWithFormAction | |
Document.ComputeWithFormPhase |
Possible validation phases for
Document.computeWithForm(boolean, ComputeWithFormCallback) |
Document.EncryptionMode | |
Document.LockMode |
Document locking mode
|
DocumentClass |
These bit masks define the types of notes in a database.
|
DocumentSelection.SelectionType |
The available document types that can be selected via
DocumentSelection.select(Collection) and DocumentSelection.select(SelectionType...) . |
DominoCollection.Direction |
Available column sort directions
|
Find |
These flags are used by
DominoCollection.getAllIdsByKey(Set, Object)
to control how the
collection is searched for the key. |
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. |
FTQuery |
These values define the options you may specify in the options
parameter when performing a full text search in a database.
|
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).
|
Navigate |
Copyright © 2019–2021 HCL. All rights reserved.