| Package | Description |
|---|---|
| de.jakop.lotus.domingo.groupware |
Groupware interface to Lotus Notes/Domino.
|
| de.jakop.lotus.domingo.groupware.map |
Mapping implementation of the domingo groupware interface to Lotus Notes/Domino.
|
| de.jakop.lotus.domingo.map |
Generic Mapping layer between Notes documents and Java classes.
|
| Constructor and Description |
|---|
Groupware(NotesLocation location)
Constructor.
|
Groupware(NotesLocation location,
DNotesMonitor monitor)
Constructor.
|
| Constructor and Description |
|---|
MailDatabase(DSession session,
NotesLocation location,
String owner)
Constructor.
|
NamesDatabase(DSession session,
NotesLocation location)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static NotesLocation |
NotesLocation.getInstance(NotesLocation context,
String server,
String path)
Factory method for local Location.
|
static NotesLocation |
NotesLocation.getInstance(String location)
Factory method for Location objects.
|
NotesLocation |
NotesLocation.getLocalLocation()
Returns the local location corresponding to this location.
|
| Modifier and Type | Method and Description |
|---|---|
static NotesLocation |
NotesLocation.getInstance(NotesLocation context,
String server,
String path)
Factory method for local Location.
|
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.
|
BaseDatabase(NotesLocation location)
Constructor.
|
NotesLocation(NotesLocation context,
String path)
Constructor.
|
NotesLocation(NotesLocation context,
String server,
String path)
Creates a new local location.
|
Copyright © 2005–2020. All rights reserved.