Uses of Class
org.opencms.db.CmsExportPoint
Packages that use CmsExportPoint
Package
Description
Low-level database connection and access functionality.
Contains functions to import and export resources from the OpenCms VFS.
Provides the main OpenCms "operating system".
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
Contains the functionality for the static HTML page export.
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
-
Uses of CmsExportPoint in org.opencms.db
Fields in org.opencms.db with type parameters of type CmsExportPointModifier and TypeFieldDescriptionprotected Set<CmsExportPoint>
CmsExportPointDriver.m_exportpoints
The configured export points.Constructor parameters in org.opencms.db with type arguments of type CmsExportPointModifierConstructorDescriptionCmsExportPointDriver
(Set<CmsExportPoint> exportpoints) Constructor for a CmsExportPointDriver.CmsTempFolderExportPointDriver
(Set<CmsExportPoint> exportpoints, List<String> tempFolderDestinations) Constructor for a CmsExportPointDriver. -
Uses of CmsExportPoint in org.opencms.importexport
Method parameters in org.opencms.importexport with type arguments of type CmsExportPointModifier and TypeMethodDescriptionCmsImportExportManager.createExportPointDriver
(Set<CmsExportPoint> exportPoints) Creates a new export point driver based on the import/export configuration. -
Uses of CmsExportPoint in org.opencms.main
Methods in org.opencms.main that return types with arguments of type CmsExportPointModifier and TypeMethodDescriptionstatic Set<CmsExportPoint>
OpenCms.getExportPoints()
Returns the configured export points, the returned set being an unmodifiable set.protected Set<CmsExportPoint>
OpenCmsCore.getExportPoints()
Returns the configured export points, the returned set being an unmodifiable set. -
Uses of CmsExportPoint in org.opencms.module
Methods in org.opencms.module that return types with arguments of type CmsExportPointModifier and TypeMethodDescriptionCmsModule.getExportPoints()
Returns the list of export point added by this module.CmsModuleManager.getExportPoints()
Returns the (immutable) list of configured module export points.Method parameters in org.opencms.module with type arguments of type CmsExportPointModifier and TypeMethodDescriptionvoid
CmsModule.setExportPoints
(List<CmsExportPoint> exportPoints) Sets the export points of this module. -
Uses of CmsExportPoint in org.opencms.staticexport
Methods in org.opencms.staticexport that return types with arguments of type CmsExportPointModifier and TypeMethodDescriptionCmsStaticExportManager.getExportPoints()
Returns the protected export points. -
Uses of CmsExportPoint in org.opencms.workplace
Methods in org.opencms.workplace that return types with arguments of type CmsExportPointModifier and TypeMethodDescriptionCmsWorkplaceManager.getExportPoints()
Returns the set of configured export points for the workplace.