Uses of Class
de.bea.domingo.proxy.NotesProxyFactory

Packages that use NotesProxyFactory
de.bea.domingo.proxy Proxy implementation of the contract in package de.bea.domingo
 

Uses of NotesProxyFactory in de.bea.domingo.proxy
 

Methods in de.bea.domingo.proxy that return NotesProxyFactory
protected  NotesProxyFactory BaseProxy.getFactory()
          Returns the factory corresponding to this instance.
 

Methods in de.bea.domingo.proxy with parameters of type NotesProxyFactory
static DAgent AgentProxy.getInstance(NotesProxyFactory theFactory, DatabaseProxy database, lotus.domino.Agent theAgent, DNotesMonitor monitor)
          Factory method for instances of this class.
(package private) static BaseDocumentProxy BaseDocumentProxy.getInstance(NotesProxyFactory theFactory, DBase parent, lotus.domino.Document document, DNotesMonitor monitor)
          Creates or returns a cached implementation of the requested document interface.
static DxlExporterProxy DxlExporterProxy.getInstance(NotesProxyFactory theFactory, DBase parent, lotus.domino.DxlExporter exporter, DNotesMonitor monitor)
          Creates an encapsulated notes session object.
(package private) static DEmbeddedObject EmbeddedObjectProxy.getInstance(NotesProxyFactory theFactory, DBase parent, lotus.domino.EmbeddedObject embeddedObject, DNotesMonitor monitor)
          Creates a new DEmbeddedObject and enables logging.
(package private) static BaseItemProxy BaseItemProxy.getInstance(NotesProxyFactory theFactory, DBase parent, lotus.domino.Item item, DNotesMonitor monitor)
          Creates or returns a cached implementation of the requested item interface.
static ViewEntryProxy ViewEntryProxy.getInstance(NotesProxyFactory theFactory, DBase parent, lotus.domino.ViewEntry viewEntry, DNotesMonitor monitor)
          Creates an encapsulated notes session object.
(package private) static FormProxy FormProxy.getInstance(NotesProxyFactory theFactory, DDatabase database, lotus.domino.Form form, DNotesMonitor monitor)
          Returns a form object.
(package private) static ViewProxy ViewProxy.getInstance(NotesProxyFactory theFactory, DDatabase database, lotus.domino.View view, DNotesMonitor monitor)
          Returns a view object.
(package private) static DDatabase DatabaseProxy.getInstance(NotesProxyFactory theFactory, DSession session, lotus.domino.Database theDatabase, DNotesMonitor monitor, boolean forceOpen)
          Factory method for instances of this class.
(package private) static DLog LogProxy.getInstance(NotesProxyFactory theFactory, DSession session, lotus.domino.Log theLog, DNotesMonitor monitor)
          Creates an notes log.
(package private) static ViewColumnProxy ViewColumnProxy.getInstance(NotesProxyFactory theFactory, DView view, lotus.domino.ViewColumn viewColumn, DNotesMonitor monitor)
          Returns a view 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.
 

Constructors in de.bea.domingo.proxy with parameters of type NotesProxyFactory
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.DocumentCollectionIterator(NotesProxyFactory theFactory, DBase theParent, lotus.domino.DocumentCollection theCollection, DNotesMonitor monitor)
          Constructor.
BaseProxy(NotesProxyFactory theFactory, DBase theParent, lotus.domino.Base object, DNotesMonitor monitor)
          Creates a new DBaseImpl object.
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.
 



Domingo Java-API