程序包 | 说明 |
---|---|
org.opencms.importexport |
Contains functions to import and export resources from the OpenCms VFS.
|
org.opencms.module |
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
|
org.opencms.workplace.threads |
A collection of thread classes that are used in the OpenCms Workplace,
usually in connection with a report.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsVfsImportExportHandler
Import/export handler implementation for VFS data.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsImportExportHandler |
CmsImportExportManager.getImportExportHandler(CmsImportParameters parameters)
Returns an instance of an import/export handler implementation that is able to import
a specified resource.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<I_CmsImportExportHandler> |
CmsImportExportManager.getImportExportHandlers()
Returns the list of configured import/export handlers.
|
限定符和类型 | 方法和说明 |
---|---|
void |
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.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsModuleImportExportHandler
Import/export handler implementation for Cms modules.
|
构造器和说明 |
---|
CmsExportThread(CmsObject cms,
I_CmsImportExportHandler handler,
boolean old)
Creates a new data export thread.
|