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 ExportableEntityInfoBandanaDataExporter. getEntityInfo()ExportableEntityInfoBandanaDataExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoBodyContentDataExporter. getEntityInfo()ExportableEntityInfoBodyContentDataExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoBucketsExporter. getEntityInfo()ExportableEntityInfoBucketsExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoContent2ContentRelationEntityDataExporter. getEntityInfo()ExportableEntityInfoContent2ContentRelationEntityDataExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoContentEntityDatabaseDataExporter. getEntityInfo()ExportableEntityInfoContentEntityDatabaseDataExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoContentPropertyDataExporter. getEntityInfo()ExportableEntityInfoContentPropertyDataExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoExporter. getEntityInfo()Returns default entity info for persister.ExportableEntityInfoExporter. getEntityInfo(Class<?> exportedClass)Returns default entity info for the particular class.ExportableEntityInfoLabellingExporter. getEntityInfo()ExportableEntityInfoLabellingExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoNotificationDatabaseDataExporter. getEntityInfo()ExportableEntityInfoNotificationDatabaseDataExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoPageTemplateExporter. getEntityInfo()ExportableEntityInfoPageTemplateExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoSimpleEntityExporter. getEntityInfo()ExportableEntityInfoSimpleEntityExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoSingleDependencyGenericExporter. getEntityInfo()ExportableEntityInfoSingleDependencyGenericExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoSpaceDatabaseDataExporter. getEntityInfo()ExportableEntityInfoSpaceDatabaseDataExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoDatabaseExporterHelper. 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(Set<ExportableEntityInfo> exportableEntities)Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type ExportableEntityInfo Modifier and Type Method Description protected StringSingleDependencyGenericExporter. buildQuery(ExportableEntityInfo entityInfo, Set<Class<?>> simpleEntities)GenericSiteExporterExporterFactory. createAliasedKeySiteExporter(ExportableEntityInfo entityInfo)Creates a site backup exporter for AliasedKey objects.ExporterExporterFactory. createBandanaDataExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for ConfluenceBandanaRecord.ExporterExporterFactory. createBodyContentExporter(ExportableEntityInfo entityInfo, ContentUserKeyExtractor contentUserKeyExtractor)Creates a space backup exporter for Body Content entitiesGenericSiteExporterExporterFactory. createBucketPropertySetItemsExporter(ExportableEntityInfo entityInfo)Creates BucketPropertySetItem site exporter.ExporterExporterFactory. createBucketsExporter(ExportableEntityInfo entityInfo, DatabaseExporterHelper helper)Creates a space backup exporter for BucketPropertySetItem objects.ExporterExporterFactory. createConfluenceUserExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for ConfluenceUserImpl.ExporterExporterFactory. createContent2ContentRelationEntityExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for Content2ContentRelationEntity.GenericSiteExporterExporterFactory. createContentPropertySiteExporter(ExportableEntityInfo entityInfo)Creates a site backup exporter that is compatible with ContentProperty.GenericSiteExporterExporterFactory. createGenericSiteExporter(ExportableEntityInfo entityInfo)Creates a generic site exporter works for most of the tables.ExporterExporterFactory. createLabellingExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for Labelling.ExporterExporterFactory. createNotificationDatabaseDataExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for Notification.ExporterExporterFactory. createPageTemplateExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for PageTemplate.ExporterExporterFactory. createSimpleEntityExporter(ExportableEntityInfo entityInfo)Creates a generic space backup exporter works for simple entities.SingleDependencyGenericExporterExporterFactory. createSingleDependencyGenericExporter(ExportableEntityInfo entityInfo, Set<Class<?>> simpleEntitiesClasses)Creates a space backup exporter works for tables with single dependency that is not in simple entity classes.SingleDependencyGenericExporterExporterFactory. createSingleDependencyGenericSiteExporter(ExportableEntityInfo entityInfo)Creates a site backup exporter works for tables with single dependency that is not in simple entity classes.ExporterExporterFactory. createSpaceDatabaseDataExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for Space.protected static List<HibernateField>SingleDependencyGenericExporter. getAllExternalReferencesExceptSimpleOnes(ExportableEntityInfo entityInfo, Set<Class<?>> simpleEntities)intDatabaseExporterHelper. getBatchSize(ExportableEntityInfo entityInfo)protected Class<?>SingleDependencyGenericExporter. getMonitoredClass(ExportableEntityInfo entityInfo, Set<Class<?>> simpleEntities)static booleanSimpleEntityExporter. isSuitableForExporter(ExportableEntityInfo entityInfo, Set<Class<?>> simpleEntities)static booleanSingleDependencyGenericExporter. isSuitableForExporter(ExportableEntityInfo entityInfo, Set<Class<?>> simpleEntities)Returns true when the entity type has only one external reference (except the single ones).Method parameters in com.atlassian.confluence.impl.backuprestore.backup.exporters with type arguments of type ExportableEntityInfo Modifier and Type Method Description GenericSiteExporterExporterFactory. createContentSiteExporter(List<ExportableEntityInfo> allContentEntityInfos, boolean includeAttachments)Creates a custom exporter for the whole CONTENT table.static List<ExportableEntityInfo>ExporterCreatorHelper. cutAllContentEntityInfos(Set<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 ExportableEntityInfoAbstractDatabaseDataConverter. getEntityInfo()ExportableEntityInfoAbstractDatabaseDataConverter. getEntityInfo(Class<?> entityClass)ExportableEntityInfoConfluenceUserDataConverter. getEntityInfo()ExportableEntityInfoConfluenceUserDataConverter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoConverter. getEntityInfo()ExportableEntityInfoConverter. 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 ExportableEntityInfoGenericSiteExporter. getEntityInfo()ExportableEntityInfoGenericSiteExporter. 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 ExportableEntityInfoHibernateMetadataHelper. 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() -
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 StringEntityInfoSqlHelper. 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 ExportableEntityInfoImportedObjectV2. getEntityInfo()Methods in com.atlassian.confluence.impl.backuprestore.restore.domain with parameters of type ExportableEntityInfo Modifier and Type Method Description static ImportedObjectV2ImportedObjectV2. fromLegacyImportedObject(ImportedObject legacyImportedObject, ExportableEntityInfo exportableEntityInfo, EntityInfoSqlHelper entityInfoSqlHelper, HibernateMetadataHelper hibernateMetadataHelper) -
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 ObjectIdMapper. generateNewId(ExportableEntityInfo entityInfo, Object fakeObject, Object oldId)Generates and returns new id.voidIdMapper. 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 EntityPersisterEntityPersistersFactory. createSpacePersister(ExportableEntityInfo entityInfo)Constructors in com.atlassian.confluence.impl.backuprestore.restore.persisters with parameters of type ExportableEntityInfo Constructor Description SpacePersister(ExportableEntityInfo entityInfo, DatabasePersister databasePersister, ImportedObjectsStashFactory importedObjectsStashFactory, IdMapper idMapper)
-