| Modifier and Type | Method and Description |
|---|---|
ExportableEntityInfo |
BodyContentDataExporter.getEntityInfo() |
ExportableEntityInfo |
BandanaDataExporter.getEntityInfo() |
ExportableEntityInfo |
BucketsExporter.getEntityInfo() |
ExportableEntityInfo |
PageTemplateExporter.getEntityInfo() |
ExportableEntityInfo |
Content2ContentRelationEntityDataExporter.getEntityInfo() |
ExportableEntityInfo |
SingleDependencyGenericExporter.getEntityInfo() |
ExportableEntityInfo |
ContentEntityDatabaseDataExporter.getEntityInfo() |
ExportableEntityInfo |
Exporter.getEntityInfo()
Returns default entity info for persister.
|
ExportableEntityInfo |
SimpleEntityExporter.getEntityInfo() |
ExportableEntityInfo |
ContentPropertyDataExporter.getEntityInfo() |
ExportableEntityInfo |
NotificationDatabaseDataExporter.getEntityInfo() |
ExportableEntityInfo |
SpaceDatabaseDataExporter.getEntityInfo() |
ExportableEntityInfo |
LabellingExporter.getEntityInfo() |
ExportableEntityInfo |
BodyContentDataExporter.getEntityInfo(Class<?> exportedClass) |
ExportableEntityInfo |
BandanaDataExporter.getEntityInfo(Class<?> exportedClass) |
ExportableEntityInfo |
BucketsExporter.getEntityInfo(Class<?> exportedClass) |
ExportableEntityInfo |
PageTemplateExporter.getEntityInfo(Class<?> exportedClass) |
ExportableEntityInfo |
Content2ContentRelationEntityDataExporter.getEntityInfo(Class<?> exportedClass) |
ExportableEntityInfo |
SingleDependencyGenericExporter.getEntityInfo(Class<?> exportedClass) |
ExportableEntityInfo |
ContentEntityDatabaseDataExporter.getEntityInfo(Class<?> exportedClass) |
ExportableEntityInfo |
Exporter.getEntityInfo(Class<?> exportedClass)
Returns default entity info for the particular class.
|
ExportableEntityInfo |
SimpleEntityExporter.getEntityInfo(Class<?> exportedClass) |
ExportableEntityInfo |
ContentPropertyDataExporter.getEntityInfo(Class<?> exportedClass) |
ExportableEntityInfo |
NotificationDatabaseDataExporter.getEntityInfo(Class<?> exportedClass) |
ExportableEntityInfo |
SpaceDatabaseDataExporter.getEntityInfo(Class<?> exportedClass) |
ExportableEntityInfo |
LabellingExporter.getEntityInfo(Class<?> exportedClass) |
ExportableEntityInfo |
DatabaseExporterHelper.getEntityInfoByClass(Class<?> entityClazz) |
| Modifier and Type | Method and Description |
|---|---|
static List<ExportableEntityInfo> |
ExporterCreatorHelper.cutAllContentEntityInfos(Set<ExportableEntityInfo> exportableEntities) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
SingleDependencyGenericExporter.buildQuery(ExportableEntityInfo entityInfo,
Set<Class<?>> simpleEntities) |
GenericSiteExporter |
ExporterFactory.createAliasedKeySiteExporter(ExportableEntityInfo entityInfo)
Creates a site backup exporter for AliasedKey objects.
|
Exporter |
ExporterFactory.createBandanaDataExporter(ExportableEntityInfo entityInfo)
Creates a space backup exporter works for ConfluenceBandanaRecord.
|
Exporter |
ExporterFactory.createBodyContentExporter(ExportableEntityInfo entityInfo,
ContentUserKeyExtractor contentUserKeyExtractor)
Creates a space backup exporter for Body Content entities
|
GenericSiteExporter |
ExporterFactory.createBucketPropertySetItemsExporter(ExportableEntityInfo entityInfo)
Creates BucketPropertySetItem site exporter.
|
Exporter |
ExporterFactory.createBucketsExporter(ExportableEntityInfo entityInfo,
DatabaseExporterHelper helper)
Creates a space backup exporter for BucketPropertySetItem objects.
|
Exporter |
ExporterFactory.createConfluenceUserExporter(ExportableEntityInfo entityInfo)
Creates a space backup exporter works for ConfluenceUserImpl.
|
Exporter |
ExporterFactory.createContent2ContentRelationEntityExporter(ExportableEntityInfo entityInfo)
Creates a space backup exporter works for Content2ContentRelationEntity.
|
GenericSiteExporter |
ExporterFactory.createContentPropertySiteExporter(ExportableEntityInfo entityInfo)
Creates a site backup exporter that is compatible with ContentProperty.
|
GenericSiteExporter |
ExporterFactory.createGenericSiteExporter(ExportableEntityInfo entityInfo)
Creates a generic site exporter works for most of the tables.
|
Exporter |
ExporterFactory.createLabellingExporter(ExportableEntityInfo entityInfo)
Creates a space backup exporter works for Labelling.
|
Exporter |
ExporterFactory.createNotificationDatabaseDataExporter(ExportableEntityInfo entityInfo)
Creates a space backup exporter works for Notification.
|
Exporter |
ExporterFactory.createPageTemplateExporter(ExportableEntityInfo entityInfo)
Creates a space backup exporter works for PageTemplate.
|
Exporter |
ExporterFactory.createSimpleEntityExporter(ExportableEntityInfo entityInfo)
Creates a generic space backup exporter works for simple entities.
|
SingleDependencyGenericExporter |
ExporterFactory.createSingleDependencyGenericExporter(ExportableEntityInfo entityInfo,
Set<Class<?>> simpleEntitiesClasses)
Creates a space backup exporter works for tables with single dependency that is not in simple entity classes.
|
SingleDependencyGenericExporter |
ExporterFactory.createSingleDependencyGenericSiteExporter(ExportableEntityInfo entityInfo)
Creates a site backup exporter works for tables with single dependency that is not in simple entity classes.
|
Exporter |
ExporterFactory.createSpaceDatabaseDataExporter(ExportableEntityInfo entityInfo)
Creates a space backup exporter works for Space.
|
protected static List<HibernateField> |
SingleDependencyGenericExporter.getAllExternalReferencesExceptSimpleOnes(ExportableEntityInfo entityInfo,
Set<Class<?>> simpleEntities) |
int |
DatabaseExporterHelper.getBatchSize(ExportableEntityInfo entityInfo) |
protected Class<?> |
SingleDependencyGenericExporter.getMonitoredClass(ExportableEntityInfo entityInfo,
Set<Class<?>> simpleEntities) |
static boolean |
SingleDependencyGenericExporter.isSuitableForExporter(ExportableEntityInfo entityInfo,
Set<Class<?>> simpleEntities)
Returns true when the entity type has only one external reference (except the single ones).
|
static boolean |
SimpleEntityExporter.isSuitableForExporter(ExportableEntityInfo entityInfo,
Set<Class<?>> simpleEntities) |
| Modifier and Type | Method and Description |
|---|---|
GenericSiteExporter |
ExporterFactory.createContentSiteExporter(List<ExportableEntityInfo> allContentEntityInfos,
boolean includeAttachments)
Creates a custom exporter for the whole CONTENT table.
|
static List<ExportableEntityInfo> |
ExporterCreatorHelper.cutAllContentEntityInfos(Set<ExportableEntityInfo> exportableEntities) |
| Constructor and Description |
|---|
BandanaDataExporter(ExportableEntityInfo entityInfo,
CommonDatabaseDataExporter exporter) |
Content2ContentRelationEntityDataExporter(ExportableEntityInfo entityInfo,
CommonDatabaseDataExporter exporter) |
LabellingExporter(ExportableEntityInfo entityInfo,
CommonDatabaseDataExporter exporter) |
NotificationDatabaseDataExporter(ExportableEntityInfo entityInfo,
CommonDatabaseDataExporter exporter) |
PageTemplateExporter(ExportableEntityInfo entityInfo,
CommonDatabaseDataExporter exporter) |
SingleDependencyGenericExporter(CommonDatabaseDataExporter commonExporter,
ExportableEntityInfo entityInfo,
Set<Class<?>> simpleEntities) |
| Modifier and Type | Method and Description |
|---|---|
ExportableEntityInfo |
Converter.getEntityInfo() |
ExportableEntityInfo |
AbstractDatabaseDataConverter.getEntityInfo() |
ExportableEntityInfo |
ConfluenceUserDataConverter.getEntityInfo() |
ExportableEntityInfo |
Converter.getEntityInfo(Class<?> exportedClass) |
ExportableEntityInfo |
AbstractDatabaseDataConverter.getEntityInfo(Class<?> entityClass) |
ExportableEntityInfo |
ConfluenceUserDataConverter.getEntityInfo(Class<?> exportedClass) |
| Constructor and Description |
|---|
AbstractDatabaseDataConverter(ExportableEntityInfo entityInfo,
HibernateMetadataHelper hibernateMetadataHelper) |
AliasedKeyDatabaseDataConverter(ExportableEntityInfo entityInfo,
HibernateMetadataHelper hibernateMetadataHelper) |
CommonDatabaseDataConverter(ExportableEntityInfo entityInfo,
HibernateMetadataHelper hibernateMetadataHelper) |
Content2ContentRelationEntityDataConverter(ExportableEntityInfo entityInfo,
HibernateMetadataHelper hibernateMetadataHelper) |
ContentPropertyDataConverter(ExportableEntityInfo entityInfo,
HibernateMetadataHelper hibernateMetadataHelper) |
| Constructor and Description |
|---|
AbstractDatabaseDataConverter(Collection<ExportableEntityInfo> entityInfos,
HibernateMetadataHelper hibernateMetadataHelper) |
ContentEntityDatabaseDataConverter(Collection<ExportableEntityInfo> entityInfos,
HibernateMetadataHelper hibernateMetadataHelper) |
| Modifier and Type | Method and Description |
|---|---|
ExportableEntityInfo |
GenericSiteExporter.getEntityInfo() |
ExportableEntityInfo |
GenericSiteExporter.getEntityInfo(Class<?> exportedClass) |
| Constructor and Description |
|---|
BucketPropertySetItemQueryProvider(DatabaseExporterHelper helper,
ExportableEntityInfo entityInfo) |
SingleColumnQueryProvider(DatabaseExporterHelper helper,
ExportableEntityInfo entityInfo) |
| Modifier and Type | Method and Description |
|---|---|
ExportableEntityInfo |
HibernateMetadataHelper.getEntityInfoByClass(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Map<javax.persistence.metamodel.EntityType<?>,ExportableEntityInfo> |
HibernateMetadataHelper.getAllExportableEntities() |
Copyright © 2003–2022 Atlassian. All rights reserved.