Uses of Class
com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport
-
-
Uses of EntityObjectReadyForExport in com.atlassian.confluence.impl.backuprestore.backup.container
Method parameters in com.atlassian.confluence.impl.backuprestore.backup.container with type arguments of type EntityObjectReadyForExport Modifier and Type Method Description voidEntityObjectsToXmlWriter. serialise(Collection<EntityObjectReadyForExport> objectsToSerialise)Thread-safe serialisation of the objects collection.voidBackupContainerWriter. writeObjects(Collection<EntityObjectReadyForExport> objects)voidXmlBackupContainerWriter. writeObjects(Collection<EntityObjectReadyForExport> objects) -
Uses of EntityObjectReadyForExport in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return types with arguments of type EntityObjectReadyForExport Modifier and Type Method Description Map<Long,List<EntityObjectReadyForExport>>ContentPropertyDataExporter. findContentPropertiesForContentEntityObjects(Collection<?> contentEntityIds)Used for legacy format only because the normal pub/sub mechanism does not work in this case.List<EntityObjectReadyForExport>CommonDatabaseDataExporter. getEntityObjectReadyForExports(String query, String fieldName, Collection<?> ids)Method parameters in com.atlassian.confluence.impl.backuprestore.backup.exporters with type arguments of type EntityObjectReadyForExport Modifier and Type Method Description voidEmptyPostExportAction. apply(List<EntityObjectReadyForExport> entities)voidPostExportAction. apply(List<EntityObjectReadyForExport> entities)Performs action on a collection of Entities after they have been exportedvoidDatabaseExporterHelper. notifyExportersAboutPersistedObjects(Collection<EntityObjectReadyForExport> exportedObjects)voidDatabaseExporterHelper. writeAllReferencedSimpleObjects(Collection<EntityObjectReadyForExport> entities)Objects would have references to users, labels etc.voidDatabaseExporterHelper. writeObjects(Collection<EntityObjectReadyForExport> entities)voidDatabaseExporterHelper. writeObjectsAndNotifyOtherExporters(Collection<EntityObjectReadyForExport> entities) -
Uses of EntityObjectReadyForExport in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters that return types with arguments of type EntityObjectReadyForExport Modifier and Type Method Description List<EntityObjectReadyForExport>AbstractDatabaseDataConverter. convertToObjectsReadyForSerialisation(List<DbRawObjectData> dbObjectsProperties)List<EntityObjectReadyForExport>Converter. convertToObjectsReadyForSerialisation(List<DbRawObjectData> dbObjectsProperties)List<EntityObjectReadyForExport>EntityWithAdditionalDataConverter. convertToObjectsReadyForSerialisation(List<DbRawObjectData> dbObjectsProperties)Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters with parameters of type EntityObjectReadyForExport Modifier and Type Method Description protected voidAbstractDatabaseDataConverter. addExternalReferenceToObject(Map<String,Object> dbObjectProperties, EntityObjectReadyForExport object, org.hibernate.type.ManyToOneType type, String columnName, String propertyName)Converts reference property into exportable format and adds it to the exportable objectprotected voidContent2ContentRelationEntityDataConverter. addExternalReferenceToObject(Map<String,Object> dbObjectProperties, EntityObjectReadyForExport object, org.hibernate.type.ManyToOneType type, String columnName, String propertyName) -
Uses of EntityObjectReadyForExport in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment
Method parameters in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment with type arguments of type EntityObjectReadyForExport Modifier and Type Method Description voidAllowedOperationsEnrichment. enrichElements(List<EntityObjectReadyForExport> entityObjects)voidAttributesEnrichment. enrichElements(List<EntityObjectReadyForExport> entityObjects)voidExportObjectsEnrichment. enrichElements(List<EntityObjectReadyForExport> entityObjectReadyForExports)Adds additional data such as collections or properties to the exported elementsvoidUserEmailEnrichment. enrichElements(List<EntityObjectReadyForExport> entityObjects) -
Uses of EntityObjectReadyForExport in com.atlassian.confluence.impl.backuprestore.backup.exporters.site
Method parameters in com.atlassian.confluence.impl.backuprestore.backup.exporters.site with type arguments of type EntityObjectReadyForExport Modifier and Type Method Description voidContentEntityPostExportAction. apply(List<EntityObjectReadyForExport> entities) -
Uses of EntityObjectReadyForExport in com.atlassian.confluence.impl.backuprestore.backup.models
Constructors in com.atlassian.confluence.impl.backuprestore.backup.models with parameters of type EntityObjectReadyForExport Constructor Description AttachmentInfo(@NotNull EntityObjectReadyForExport entity) -
Uses of EntityObjectReadyForExport in com.atlassian.confluence.impl.backuprestore.statistics
Method parameters in com.atlassian.confluence.impl.backuprestore.statistics with type arguments of type EntityObjectReadyForExport Modifier and Type Method Description voidStatisticsCollector. onObjectsExporting(Collection<EntityObjectReadyForExport> exportedEntities)
-