| Package | Description |
|---|---|
| de.jakop.lotus.domingo |
Interfaces and factory for access to Lotus Notes databases.
|
| de.jakop.lotus.domingo.http |
Http implementation of the contract in package
de.jakop.lotus.domingo. |
| de.jakop.lotus.domingo.mock |
Implementations of some interfaces for temporary objects.
|
| de.jakop.lotus.domingo.proxy |
Proxy implementation of the contract in package
de.jakop.lotus.domingo. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DAgent
Represents notes agents.
|
interface |
DBaseDocument
Base interface for all concrete document interfaces.
|
interface |
DBaseItem
Base interface for all concrete item interfaces.
|
interface |
DDatabase
Represents a Notes database.
|
interface |
DDocument
Represents a document in a database.
|
interface |
DDocumentCollection
Represents a collection of documents and provides access to documents
within it.
|
interface |
DDxlExporter
Represents a Notes database.
|
interface |
DEmbeddedObject
Represents an embedded object.
|
interface |
DForm
Represents a form in a database.
|
interface |
DItem
Represents a discrete value or set of values in a document.
|
interface |
DLog
Enables you to record actions and errors that take place during
a program's execution.
|
interface |
DProfileDocument
Represents a profile document in a database.
|
interface |
DRichTextItem
Represents an item of type rich text.
|
interface |
DRichTextStyle
Represents a Notes database.
|
interface |
DSession
Is the root of the Notes Objects containment hierarchy, providing access to
the other Domino objects, and represents the Domino environment of the
current program.
|
interface |
DView
Represents a view or folder of a database and provides access to documents
within it.
|
interface |
DViewEntry
Represents a view entry.
|
| Modifier and Type | Method and Description |
|---|---|
DBase |
DSession.resolve(String url)
Returns the Domino object that a URL addresses.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AgentHttp |
class |
BaseDocumentHttp
Http implementation of a Domingo view.
|
class |
BaseHttp
Abstract base class for all implementations of interfaces derived from
DBase. |
class |
DatabaseHttp |
class |
DocumentHttp
Http implementation of a Domingo document.
|
class |
ItemHttp
Simple implementation of an item in a Notes document.
|
class |
SessionHttp
Notes session.
|
class |
ViewEntryHttp |
class |
ViewHttp
Http implementation of a Domingo view.
|
| Modifier and Type | Method and Description |
|---|---|
DBase |
SessionHttp.resolve(String url)
Returns the Domino object that a URL addresses.
|
| Constructor and Description |
|---|
AgentHttp(NotesHttpFactory theFactory,
DBase theParent,
DNotesMonitor monitor,
String agentName)
Constructor.
|
BaseDocumentHttp(NotesHttpFactory factory,
DBase parent,
DNotesMonitor monitor)
Private Constructor for this class.
|
BaseDocumentHttp(NotesHttpFactory factory,
DBase parent,
String unid,
DNotesMonitor monitor)
Private Constructor for this class.
|
BaseHttp(NotesHttpFactory theFactory,
DBase theParent,
DNotesMonitor monitor)
Creates a new DBaseImpl object.
|
DocumentHttp(NotesHttpFactory factory,
DBase parent,
DNotesMonitor monitor)
Private Constructor for this class.
|
DocumentHttp(NotesHttpFactory factory,
DBase parent,
String unid,
DNotesMonitor monitor)
Private Constructor for this class.
|
ItemHttp(NotesHttpFactory theFactory,
DBase theParent,
String theName,
DNotesMonitor monitor)
Constructor.
|
ItemHttp(NotesHttpFactory theFactory,
DBase theParent,
String theName,
List theValues,
DNotesMonitor monitor)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockDocument
Transient mock implementation of interface DDocument.
|
class |
MockItem
Transient mock implementation of interface DItem.
|
class |
MockViewEntry
Transient mock implementation of interface DViewEntry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AgentContextProxy
Represents the agent environment of the current program, if an agent is running it.
|
class |
AgentProxy
Represents a notes agent.
|
class |
BaseCollectionProxy
Abstract base class for all implementations of interfaces derived from
DBase. |
class |
BaseDocumentProxy
Represents a document in a database.
|
class |
BaseItemProxy
This class represents the Domino-Class
Item. |
class |
BaseProxy
Abstract base class for all implementations of interfaces derived from
DBase. |
static class |
BaseProxy.DocumentCollectionIterator
Iterator for collections of documents.
|
class |
DatabaseProxy
Represents a Notes database.
|
class |
DocumentCollectionProxy
Represents the Domino-Class
DocumentCollection. |
class |
DocumentProxy
Represents a document in a database.
|
class |
DxlExporterProxy
Represents a view entry.
|
class |
EmbeddedObjectProxy
This class represents the Domino-Class
EmbeddedObject. |
class |
FormProxy
A notes Form.
|
class |
ItemProxy
This class represents the Domino-Class
Item. |
class |
LogProxy
A notes Log.
|
class |
ProfileDocumentProxy
Represents a document in a database.
|
class |
RichTextItemProxy
This class represents the Domino-Class
RichTextItem. |
class |
SessionProxy
Notes session.
|
class |
ViewColumnProxy
Represents the Domino-Class
View. |
class |
ViewEntryProxy
Represents a view entry.
|
class |
ViewProxy
Represents the Domino-Class
View. |
| Modifier and Type | Method and Description |
|---|---|
protected DBase |
BaseProxy.getParent()
Returns the parent object.
|
DBase |
SessionProxy.resolve(String url)
Returns the Domino object that a URL addresses.
|
| Modifier and Type | Method and Description |
|---|---|
static DxlExporterProxy |
DxlExporterProxy.getInstance(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.DxlExporter exporter,
DNotesMonitor monitor)
Creates an encapsulated notes session object.
|
static ViewEntryProxy |
ViewEntryProxy.getInstance(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.ViewEntry viewEntry,
DNotesMonitor monitor)
Creates an encapsulated notes session object.
|
| Constructor and Description |
|---|
AgentProxy(NotesProxyFactory theFactory,
DBase theParent,
lotus.domino.Agent agent,
DNotesMonitor monitor)
Constructor.
|
BaseCollectionProxy(NotesProxyFactory theFactory,
DBase theParent,
lotus.domino.Base object,
DNotesMonitor monitor)
Constructor.
|
BaseDocumentProxy(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.Document document,
DNotesMonitor monitor)
Constructor for DDocumentImpl.
|
BaseItemProxy(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.Item item,
DNotesMonitor monitor)
Constructor for DItemImpl.
|
BaseProxy(NotesProxyFactory theFactory,
DBase theParent,
lotus.domino.Base object,
DNotesMonitor monitor)
Creates a new DBaseImpl object.
|
DocumentCollectionIterator(NotesProxyFactory theFactory,
DBase theParent,
lotus.domino.DocumentCollection theCollection,
DNotesMonitor monitor)
Constructor.
|
DocumentCollectionProxy(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.DocumentCollection documentCollection,
DNotesMonitor monitor)
Constructor.
|
DocumentProxy(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.Document theDocument,
DNotesMonitor monitor)
Constructor for DDocumentImpl.
|
ItemProxy(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.Item theItem,
DNotesMonitor monitor)
Constructor for DItemImpl.
|
ProfileDocumentProxy(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.Document theDocument,
DNotesMonitor monitor)
Constructor for DDocumentImpl.
|
RichTextItemProxy(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.RichTextItem theRichTextItem,
DNotesMonitor monitor)
Constructor for DRichTextItemImpl.
|
Copyright © 2005–2020. All rights reserved.