Uses of Interface
de.bea.domingo.DDocumentCollection

Packages that use DDocumentCollection
de.bea.domingo Interfaces and factory for access to Lotus Notes databases. 
de.bea.domingo.proxy Proxy implementation of the contract in package de.bea.domingo
 

Uses of DDocumentCollection in de.bea.domingo
 

Methods in de.bea.domingo with parameters of type DDocumentCollection
 java.lang.String DDxlExporter.exportDxl(DDocumentCollection documentCollection)
          Converts Domino data to DXL data.
 

Uses of DDocumentCollection in de.bea.domingo.proxy
 

Classes in de.bea.domingo.proxy that implement DDocumentCollection
 class DocumentCollectionProxy
          Represents the Domino-Class DocumentCollection.
 

Methods in de.bea.domingo.proxy with parameters of type DDocumentCollection
 java.lang.String DxlExporterProxy.exportDxl(DDocumentCollection documentCollection)
          Converts Domino data to DXL data.
 



Domingo Java-API