ArchiveFileEnumerator |
Enumerator for listing available archives for import.
|
ArchiveHandler |
Archive data on disk.
|
ArchiverExtensionPoint |
|
Archivers |
Convenient methods for Archiver API implementations
|
ContentArchiver |
Archives contents in /ametys:root/ametys:contents
|
ContentsArchiverHelper |
Export a contents collection as individual XML files.
|
DefaultPluginArchiver |
|
ExportArchiveSchedulable |
Job for archiving data on disk, for backup or other purposes.
|
IgnoreMergerHelper |
For Mergers.IGNORE , we need to use session.getImportContentHandler and filter the SAX events from the XML input stream
For all <sv:property sv:name="jcr:uuid" sv:type="String"> and get their <sv:value>,
query the repository to check if it already exists and if it should be ignored
And for each sax event of sv:node
if exists in the repository => ignore the node import
if does not exist in the repository => send SAX event
|
ImportArchiveClientSideElement |
|
ImportArchiveRunnable |
|
ImportArchiveSchedulable |
Job for importing data from an archive.
|
ImportReport |
A report of an import ,whether it is a global, partial or unitary one.
|
ImportReport.ImportError |
|
MergePolicy.MergePolicyEnumerator |
|
Mergers |
The component holding the Merger implementations
|
PluginArchiverExtensionPoint |
|
PluginsArchiver |
Archives resources in /ametys:plugins
|
ResourcesAdditionalDataGetter |
Retrieves the additional data of resources types (files, binaries, rich texts)
|
ResourcesArchiver |
Archives resources in /ametys:root/ametys:resources
|
ResourcesArchiverHelper |
Export a resources collection as individual files.
|
SystemViewHandler |
ContentHandler filtering first level elements from the JCR system view export of a plugin Node.
|
ZipEntryHelper |
Utility class to retrieve Path representing folders or files under a ZIP archive.
|