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)protected List<EntityObjectReadyForExport>SingleDependencyGenericExporter. getEntityObjectReadyForExports(Collection<?> ids)Method parameters in com.atlassian.confluence.impl.backuprestore.backup.exporters with type arguments of type EntityObjectReadyForExport Modifier and Type Method Description voidDatabaseExporterHelper. notifyExportersAboutPersistedObjects(Collection<EntityObjectReadyForExport> exportedObjects)voidDatabaseExporterHelper. writeAllReferencedSimpleObjects(Collection<EntityObjectReadyForExport> entities)Objects would have references to users, labels etc.voidDatabaseExporterHelper. writeObjects(Collection<EntityObjectReadyForExport> entities)voidDatabaseExporterHelper. writeObjectsAndNotifyOtherExporters(List<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 EntityObjectReadyForExport Modifier and Type Method Description protected abstract EntityObjectReadyForExportAbstractDatabaseDataConverter. convertToObjectReadyForSerialisation(DbRawObjectData dbObject)protected EntityObjectReadyForExportCommonDatabaseDataConverter. convertToObjectReadyForSerialisation(DbRawObjectData dbObject)protected EntityObjectReadyForExportContentEntityDatabaseDataConverter. convertToObjectReadyForSerialisation(DbRawObjectData dbObject)protected EntityObjectReadyForExportContentPropertyDataConverter. convertToObjectReadyForSerialisation(DbRawObjectData dbObject)ContentProperty's Hibernate configuration does not know anything about the reference to its content object, so we have to set it manually.protected EntityObjectReadyForExportAbstractDatabaseDataConverter. convertToObjectReadyForSerialisationImpl(DbRawObjectData dbObject)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)
-