Uses of Interface
org.opencms.importexport.I_CmsImportExportHandler
Packages that use I_CmsImportExportHandler
Package
Description
Contains functions to import and export resources from the OpenCms VFS.
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
A collection of thread classes that are used in the OpenCms Workplace,
usually in connection with a report.
-
Uses of I_CmsImportExportHandler in org.opencms.importexport
Classes in org.opencms.importexport that implement I_CmsImportExportHandlerModifier and TypeClassDescriptionclass
Import/export handler implementation for VFS data.Methods in org.opencms.importexport that return I_CmsImportExportHandlerModifier and TypeMethodDescriptionCmsImportExportManager.getImportExportHandler
(CmsImportParameters parameters) Returns an instance of an import/export handler implementation that is able to import a specified resource.Methods in org.opencms.importexport that return types with arguments of type I_CmsImportExportHandlerModifier and TypeMethodDescriptionCmsImportExportManager.getImportExportHandlers()
Returns the list of configured import/export handlers.Methods in org.opencms.importexport with parameters of type I_CmsImportExportHandlerModifier and TypeMethodDescriptionvoid
CmsImportExportManager.addImportExportHandler
(I_CmsImportExportHandler handler) Adds an import/export handler to the list of configured handlers.void
CmsImportExportManager.exportData
(CmsObject cms, I_CmsImportExportHandler handler, I_CmsReport report) Checks if the current user has permissions to export Cms data of a specified export handler, and if so, triggers the handler to write the export. -
Uses of I_CmsImportExportHandler in org.opencms.module
Classes in org.opencms.module that implement I_CmsImportExportHandlerModifier and TypeClassDescriptionclass
Import/export handler implementation for Cms modules. -
Uses of I_CmsImportExportHandler in org.opencms.workplace.threads
Constructors in org.opencms.workplace.threads with parameters of type I_CmsImportExportHandlerModifierConstructorDescriptionCmsExportThread
(CmsObject cms, I_CmsImportExportHandler handler, boolean old) Creates a new data export thread.