|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DDatabase | |
---|---|
de.bea.domingo | Interfaces and factory for access to Lotus Notes databases. |
de.bea.domingo.groupware.map | Mapping implementation of the domingo groupware interface to Lotus Notes/Domino. |
de.bea.domingo.http | Http implementation of the contract in package de.bea.domingo . |
de.bea.domingo.map | Generic Mapping layer between Notes documents and Java classes. |
de.bea.domingo.mock | Implementations of some interfaces for temporary objects. |
de.bea.domingo.proxy | Proxy implementation of the contract in package de.bea.domingo . |
Uses of DDatabase in de.bea.domingo |
---|
Methods in de.bea.domingo that return DDatabase | |
---|---|
DDatabase |
DSession.createDatabase(java.lang.String serverName,
java.lang.String databaseName)
Creates an empty database and opens it. |
DDatabase |
DDatabase.createDatabaseFromTemplate(java.lang.String serverName,
java.lang.String newDatabaseName,
boolean inherit)
Create an empty database with the design of the given template. |
DDatabase |
DDatabase.createReplica(java.lang.String server,
java.lang.String filePath)
Creates a replica of the current database at a new location. |
DDatabase |
DAgentContext.getCurrentDatabase()
The database in which the current agent resides. |
DDatabase |
DSession.getDatabase(java.lang.String serverName,
java.lang.String databaseName)
Returns a database interface to a Notes database. |
DDatabase |
DSession.getMailDatabase()
Returns the mail database of the current user. |
DDatabase |
DSession.getMailDatabase(java.lang.String username)
Returns the mail database of a given user. |
DDatabase |
DBaseDocument.getParentDatabase()
Return the database that contains a document. |
Methods in de.bea.domingo with parameters of type DDatabase | |
---|---|
DDocument |
DDocument.copyToDatabase(DDatabase database)
Copies a document to a specified database. |
java.lang.String |
DDxlExporter.exportDxl(DDatabase database)
Converts Domino data to DXL data. |
Uses of DDatabase in de.bea.domingo.groupware.map |
---|
Constructors in de.bea.domingo.groupware.map with parameters of type DDatabase | |
---|---|
MailDatabase(DDatabase database,
java.lang.String owner)
Constructor. |
Uses of DDatabase in de.bea.domingo.http |
---|
Classes in de.bea.domingo.http that implement DDatabase | |
---|---|
class |
DatabaseHttp
|
Methods in de.bea.domingo.http that return DDatabase | |
---|---|
DDatabase |
SessionHttp.createDatabase(java.lang.String serverName,
java.lang.String databaseName)
Creates an empty database and opens it. |
DDatabase |
DatabaseHttp.createDatabaseFromTemplate(java.lang.String serverName,
java.lang.String databaseName,
boolean inherit)
Create an empty database with the design of the given template. |
DDatabase |
DatabaseHttp.createReplica(java.lang.String server,
java.lang.String fPath)
Creates a replica of the current database at a new location. |
DDatabase |
SessionHttp.getDatabase(java.lang.String serverName,
java.lang.String databaseName)
Returns a database interface to a Notes database. |
(package private) static DDatabase |
DatabaseHttp.getInstance(NotesHttpFactory factory,
DBase parent,
java.lang.String filePath,
DNotesMonitor monitor)
Factory method for instances of this class. |
DDatabase |
SessionHttp.getMailDatabase()
Returns the mail database of the current user. |
DDatabase |
SessionHttp.getMailDatabase(java.lang.String username)
Returns the mail database of a given user. |
DDatabase |
BaseDocumentHttp.getParentDatabase()
Return the database that contains a document. |
Methods in de.bea.domingo.http with parameters of type DDatabase | |
---|---|
DDocument |
DocumentHttp.copyToDatabase(DDatabase database)
Copies a document to a specified database. |
Uses of DDatabase in de.bea.domingo.map |
---|
Methods in de.bea.domingo.map that return DDatabase | |
---|---|
protected DDatabase |
BaseDatabase.getDatabase()
Returns the database specified by the current location. |
Constructors in de.bea.domingo.map with parameters of type DDatabase | |
---|---|
BaseDatabase(DDatabase database)
Constructor. |
Uses of DDatabase in de.bea.domingo.mock |
---|
Methods in de.bea.domingo.mock that return DDatabase | |
---|---|
DDatabase |
MockDocument.getParentDatabase()
Return the database that contains a document. |
Methods in de.bea.domingo.mock with parameters of type DDatabase | |
---|---|
DDocument |
MockDocument.copyToDatabase(DDatabase database)
Copies a document to a specified database. |
Uses of DDatabase in de.bea.domingo.proxy |
---|
Classes in de.bea.domingo.proxy that implement DDatabase | |
---|---|
class |
DatabaseProxy
Represents a Notes database. |
Methods in de.bea.domingo.proxy that return DDatabase | |
---|---|
DDatabase |
SessionProxy.createDatabase(java.lang.String serverName,
java.lang.String databaseName)
Creates an empty database and opens it. |
DDatabase |
DatabaseProxy.createDatabaseFromTemplate(java.lang.String serverName,
java.lang.String dbName,
boolean inherit)
Create an empty database with the design of the given template. |
DDatabase |
DatabaseProxy.createReplica(java.lang.String serverName,
java.lang.String dbName)
Creates a replica of the current database at a new location. |
DDatabase |
AgentContextProxy.getCurrentDatabase()
The database in which the current agent resides. |
DDatabase |
SessionProxy.getDatabase(java.lang.String serverName,
java.lang.String databaseName)
Returns a database interface to a Notes database. |
(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. |
DDatabase |
SessionProxy.getMailDatabase()
Returns the mail database of the current user. |
DDatabase |
SessionProxy.getMailDatabase(java.lang.String username)
Returns the mail database of a given user. The mail server of the current user is used as registration server. |
DDatabase |
BaseDocumentProxy.getParentDatabase()
Return the database that contains a document. |
Methods in de.bea.domingo.proxy with parameters of type DDatabase | |
---|---|
DDocument |
DocumentProxy.copyToDatabase(DDatabase database)
Copies a document to a specified database. |
java.lang.String |
DxlExporterProxy.exportDxl(DDatabase database)
Converts Domino data to DXL data. |
(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |