| Package | Description |
|---|---|
| de.jakop.lotus.domingo |
Interfaces and factory for access to Lotus Notes databases.
|
| de.jakop.lotus.domingo.http |
Http implementation of the contract in package
de.jakop.lotus.domingo. |
| de.jakop.lotus.domingo.map |
Generic Mapping layer between Notes documents and Java classes.
|
| de.jakop.lotus.domingo.mock |
Implementations of some interfaces for temporary objects.
|
| de.jakop.lotus.domingo.proxy |
Proxy implementation of the contract in package
de.jakop.lotus.domingo. |
| Modifier and Type | Method and Description |
|---|---|
DDocument |
DDocument.copyToDatabase(DDatabase database)
Copies a document to a specified database.
|
DDocument |
DDatabase.createDocument()
Creates a document in a database and returns a Document object that
represents the new document.
|
DDocument |
DBaseDocument.createReplyMessage(boolean toAll)
Creates a new document that is formatted as a reply to the current
document.
|
DDocument |
DViewEntry.getDocument()
The document associated with the view entry.
|
DDocument |
DDatabase.getDocumentByID(String noteId)
Finds a document in a database, given the document note ID.
|
DDocument |
DView.getDocumentByKey(List keys,
boolean exact)
Finds a document based on its column values within a view.
|
DDocument |
DView.getDocumentByKey(String key,
boolean exact)
Finds a document based on the first column value within a view.
|
DDocument |
DDatabase.getDocumentByUNID(String docId)
Finds a document in a database, given the document universal ID (UNID).
|
DDocument |
DAgentContext.getDocumentContext()
The in-memory document when an agent starts.
|
DDocument |
DDocument.getParentDocument()
The parent document if the document is a response document.
|
DDocument |
DAgentContext.getSavedData()
A document that an agent uses to store information between invocations.
|
| Modifier and Type | Method and Description |
|---|---|
DItem |
DItem.copyItemToDocument(DDocument document)
Copies an item to a specified document.
|
DItem |
DItem.copyItemToDocument(DDocument document,
String newName)
Copies an item to a specified document.
|
String |
DDxlExporter.exportDxl(DDocument document)
Converts Domino data to DXL data.
|
void |
DDocument.makeResponse(DDocument doc)
Makes one document a response to another.
|
void |
DAgentContext.updateProcessedDoc(DDocument document)
Marks a given document as processed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentHttp
Http implementation of a Domingo document.
|
| Modifier and Type | Method and Description |
|---|---|
DDocument |
DocumentHttp.copyToDatabase(DDatabase database)
Copies a document to a specified database.
|
DDocument |
DatabaseHttp.createDocument()
Creates a document in a database and returns a Document object that
represents the new document.
|
DDocument |
BaseDocumentHttp.createReplyMessage(boolean flag)
Creates a new document that is formatted as a reply to the current
document.
|
DDocument |
ViewEntryHttp.getDocument()
The document associated with the view entry.
|
DDocument |
DatabaseHttp.getDocumentByID(String noteId)
Finds a document in a database, given the document note ID.
|
DDocument |
ViewHttp.getDocumentByKey(List keys,
boolean exact)
Finds a document based on its column values within a view.
|
DDocument |
ViewHttp.getDocumentByKey(String key,
boolean exact)
Finds a document based on the first column value within a view.
|
DDocument |
DatabaseHttp.getDocumentByUNID(String universalId)
Finds a document in a database, given the document universal ID (UNID).
|
DDocument |
DocumentHttp.getParentDocument()
The parent document if the document is a response document.
|
| Modifier and Type | Method and Description |
|---|---|
DItem |
ItemHttp.copyItemToDocument(DDocument document)
Copies an item to a specified document.
|
DItem |
ItemHttp.copyItemToDocument(DDocument document,
String newName)
Copies an item to a specified document.
|
void |
DocumentHttp.makeResponse(DDocument doc)
Makes one document a response to another.
|
| Modifier and Type | Method and Description |
|---|---|
protected List |
BaseDMapper.getValue(DDocument document,
String itemName)
Reads the date value of an item.
|
protected Calendar |
BaseDMapper.getValueDate(DDocument document,
String itemName)
Reads the date value of an item.
|
protected DDateRange |
BaseDMapper.getValueDateRange(DDocument document,
String itemName)
Reads the DDateRange value of an item.
|
protected Double |
BaseDMapper.getValueDouble(DDocument document,
String itemName)
Reads the Double value of an item.
|
protected Integer |
BaseDMapper.getValueInteger(DDocument document,
String itemName)
Reads the Integer value of an item.
|
protected String |
BaseDMapper.getValueString(DDocument document,
String itemName)
Reads the String value of an item.
|
void |
BaseDatabase.map(DDocument document,
Object object)
Maps a domingo document to a business object.
|
void |
ConstantMapper.map(DDocument document,
Object object)
Performs the direct mapping from a document to a business object.
|
void |
DirectMapper.map(DDocument document,
Object object)
Performs the direct mapping from a document to a business object.
|
void |
ListMapper.map(DDocument document,
Object object)
Maps a domingo document to a business object.
|
void |
MapMapper.map(DDocument document,
Object object)
Maps a domingo document to a business object.
|
void |
Mapper.map(DDocument document,
Object object)
Maps a domingo document to a business object.
|
void |
MapperSet.map(DDocument document,
Object object)
Maps a domingo document to a business object.
|
void |
SubMapper.map(DDocument document,
Object object)
Performs the mapping from a document to a business object.
|
void |
BaseDatabase.map(Object object,
DDocument document)
Maps a business object to a domingo document.
|
void |
ConstantMapper.map(Object object,
DDocument document)
Performs the direct mapping from a business object to a document.
|
void |
DirectMapper.map(Object object,
DDocument document)
Performs the direct mapping from a business object to a document.
|
void |
ListMapper.map(Object object,
DDocument document)
Maps a business object to a domingo document.
|
void |
MapMapper.map(Object object,
DDocument document)
Maps a business object to a domingo document.
|
void |
Mapper.map(Object object,
DDocument document)
Maps a business object to a domingo document.
|
void |
MapperSet.map(Object object,
DDocument document)
Maps a business object to a domingo document.
|
void |
SubMapper.map(Object object,
DDocument document)
Performs the mapping from a business object to a document.
|
protected void |
BaseDMapper.replaceItemValue(DDocument document,
String itemName,
Calendar value)
Replaces the value of an item with a Calendar.
|
protected void |
BaseDMapper.replaceItemValue(DDocument document,
String itemName,
double value)
Replaces the value of an item with a double.
|
protected void |
BaseDMapper.replaceItemValue(DDocument document,
String itemName,
Double value)
Replaces the value of an item with a Double.
|
protected void |
BaseDMapper.replaceItemValue(DDocument document,
String itemName,
int value)
Replaces the value of an item with an int.
|
protected void |
BaseDMapper.replaceItemValue(DDocument document,
String itemName,
Integer value)
Replaces the value of an item with an Integer.
|
protected void |
BaseDMapper.replaceItemValue(DDocument document,
String itemName,
List value)
Replaces the value of an item with a List.
|
protected void |
BaseDMapper.replaceItemValue(DDocument document,
String itemName,
String value)
Replaces the value of an item with a String.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockDocument
Transient mock implementation of interface DDocument.
|
| Modifier and Type | Method and Description |
|---|---|
DDocument |
MockDocument.copyToDatabase(DDatabase database)
Copies a document to a specified database.
|
DDocument |
MockDocument.createReplyMessage(boolean flag)
Creates a new document that is formatted as a reply to the current
document.
|
DDocument |
MockViewEntry.getDocument()
The document associated with the view entry.
|
DDocument |
MockDocument.getParentDocument()
The parent document if the document is a response document.
|
| Modifier and Type | Method and Description |
|---|---|
DItem |
MockItem.copyItemToDocument(DDocument document)
Copies an item to a specified document.
|
DItem |
MockItem.copyItemToDocument(DDocument document,
String newName)
Copies an item to a specified document.
|
void |
MockDocument.makeResponse(DDocument doc)
Makes one document a response to another.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentProxy
Represents a document in a database.
|
| Modifier and Type | Method and Description |
|---|---|
DDocument |
DocumentProxy.copyToDatabase(DDatabase database)
Copies a document to a specified database.
|
DDocument |
DatabaseProxy.createDocument()
Creates a document in a database and returns a Document object that
represents the new document.
|
DDocument |
BaseDocumentProxy.createReplyMessage(boolean flag)
Creates a new document that is formatted as a reply to the current
document.
|
DDocument |
ViewEntryProxy.getDocument()
The document associated with the view entry.
|
DDocument |
DatabaseProxy.getDocumentByID(String noteId)
Finds a document in a database, given the document note ID.
|
DDocument |
ViewProxy.getDocumentByKey(List keys,
boolean exact)
Finds a document based on its column values within a view.
|
DDocument |
ViewProxy.getDocumentByKey(String key,
boolean exact)
Finds a document based on the first column value within a view.
|
DDocument |
DatabaseProxy.getDocumentByUNID(String docId)
Finds a document in a database, given the document universal ID (UNID).
|
DDocument |
AgentContextProxy.getDocumentContext()
The in-memory document when an agent starts.
|
DDocument |
DocumentProxy.getParentDocument()
The parent document if the document is a response document.
|
DDocument |
AgentContextProxy.getSavedData()
A document that an agent uses to store information between invocations.
|
| Modifier and Type | Method and Description |
|---|---|
DItem |
ItemProxy.copyItemToDocument(DDocument document)
Copies an item to a specified document.
|
DItem |
ItemProxy.copyItemToDocument(DDocument document,
String newName)
Copies an item to a specified document.
|
String |
DxlExporterProxy.exportDxl(DDocument document)
Converts Domino data to DXL data.
|
void |
DocumentProxy.makeResponse(DDocument parent)
Makes one document a response to another.
|
void |
AgentContextProxy.updateProcessedDoc(DDocument document)
Marks a given document as processed.
|
Copyright © 2005–2020. All rights reserved.