| 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.proxy |
Proxy implementation of the contract in package
de.jakop.lotus.domingo. |
| de.jakop.lotus.domingo.server |
Experimental: Domino server based processing of domingo commands.
|
| de.jakop.lotus.domingo.service |
Service implementation of the contract in package
de.jakop.lotus.domingo. |
| de.jakop.lotus.domingo.threadpool |
Interface ThreadPool and a Implementation with Monitor.
|
| Modifier and Type | Method and Description |
|---|---|
DDatabase |
DDatabase.createDatabaseFromTemplate(String serverName,
String newDatabaseName,
boolean inherit)
Create an empty database with the design of the given template.
|
DDxlExporter |
DSession.createDxlExporter()
Creates a DxlExporter object.
|
DDatabase |
DDatabase.createReplica(String server,
String filePath)
Creates a replica of the current database at a new location.
|
static void |
DNotesFactory.dispose(boolean force)
Disposes the singleton instance of the factory.
|
List |
DSession.evaluate(String formula)
Evaluates a domino formula.
|
List |
DSession.evaluate(String formula,
DBaseDocument doc)
Evaluates a domino formula.
|
String |
DDxlExporter.exportDxl(DDatabase database)
Converts Domino data to DXL data.
|
String |
DDxlExporter.exportDxl(DDocument document)
Converts Domino data to DXL data.
|
String |
DDxlExporter.exportDxl(DDocumentCollection documentCollection)
Converts Domino data to DXL data.
|
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.
|
| Constructor and Description |
|---|
MailDatabase(DDatabase database,
String owner)
Constructor.
|
MailDatabase(DSession session,
NotesLocation location,
String owner)
Constructor.
|
MailDatabase(String locationUri,
String owner)
Constructor.
|
NamesDatabase(DSession session,
NotesLocation location)
Constructor.
|
NamesDatabase(String locationUri)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotesHttpException
Class from which all exceptions in this project inherit.
|
| Modifier and Type | Method and Description |
|---|---|
DDatabase |
DatabaseHttp.createDatabaseFromTemplate(String serverName,
String databaseName,
boolean inherit)
Create an empty database with the design of the given template.
|
DDxlExporter |
SessionHttp.createDxlExporter()
Creates a DxlExporter object.
|
DDatabase |
DatabaseHttp.createReplica(String server,
String fPath)
Creates a replica of the current database at a new location.
|
DDatabase |
SessionHttp.getMailDatabase()
Returns the mail database of the current user.
|
DDatabase |
SessionHttp.getMailDatabase(String username)
Returns the mail database of a given user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapperRegistrationException
Signals errors during mapping from or to domingo.
|
class |
MappingException
Signals errors during mapping from or to domingo.
|
class |
MethodNotFoundException
Signals that an expected method wasn't found in a bean class.
|
| Modifier and Type | Method and Description |
|---|---|
protected DSession |
BaseDatabase.getSession(NotesLocation location)
Creates and returns a new domingo session for a given location.
|
| Constructor and Description |
|---|
BaseDatabase(DDatabase database)
Constructor.
|
BaseDatabase(DSession session,
NotesLocation location)
Constructor.
|
BaseDatabase(NotesLocation location)
Constructor.
|
BaseDatabase(String locationUri)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotesProxyException
Class from which all exceptions in this project inherit.
|
| Modifier and Type | Method and Description |
|---|---|
protected DNotesException |
BaseProxy.newException(lotus.domino.NotesException e)
Creates and returns a new exception wrapping a given
NotesException.
|
protected DNotesException |
BaseProxy.newException(String message)
Creates and returns a new exception with the given message.
|
protected DNotesException |
BaseProxy.newException(String message,
lotus.domino.NotesException e)
Creates and returns a new exception wrapping a given NotesException.
|
| Modifier and Type | Method and Description |
|---|---|
DDatabase |
DatabaseProxy.createDatabaseFromTemplate(String serverName,
String dbName,
boolean inherit)
Create an empty database with the design of the given template.
|
DDxlExporter |
SessionProxy.createDxlExporter()
Creates a DxlExporter object.
|
DDatabase |
DatabaseProxy.createReplica(String serverName,
String dbName)
Creates a replica of the current database at a new location.
|
List |
SessionProxy.evaluate(String formula)
Evaluates a domino formula.
|
List |
SessionProxy.evaluate(String formula,
DBaseDocument doc)
Evaluates a domino formula.
|
String |
DxlExporterProxy.exportDxl(DDatabase database)
Converts Domino data to DXL data.
|
String |
DxlExporterProxy.exportDxl(DDocument document)
Converts Domino data to DXL data.
|
String |
DxlExporterProxy.exportDxl(DDocumentCollection documentCollection)
Converts Domino data to DXL data.
|
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.
|
void |
DNotesThread.runNotes()
Runs a Notes process.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
BaseCommand.execute(DSession session,
Map parameters,
PrintWriter printWriter)
Executes the command.
|
void |
Command.execute(DSession session,
Map parameters,
PrintWriter printWriter)
Executes the command.
|
void |
CreateDatabaseCommand.execute(DSession session,
Map parameters,
PrintWriter printWriter)
Executes the command.
|
void |
CreateDatabaseFromTemplateCommand.execute(DSession session,
Map parameters,
PrintWriter printWriter)
Executes the command.
|
void |
DomingoServer.execute(DSession session,
Map parameters,
PrintWriter printWriter)
Executes a domingo request with the specified parameters.
|
void |
ErrorCommand.execute(DSession session,
Map parameters,
PrintWriter printWriter)
Executes the command.
|
void |
ReadDatabaseCommand.execute(DSession session,
Map parameters,
PrintWriter printWriter)
Executes the command.
|
void |
ReadDocumentCommand.execute(DSession session,
Map parameters,
PrintWriter printWriter)
Executes the command.
|
void |
SaveDocumentCommand.execute(DSession session,
Map parameters,
PrintWriter printWriter)
Executes the command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotesServiceException
Class from which all exceptions in this package should inherit.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadPoolException
Exceptions that can occur within a thread pool.
|
Copyright © 2005–2020. All rights reserved.