| 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.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 | Interface and Description |
|---|---|
interface |
DDocument
Represents a document in a database.
|
interface |
DProfileDocument
Represents a profile document in a database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBaseDocument.copyAllItems(DBaseDocument doc,
boolean replace)
Copies all items in the current document into the destination document.
|
List |
DSession.evaluate(String formula,
DBaseDocument doc)
Evaluates a domino formula.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDocumentHttp
Http implementation of a Domingo view.
|
class |
DocumentHttp
Http implementation of a Domingo document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDocumentHttp.copyAllItems(DBaseDocument doc,
boolean replace)
Copies all items in the current document into the destination document.
|
List |
SessionHttp.evaluate(String formula,
DBaseDocument doc)
Evaluates a domino formula.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockDocument
Transient mock implementation of interface DDocument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MockDocument.copyAllItems(DBaseDocument doc,
boolean replace)
Copies all items in the current document into the destination document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDocumentProxy
Represents a document in a database.
|
class |
DocumentProxy
Represents a document in a database.
|
class |
ProfileDocumentProxy
Represents a document in a database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDocumentProxy.copyAllItems(DBaseDocument doc,
boolean replace)
Copies all items in the current document into the destination document.
|
List |
SessionProxy.evaluate(String formula,
DBaseDocument doc)
Evaluates a domino formula.
|
Copyright © 2005–2020. All rights reserved.