| 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.notes |
Interfaces and classes needed to run Domingo inside of Lotus Notes/Domino.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
protected DSession |
DAgentBase.getDSession()
Deprecated.
Returns the Domingo session of the agent.
|
DSession |
DDatabase.getSession()
The Notes session that contains a database.
|
abstract DSession |
DNotesFactory.getSession()
Creates a local session.
|
abstract DSession |
DNotesFactory.getSession(Applet applet,
String user,
String password)
Creates a remote (IIOP) session for an applet.
|
abstract DSession |
DNotesFactory.getSession(Object notesSession)
Creates a Domingo session for an existing Notes session.
|
abstract DSession |
DNotesFactory.getSession(String serverUrl)
Creates a DIIOP session.
|
abstract DSession |
DNotesFactory.getSession(String serverUrl,
String[] args,
String user,
String password)
Creates a remote (IIOP or Http) session with arguments using host name.
|
abstract DSession |
DNotesFactory.getSession(String serverUrl,
String user,
String password)
Creates a remote (IIOP or Http) session using host name.
|
abstract DSession |
DNotesFactory.getSessionSSL(String serverUrl,
String user,
String password)
Creates a remote (IIOP or Http) session with SSL using host name.
|
abstract DSession |
DNotesFactory.getSessionWithFullAccess()
Creates a local session.
|
abstract DSession |
DNotesFactory.getSessionWithFullAccess(String password)
Creates a local session.
|
| Constructor and Description |
|---|
MailDatabase(DSession session,
NotesLocation location,
String owner)
Constructor.
|
NamesDatabase(DSession session,
NotesLocation location)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SessionHttp
Notes session.
|
| Modifier and Type | Method and Description |
|---|---|
DSession |
DatabaseHttp.getSession()
The Notes session that contains a database.
|
DSession |
NotesHttpFactory.getSession()
Creates a local session.
|
DSession |
NotesHttpFactory.getSession(Applet applet,
String user,
String passwd)
Creates a remote (IIOP) session for an applet.
|
DSession |
NotesHttpFactory.getSession(Object notesSession)
Creates a Domingo session for an existing Notes session.
|
DSession |
NotesHttpFactory.getSession(String passwd)
Creates a DIIOP session.
|
DSession |
NotesHttpFactory.getSession(String serverUrl,
String[] args,
String user,
String password)
Creates a remote (IIOP or Http) session with arguments using host name.
|
DSession |
NotesHttpFactory.getSession(String host,
String user,
String passwd)
Creates a remote (IIOP or Http) session using host name.
|
DSession |
NotesHttpFactory.getSessionSSL(String serverUrl,
String user,
String password)
Creates a remote (IIOP or Http) session with SSL using host name.
|
DSession |
NotesHttpFactory.getSessionWithFullAccess()
Creates a local session.
|
DSession |
NotesHttpFactory.getSessionWithFullAccess(String password)
Creates a local session.
|
| 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(DSession session,
NotesLocation location)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected DSession |
DAgentBase.getDSession()
Returns the Domingo session of the agent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SessionProxy
Notes session.
|
| Modifier and Type | Method and Description |
|---|---|
static DSession |
SessionProxy.getInstance(NotesProxyFactory theFactory,
lotus.domino.Session theSession,
DNotesMonitor monitor)
Creates an encapsulated notes session object.
|
DSession |
DatabaseProxy.getSession()
The Notes session that contains a database.
|
DSession |
NotesProxyFactory.getSession()
Creates a local session.
|
DSession |
NotesProxyFactory.getSession(Applet applet,
String user,
String passwd)
Creates a remote (IIOP) session for an applet.
|
DSession |
NotesProxyFactory.getSession(Object notesSession)
Creates a Domingo session for an existing Notes session.
|
DSession |
NotesProxyFactory.getSession(String serverUrl)
Creates a DIIOP session.
|
DSession |
NotesProxyFactory.getSession(String host,
String[] args,
String user,
String passwd)
Creates a remote (IIOP or Http) session with arguments using host name.
|
DSession |
NotesProxyFactory.getSession(String host,
String user,
String passwd)
Creates a remote (IIOP or Http) session using host name.
|
DSession |
NotesProxyFactory.getSessionSSL(String host,
String user,
String passwd)
Creates a remote (IIOP or Http) session with SSL using host name.
|
DSession |
NotesProxyFactory.getSessionWithFullAccess()
Creates a local session.
|
DSession |
NotesProxyFactory.getSessionWithFullAccess(String password)
Creates a local session.
|
| 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 | Method and Description |
|---|---|
DSession |
NotesServiceFactory.getSession()
Creates a local session.
|
DSession |
NotesServiceFactory.getSession(Applet applet,
String user,
String password)
Creates a remote (IIOP) session for an applet.
|
DSession |
NotesServiceFactory.getSession(Object notesSession)
Creates a Domingo session for an existing Notes session.
|
DSession |
NotesServiceFactory.getSession(String serverUrl)
Creates a DIIOP session.
|
DSession |
NotesServiceFactory.getSession(String host,
String[] args,
String user,
String passwd)
Creates a remote (IIOP or Http) session with arguments using host name.
|
DSession |
NotesServiceFactory.getSession(String host,
String user,
String passwd)
Creates a remote (IIOP or Http) session using host name.
|
DSession |
NotesServiceFactory.getSessionSSL(String host,
String user,
String passwd)
Creates a remote (IIOP or Http) session with SSL using host name.
|
DSession |
NotesServiceFactory.getSessionWithFullAccess()
Creates a local session.
|
DSession |
NotesServiceFactory.getSessionWithFullAccess(String password)
Creates a local session.
|
Copyright © 2005–2020. All rights reserved.