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)ExportableEntityInfoBucketsExporter. getEntityInfo()ExportableEntityInfoBucketsExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoConfluenceUserDataExporter. getEntityInfo()ExportableEntityInfoConfluenceUserDataExporter. 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)ExporterExporterFactory. createBandanaDataExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for ConfluenceBandanaRecord.ExporterExporterFactory. createBucketsExporter(ExportableEntityInfo entityInfo, DatabaseExporterHelper helper)Creates a space backup exporter for BucketPropertySetItemExporterExporterFactory. createConfluenceUserExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for ConfluenceUserImpl.ExporterExporterFactory. createContent2ContentRelationEntityExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for Content2ContentRelationEntity.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.ExporterExporterFactory. createSingleDependencyGenericExporter(ExportableEntityInfo entityInfo, Set<Class<?>> simpleEntitiesClasses)Creates a space 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)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)Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters with parameters of type ExportableEntityInfo Constructor Description AbstractDatabaseDataConverter(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) -
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()
-