| Package | Description |
|---|---|
| de.jakop.lotus.domingo.proxy |
Proxy implementation of the contract in package
de.jakop.lotus.domingo. |
| Modifier and Type | Method and Description |
|---|---|
protected NotesProxyFactory |
BaseProxy.getFactory()
Returns the factory corresponding to this instance.
|
| Modifier and Type | Method and Description |
|---|---|
static DAgent |
AgentProxy.getInstance(NotesProxyFactory theFactory,
DatabaseProxy database,
lotus.domino.Agent theAgent,
DNotesMonitor monitor)
Factory method for instances of this class.
|
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.
|
static DSession |
SessionProxy.getInstance(NotesProxyFactory theFactory,
lotus.domino.Session theSession,
DNotesMonitor monitor)
Creates an encapsulated notes session object.
|
static DAgentContext |
AgentContextProxy.getInstance(NotesProxyFactory theFactory,
SessionProxy session,
lotus.domino.AgentContext theAgentContext,
DNotesMonitor monitor)
Factory method for instances of this class.
|
| 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.