| Package | Description |
|---|---|
| de.jakop.lotus.domingo |
Interfaces and factory for access to Lotus Notes databases.
|
| de.jakop.lotus.domingo.groupware |
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.proxy |
Proxy implementation of the contract in package
de.jakop.lotus.domingo. |
| de.jakop.lotus.domingo.service |
Service implementation of the contract in package
de.jakop.lotus.domingo. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DBaseDocument.computeWithForm(boolean raiseError)
Validates a document by executing the default value, translation, and
validation formulas, if any are defined in the document form.
|
static void |
DNotesFactory.dispose()
Disposes the singleton instance of the factory.
|
abstract void |
DNotesFactory.disposeInstance()
Disposes all internal resources of the Notes connection.
|
abstract void |
DNotesFactory.disposeInstance(boolean force)
Disposes all internal resources of the Notes connection.
|
abstract void |
DNotesFactory.disposeInternal(boolean force)
Deprecated.
use
DNotesFactory.disposeInstance(boolean) instead |
static DNotesFactory |
DNotesFactory.getInstance()
Returns a singleton instance of class DNotesFactory.
|
static DNotesFactory |
DNotesFactory.getInstance(DNotesMonitor theMonitor)
Returns a singleton instance of class DNotesFactory.
|
static DNotesFactory |
DNotesFactory.getInstance(String implementingClassName)
Returns a singleton instance of class DNotesFactory.
|
static DNotesFactory |
DNotesFactory.getInstance(String implementingClassName,
DNotesMonitor theMonitor)
Returns a singleton instance of class DNotesFactory.
|
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.
|
static DNotesFactory |
DNotesFactory.newInstance()
Returns a new instance of class DNotesFactory.
|
static DNotesFactory |
DNotesFactory.newInstance(DNotesMonitor theMonitor)
Returns a new instance of class DNotesFactory.
|
static DNotesFactory |
DNotesFactory.newInstance(String implementingClassName)
Returns a new instance of class DNotesFactory.
|
static DNotesFactory |
DNotesFactory.newInstance(String implementingClassName,
DNotesMonitor theMonitor)
Returns a new instance of class DNotesFactory.
|
boolean |
DBaseDocument.save()
Saves any changes you have made to a document.
|
boolean |
DBaseDocument.save(boolean force)
Saves any changes you have made to a document.
|
boolean |
DBaseDocument.save(boolean force,
boolean makeresponse)
Saves any changes you have made to a document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Groupware.close()
Closes the groupware instance, including all internal resources of the
Notes connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotesHttpRuntimeException
Class from which all runtime exceptions in this package inherit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotesHttpFactory.disposeInstance()
Disposes all internal resources of the Notes connection.
|
void |
NotesHttpFactory.disposeInstance(boolean force)
Disposes all internal resources of the Notes connection.
|
void |
NotesHttpFactory.disposeInternal(boolean force)
Deprecated.
use
NotesHttpFactory.disposeInternal(boolean) instead |
List |
SessionHttp.evaluate(String formula)
Evaluates a domino formula.
|
List |
SessionHttp.evaluate(String formula,
DBaseDocument doc)
Evaluates a domino formula.
|
DDatabase |
SessionHttp.getDatabase(String serverName,
String databaseName)
Returns a database interface to a Notes 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.
|
boolean |
BaseDocumentHttp.save()
Saves any changes you have made to a document.
|
boolean |
BaseDocumentHttp.save(boolean force)
Saves any changes you have made to a document.
|
boolean |
DocumentHttp.save(boolean force,
boolean makeresponse)
Saves any changes you have made to a document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotesProxyRuntimeException
Class from which all runtime exceptions in this package inherit.
|
| Modifier and Type | Method and Description |
|---|---|
protected DNotesRuntimeException |
BaseProxy.newRuntimeException(lotus.domino.NotesException e)
Creates and returns a new runtime exception wrapping a given
NotesException.
|
protected DNotesRuntimeException |
BaseProxy.newRuntimeException(String message)
Creates and returns a new runtime exception with the given message.
|
protected DNotesRuntimeException |
BaseProxy.newRuntimeException(String message,
Exception e)
Creates and returns a new runtime exception with the given message.
|
| Modifier and Type | Method and Description |
|---|---|
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 | Class and Description |
|---|---|
class |
NotesServiceRuntimeException
Class from which all exceptions in this package should inherit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotesServiceFactory.disposeInstance()
Disposes all internal resources of the Notes connection.
|
void |
NotesServiceFactory.disposeInstance(boolean force)
Disposes all internal resources of the Notes connection.
|
void |
NotesServiceFactory.disposeInternal(boolean force)
Deprecated.
use
NotesServiceFactory.disposeInstance(boolean) instead |
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.
|
| Constructor and Description |
|---|
NotesServiceFactory()
Default constructor.
|
Copyright © 2005–2020. All rights reserved.