Uses of Class
com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfo
-
-
Uses of ExportableEntityInfo in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return ExportableEntityInfo Modifier and Type Method Description ExportableEntityInfo
BandanaDataExporter. getEntityInfo()
ExportableEntityInfo
BandanaDataExporter. getEntityInfo(Class<?> exportedClass)
ExportableEntityInfo
BodyContentDataExporter. getEntityInfo()
ExportableEntityInfo
BodyContentDataExporter. getEntityInfo(Class<?> exportedClass)
ExportableEntityInfo
BucketsExporter. getEntityInfo()
ExportableEntityInfo
BucketsExporter. getEntityInfo(Class<?> exportedClass)
ExportableEntityInfo
Content2ContentRelationEntityDataExporter. getEntityInfo()
ExportableEntityInfo
Content2ContentRelationEntityDataExporter. getEntityInfo(Class<?> exportedClass)
ExportableEntityInfo
ContentEntityDatabaseDataExporter. getEntityInfo()
ExportableEntityInfo
ContentEntityDatabaseDataExporter. getEntityInfo(Class<?> exportedClass)
ExportableEntityInfo
ContentPropertyDataExporter. getEntityInfo()
ExportableEntityInfo
ContentPropertyDataExporter. getEntityInfo(Class<?> exportedClass)
ExportableEntityInfo
Exporter. getEntityInfo()
Returns default entity info for persister.ExportableEntityInfo
Exporter. getEntityInfo(Class<?> exportedClass)
Returns default entity info for the particular class.ExportableEntityInfo
LabellingExporter. getEntityInfo()
ExportableEntityInfo
LabellingExporter. getEntityInfo(Class<?> exportedClass)
ExportableEntityInfo
NotificationDatabaseDataExporter. getEntityInfo()
ExportableEntityInfo
NotificationDatabaseDataExporter. getEntityInfo(Class<?> exportedClass)
ExportableEntityInfo
PageTemplateExporter. getEntityInfo()
ExportableEntityInfo
PageTemplateExporter. getEntityInfo(Class<?> exportedClass)
ExportableEntityInfo
SimpleEntityExporter. getEntityInfo()
ExportableEntityInfo
SimpleEntityExporter. getEntityInfo(Class<?> exportedClass)
ExportableEntityInfo
SingleDependencyGenericExporter. getEntityInfo()
ExportableEntityInfo
SingleDependencyGenericExporter. getEntityInfo(Class<?> exportedClass)
ExportableEntityInfo
SpaceDatabaseDataExporter. getEntityInfo()
ExportableEntityInfo
SpaceDatabaseDataExporter. getEntityInfo(Class<?> exportedClass)
ExportableEntityInfo
DatabaseExporterHelper. getEntityInfoByClass(Class<?> entityClazz)
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return types with arguments of type ExportableEntityInfo Modifier and Type Method Description static List<ExportableEntityInfo>
ExporterCreatorHelper. cutAllContentEntityInfos(Collection<ExportableEntityInfo> exportableEntities)
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type ExportableEntityInfo Modifier and Type Method 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 entitiesGenericSiteExporter
ExporterFactory. createBucketPropertySetItemsExporter(ExportableEntityInfo entityInfo)
Creates BucketPropertySetItem site exporter.Exporter
ExporterFactory. createBucketsExporter(ExportableEntityInfo entityInfo)
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.ContentPropertyDataExporter
ExporterFactory. createContentPropertySpaceExporter(ExportableEntityInfo entityInfo, boolean keepCollectionsForContentProperties)
Creates a space backup exporter for ContentProperty objectsGenericSiteExporter
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
SimpleEntityExporter. isSuitableForExporter(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 references to the simple entities).Method parameters in com.atlassian.confluence.impl.backuprestore.backup.exporters with type arguments of type ExportableEntityInfo Modifier and Type Method Description Exporter
ExporterFactory. createContentEntitySpaceExporter(List<ExportableEntityInfo> allContentEntityInfos, ContentPropertyDataExporter contentPropertyDataExporter, boolean keepCollectionsForContentProperties)
Creates a space backup exporter for ContentEntities (one exporter for all content entities)GenericSiteExporter
ExporterFactory. createContentSiteExporter(List<ExportableEntityInfo> allContentEntityInfos, boolean includeAttachments)
Creates a custom exporter for the whole CONTENT table.static List<ExportableEntityInfo>
ExporterCreatorHelper. cutAllContentEntityInfos(Collection<ExportableEntityInfo> exportableEntities)
Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type ExportableEntityInfo Constructor 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)
-
Uses of ExportableEntityInfo in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters that return ExportableEntityInfo Modifier and Type Method Description ExportableEntityInfo
AbstractDatabaseDataConverter. getEntityInfo()
ExportableEntityInfo
AbstractDatabaseDataConverter. getEntityInfo(Class<?> entityClass)
ExportableEntityInfo
ConfluenceUserDataConverter. getEntityInfo()
ExportableEntityInfo
ConfluenceUserDataConverter. getEntityInfo(Class<?> exportedClass)
ExportableEntityInfo
Converter. getEntityInfo()
ExportableEntityInfo
Converter. getEntityInfo(Class<?> exportedClass)
Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters with parameters of type ExportableEntityInfo Constructor 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 parameters in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters with type arguments of type ExportableEntityInfo Constructor Description AbstractDatabaseDataConverter(Collection<ExportableEntityInfo> entityInfos, HibernateMetadataHelper hibernateMetadataHelper)
ContentEntityDatabaseDataConverter(Collection<ExportableEntityInfo> entityInfos, HibernateMetadataHelper hibernateMetadataHelper)
-
Uses of ExportableEntityInfo in com.atlassian.confluence.impl.backuprestore.backup.exporters.site
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters.site that return ExportableEntityInfo Modifier and Type Method Description ExportableEntityInfo
GenericSiteExporter. getEntityInfo()
ExportableEntityInfo
GenericSiteExporter. getEntityInfo(Class<?> exportedClass)
Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters.site with parameters of type ExportableEntityInfo Constructor Description BucketPropertySetItemQueryProvider(DatabaseExporterHelper helper, ExportableEntityInfo entityInfo)
SingleColumnQueryProvider(DatabaseExporterHelper helper, ExportableEntityInfo entityInfo)
-
Uses of ExportableEntityInfo in com.atlassian.confluence.impl.backuprestore.hibernate
Methods in com.atlassian.confluence.impl.backuprestore.hibernate that return ExportableEntityInfo Modifier and Type Method Description ExportableEntityInfo
HibernateMetadataHelper. getEntityInfoByClass(Class<?> clazz)
Methods in com.atlassian.confluence.impl.backuprestore.hibernate that return types with arguments of type ExportableEntityInfo Modifier and Type Method Description Map<javax.persistence.metamodel.EntityType<?>,ExportableEntityInfo>
HibernateMetadataHelper. getAllExportableEntities()
Collection<ExportableEntityInfo>
HibernateMetadataHelper. getAllSiteImportableEntities()
Collection<ExportableEntityInfo>
HibernateMetadataHelper. getAllSpaceImportableEntities()
-
Uses of ExportableEntityInfo in com.atlassian.confluence.impl.backuprestore.restore
Methods in com.atlassian.confluence.impl.backuprestore.restore with parameters of type ExportableEntityInfo Modifier and Type Method Description String
EntityInfoSqlHelper. getInsertQuery(ExportableEntityInfo entityInfo)
-
Uses of ExportableEntityInfo in com.atlassian.confluence.impl.backuprestore.restore.domain
Methods in com.atlassian.confluence.impl.backuprestore.restore.domain that return ExportableEntityInfo Modifier and Type Method Description ExportableEntityInfo
ImportedObjectV2. getEntityInfo()
Methods in com.atlassian.confluence.impl.backuprestore.restore.domain with parameters of type ExportableEntityInfo Modifier and Type Method Description static ImportedObjectV2
ImportedObjectV2. fromLegacyImportedObject(ImportedObject legacyImportedObject, ExportableEntityInfo exportableEntityInfo, EntityInfoSqlHelper entityInfoSqlHelper, HibernateMetadataHelper hibernateMetadataHelper)
Constructors in com.atlassian.confluence.impl.backuprestore.restore.domain with parameters of type ExportableEntityInfo Constructor Description ImportedObjectV2(ExportableEntityInfo exportableEntityInfo, Object id, Map<String,Object> propertyValueMap)
-
Uses of ExportableEntityInfo in com.atlassian.confluence.impl.backuprestore.restore.idmapping
Methods in com.atlassian.confluence.impl.backuprestore.restore.idmapping with parameters of type ExportableEntityInfo Modifier and Type Method Description Object
IdMapper. generateNewId(ExportableEntityInfo entityInfo, Object fakeObject, Object oldId)
Generates and returns new id.void
IdMapper. markObjectsAsPersisted(ExportableEntityInfo entityInfo, List<Object> newObjectIds)
Marks all ids as persisted. -
Uses of ExportableEntityInfo in com.atlassian.confluence.impl.backuprestore.restore.persisters
Methods in com.atlassian.confluence.impl.backuprestore.restore.persisters with parameters of type ExportableEntityInfo Modifier and Type Method Description GenericPersister
EntityPersistersFactory. createGenericPersister(ExportableEntityInfo entityInfo)
EntityPersister
EntityPersistersFactory. createSpacePersister(ExportableEntityInfo entityInfo)
Method parameters in com.atlassian.confluence.impl.backuprestore.restore.persisters with type arguments of type ExportableEntityInfo Modifier and Type Method Description ContentPersister
EntityPersistersFactory. createContentEntityPersister(List<ExportableEntityInfo> allContentEntityInfos)
Constructor parameters in com.atlassian.confluence.impl.backuprestore.restore.persisters with type arguments of type ExportableEntityInfo Constructor Description PersistersCreator(EntityPersistersFactory entityPersistersFactory, Collection<ExportableEntityInfo> exportableEntityInfos)
-