Uses of Interface
com.collation.platform.model.topology.app.lotus.DominoDatabase

Packages that use DominoDatabase
com.collation.platform.model.topology.app.lotus   
 

Uses of DominoDatabase in com.collation.platform.model.topology.app.lotus
 

Subinterfaces of DominoDatabase in com.collation.platform.model.topology.app.lotus
 interface DominoApplication
          Represents a .nsf file which is a domino application
 interface DominoLibrary
          Represents a .nsf file which is a domino library.
 interface NotesMail
          Represents a .nsf file which represents the notes mail db.
 interface OtherDatabase
          A .nsf file which is not a domino database, application or a notes mail database.
 

Methods in com.collation.platform.model.topology.app.lotus that return DominoDatabase
 DominoDatabase[] DominoServer.getDatabases()
          Represents the list of all domino databases in the server.
 

Methods in com.collation.platform.model.topology.app.lotus with parameters of type DominoDatabase
 void DominoServer.setDatabases(DominoDatabase[] s)