Interface | Description |
---|---|
ExportFileNameGenerator |
An interface for a class which can generate meaningful and unique (for a single VM) names that may be used as file
names in the export process.
|
ImageProcessingRule |
A
TagRule that is responsible for processing image tags. |
Class | Description |
---|---|
AbstractExporterImpl |
Abstract exporter that only deals with simple general export utility methods
like where the files go.
|
AbstractRendererExporterImpl | |
AbstractRendererExporterImpl.ContentConverter | |
AbstractXmlExporter |
abstract class that deals strictly with the conversion of a objects to an xml stream
|
AtlassianXMLDatabinder | |
AttachmentContentStatusPreProcessor |
Exports of upgraded attachments from Confluence 5.7 and lower may have a blank content status field for Attachment
objects.
|
BackupExporter |
Converts _all_ objects in confluence to xml (used for making site-wide backups).
|
BackupJob | |
BackupRestoreHibernateUtil |
Util to remove lazy-loading and proxying from all objects in a hibernate configuration, as they
just get in the way of backups.
|
CleanTempDirectoryJob |
Removes files from the Confluence temporary files directory.
|
ConfluenceLocalSessionFactoryBeanForBackup | |
ConfluenceTempDirExportFileNameGenerator |
A file name generator that will create directories and filenames appropriate for the configured Confluence temporary
directory.
|
ContentUserKeyExtractor |
Provides services for extracting
UserKey s from the body content of ContentEntityObject s. |
DecoratedProgressMeter |
Wraps a
ProgressMeter to allow convenient incrementing of the current and total counts. |
DefaultExportEmbeddedResourceRenderer |
Class that passes on the rendering of an EmbeddedResource to the correct export renderer
Requires that the PermissionManager attribute be set, in order to resolve permissions for attachments (it is not injected by Spring)
|
ExportDescriptor |
Describes an export, based on the exportDescriptor.properties.
|
ExportEmbeddedResourceRenderer |
Created by IntelliJ IDEA.
|
ExportImageDescriptor |
A descriptor for an exported image.
|
ExportLinkRenderer | |
ExportPathUtils | |
ExportUtils | |
FileXmlExporter |
Performs the file IO side of the export/backup
For example:
- copying attachments to temp directory
- copying config files
Then performs the zipping and packaging into a zip file
|
HibernateObjectHandleTranslator |
Creates TransientHibernateHandles to represent Hibernate objects
|
HtmlExporter | |
HtmlExportLinkFormatter | |
HtmlImageParser |
This class parses html and extracts all the image tags required for exports
using the given image processing rule.
|
HtmlImageProcessingRule |
Processes image tags for html exports.
|
NotNullBandanaRecordPreProcessor | |
SkipObjectPreProcessor | |
SkipObjectPropertyPreProcessor | |
StorageFormatUserRewriter |
Provides facilities for extracting and rewriting storage format content that contains
UserKey s as components
of UserResourceIdentifier s. |
StorageFormatUserRewriter.RewriteResult |
Represents the results of the content rewrite operation.
|
UnexpectedImportZipFileContents | |
WikiExporter | Deprecated
since 4.0.
|
XmlExporter |
Exports the entities added to the workingEntities collection in the context to xml.
|
Enum | Description |
---|---|
ExportScope |
Represents the valid scopes for an XML Export.
|
Exception | Description |
---|---|
ExportScope.IllegalExportScopeException |
Indicates an invalid export scope.
|
Copyright © 2003–2015 Atlassian. All rights reserved.