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(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)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)protected 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.models
Constructors in com.atlassian.confluence.impl.backuprestore.backup.models with parameters of type EntityObjectReadyForExport Constructor Description AttachmentInfo(@NotNull EntityObjectReadyForExport entity)
-