| Package | Description |
|---|---|
| de.jakop.lotus.domingo |
Interfaces and factory for access to Lotus Notes databases.
|
| de.jakop.lotus.domingo.groupware.map |
Mapping implementation of the domingo groupware interface to Lotus Notes/Domino.
|
| 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 |
|---|---|
DDatabase |
DSession.createDatabase(String serverName,
String databaseName)
Creates an empty database and opens it.
|
DDatabase |
DDatabase.createDatabaseFromTemplate(String serverName,
String newDatabaseName,
boolean inherit)
Create an empty database with the design of the given template.
|
DDatabase |
DDatabase.createReplica(String server,
String filePath)
Creates a replica of the current database at a new location.
|
DDatabase |
DAgentContext.getCurrentDatabase()
The database in which the current agent resides.
|
DDatabase |
DSession.getDatabase(String serverName,
String databaseName)
Returns a database interface to a Notes database.
|
DDatabase |
DSession.getMailDatabase()
Returns the mail database of the current user.
|
DDatabase |
DSession.getMailDatabase(String username)
Returns the mail database of a given user.
|
DDatabase |
DBaseDocument.getParentDatabase()
Return the database that contains a document.
|
| Modifier and Type | Method and Description |
|---|---|
DDocument |
DDocument.copyToDatabase(DDatabase database)
Copies a document to a specified database.
|
String |
DDxlExporter.exportDxl(DDatabase database)
Converts Domino data to DXL data.
|
| Constructor and Description |
|---|
MailDatabase(DDatabase database,
String owner)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseHttp |
| Modifier and Type | Method and Description |
|---|---|
DDatabase |
SessionHttp.createDatabase(String serverName,
String databaseName)
Creates an empty database and opens it.
|
DDatabase |
DatabaseHttp.createDatabaseFromTemplate(String serverName,
String databaseName,
boolean inherit)
Create an empty database with the design of the given template.
|
DDatabase |
DatabaseHttp.createReplica(String server,
String fPath)
Creates a replica of the current database at a new location.
|
DDatabase |
SessionHttp.getDatabase(String serverName,
String databaseName)
Returns a database interface to a Notes database.
|
DDatabase |
SessionHttp.getMailDatabase()
Returns the mail database of the current user.
|
DDatabase |
SessionHttp.getMailDatabase(String username)
Returns the mail database of a given user.
|
DDatabase |
BaseDocumentHttp.getParentDatabase()
Return the database that contains a document.
|
| Modifier and Type | Method and Description |
|---|---|
DDocument |
DocumentHttp.copyToDatabase(DDatabase database)
Copies a document to a specified database.
|
| Modifier and Type | Method and Description |
|---|---|
protected DDatabase |
BaseDatabase.getDatabase()
Returns the database specified by the current location.
|
| Constructor and Description |
|---|
BaseDatabase(DDatabase database)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DDatabase |
MockDocument.getParentDatabase()
Return the database that contains a document.
|
| Modifier and Type | Method and Description |
|---|---|
DDocument |
MockDocument.copyToDatabase(DDatabase database)
Copies a document to a specified database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseProxy
Represents a Notes database.
|
| Modifier and Type | Method and Description |
|---|---|
DDatabase |
SessionProxy.createDatabase(String serverName,
String databaseName)
Creates an empty database and opens it.
|
DDatabase |
DatabaseProxy.createDatabaseFromTemplate(String serverName,
String dbName,
boolean inherit)
Create an empty database with the design of the given template.
|
DDatabase |
DatabaseProxy.createReplica(String serverName,
String dbName)
Creates a replica of the current database at a new location.
|
DDatabase |
AgentContextProxy.getCurrentDatabase()
The database in which the current agent resides.
|
DDatabase |
SessionProxy.getDatabase(String serverName,
String databaseName)
Returns a database interface to a Notes database.
|
DDatabase |
SessionProxy.getMailDatabase()
Returns the mail database of the current user.
|
DDatabase |
SessionProxy.getMailDatabase(String username)
Returns the mail database of a given user.
|
DDatabase |
BaseDocumentProxy.getParentDatabase()
Return the database that contains a document.
|
| Modifier and Type | Method and Description |
|---|---|
DDocument |
DocumentProxy.copyToDatabase(DDatabase database)
Copies a document to a specified database.
|
String |
DxlExporterProxy.exportDxl(DDatabase database)
Converts Domino data to DXL data.
|
Copyright © 2005–2020. All rights reserved.