| Package | Description |
|---|---|
| de.jakop.lotus.domingo.groupware |
Groupware interface to Lotus Notes/Domino.
|
| Modifier and Type | Method and Description |
|---|---|
CalendarInterface |
Groupware.getCalendar()
Returns an implementation of the calendar interface.
|
Object |
CalendarInterface.getCalendarEntry(String unid)
Returns a calendar entry for a given unid.
|
Mailbox |
Groupware.getMailbox()
Returns an implementation of the mailbox interface for the current user.
|
Mailbox |
Groupware.getMailbox(String username)
Returns an implementation of the mailbox interface for a given user.
|
| Constructor and Description |
|---|
Groupware(NotesLocation location)
Constructor.
|
Groupware(NotesLocation location,
DNotesMonitor monitor)
Constructor.
|
Groupware(String locationUri)
Constructor.
|
Groupware(String locationUri,
DNotesMonitor monitor)
Constructor.
|
Copyright © 2005–2020. All rights reserved.