Package | Description |
---|---|
com.atlassian.confluence.core.persistence.hibernate | |
com.atlassian.confluence.impl.importexport | |
com.atlassian.confluence.importexport | |
com.atlassian.confluence.importexport.impl | |
com.atlassian.confluence.importexport.xmlimport |
Imports Confluence data from an XML backup.
|
com.atlassian.confluence.importexport.xmlimport.persister |
Modifier and Type | Method and Description |
---|---|
static TransientHibernateHandle |
TransientHibernateHandle.create(Class clazz,
Serializable id) |
Modifier and Type | Method and Description |
---|---|
default List<TransientHibernateHandle> |
ExporterAnyTypeDao.findAllPersistentObjectsHibernateHandles()
Deprecated.
since 5.10. Use
ExporterAnyTypeDao.findAllPersistentObjectsHibernateHandles(Collection) instead |
List<TransientHibernateHandle> |
HibernateAnyTypeDao.findAllPersistentObjectsHibernateHandles(Collection<Class<?>> excludedInterfaces)
Deprecated.
|
List<TransientHibernateHandle> |
ExporterAnyTypeDao.findAllPersistentObjectsHibernateHandles(Collection<Class<?>> excludedInterfaces)
Finds handles for all persistent objects.
|
Modifier and Type | Method and Description |
---|---|
protected abstract List<TransientHibernateHandle> |
AbstractXmlExporter.getHandlesOfObjectsForExport(HibernateObjectHandleTranslator translator,
net.sf.hibernate.Session session) |
protected List<TransientHibernateHandle> |
SpaceBackupExporter.getHandlesOfObjectsForExport(HibernateObjectHandleTranslator translator,
net.sf.hibernate.Session session) |
protected List<TransientHibernateHandle> |
SiteBackupExporter.getHandlesOfObjectsForExport(HibernateObjectHandleTranslator translator,
net.sf.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
Collection<TransientHibernateHandle> |
ImportProcessorSummary.getImportedObjectHandlesOfType(Class clazz)
Deprecated.
|
Set<TransientHibernateHandle> |
ImportProcessorSummary.getPersistedMappedHandles()
Deprecated.
|
Set<TransientHibernateHandle> |
ImportProcessorSummary.getPersistedUnmappedHandles()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
ImportProcessorSummary.getIdMappingFor(TransientHibernateHandle handle)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TransientHibernateHandle |
HibernateObjectHandleTranslator.objectOrHandleToHandle(Object object) |
TransientHibernateHandle |
HibernateObjectHandleTranslator.objectToHandle(Object object) |
Modifier and Type | Method and Description |
---|---|
protected abstract List<TransientHibernateHandle> |
AbstractXmlExporter.getHandlesOfObjectsForExport(HibernateObjectHandleTranslator translator,
net.sf.hibernate.Session session)
Deprecated.
|
protected List<TransientHibernateHandle> |
BackupExporter.getHandlesOfObjectsForExport(HibernateObjectHandleTranslator translator,
net.sf.hibernate.Session session)
Deprecated.
|
protected List<TransientHibernateHandle> |
XmlExporter.getHandlesOfObjectsForExport(HibernateObjectHandleTranslator translator,
net.sf.hibernate.Session session)
Deprecated.
|
<T> com.google.common.base.Function<T,TransientHibernateHandle> |
HibernateObjectHandleTranslator.idToHandle(Class<?> clazz)
Deprecated.
since 7.0.1. Use
HibernateObjectHandleTranslator.idToHandleTransformer(Class) |
com.google.common.base.Function<Long,TransientHibernateHandle> |
HibernateObjectHandleTranslator.idToHandleFunction(Class<Notification> notificationClass)
Deprecated.
Since 5.3. Use
HibernateObjectHandleTranslator.idToHandleTransformer(Class) |
<T> Function<T,TransientHibernateHandle> |
HibernateObjectHandleTranslator.idToHandleTransformer(Class<?> clazz) |
com.google.common.base.Function<Object,TransientHibernateHandle> |
HibernateObjectHandleTranslator.objectToHandle()
Deprecated.
since 7.0.1. Use
HibernateObjectHandleTranslator.objectToHandle(Object) |
Constructor and Description |
---|
CollectionUpdateOperation(ImportProcessorContext context,
TransientHibernateHandle collectionOwnerKey,
String collectionName,
TransientHibernateHandle memberKey) |
ObjectUpdateOperation(ImportProcessorContext context,
TransientHibernateHandle objectHandle,
String propertyName,
TransientHibernateHandle propertyValueHandle) |
Constructor and Description |
---|
StackPushOperation(Stack<ImportedObject> pendingDeferredImportedObjects,
Set<TransientHibernateHandle> unsatisfiedObjectDependencies,
ImportedObject importedObject) |
Modifier and Type | Method and Description |
---|---|
Collection<TransientHibernateHandle> |
ImportProcessorContext.getImportedObjectHandlesOfType(Class clazz)
Deprecated.
Get handles for all objects of a particular class that were imported.
|
Set<TransientHibernateHandle> |
ImportProcessorContext.getPersistedMappedHandles()
Deprecated.
|
Set<TransientHibernateHandle> |
ImportProcessorContext.getPersistedUnmappedHandles()
Deprecated.
|
List<TransientHibernateHandle> |
ObjectPersister.persist(ImportProcessorContext context,
ImportedObject object)
Deprecated.
Persist a given imported object.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportProcessorContext.addExplicitIdMapping(TransientHibernateHandle transientHibernateHandle,
Serializable mappedId)
Deprecated.
|
void |
DeferredOperations.doDeferredOperationsWaitingFor(TransientHibernateHandle key)
Deprecated.
|
protected boolean |
BackupImporter.doSpecialProcessing(net.sf.hibernate.Session session,
TransientHibernateHandle key)
Deprecated.
|
Serializable |
ImportProcessorContext.getIdMappingFor(TransientHibernateHandle handle)
Deprecated.
|
boolean |
ImportProcessorContext.isObjectAlreadyImported(TransientHibernateHandle key)
Deprecated.
Has an object with this type and ID already been imported? Checks against all the handles that have
been recorded by
ImportProcessorContext.objectImported(com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle) . |
Object |
ImportProcessorContext.lookupObjectByUnfixedHandle(TransientHibernateHandle key)
Deprecated.
Find a previously imported object by the ID as it appeared in the backup file, even if it has since been
assigned a new ID.
|
void |
ImportProcessorContext.objectImported(TransientHibernateHandle handle)
Deprecated.
Record that a particular object has been successfully persisted.
|
Modifier and Type | Method and Description |
---|---|
void |
DeferredOperations.addDeferredOperation(PrimitiveId idProperty,
Set<TransientHibernateHandle> waitingFor,
Operation operation)
Deprecated.
|
void |
ImportProcessorContext.addUnsatisfiedObjectDependencies(Set<TransientHibernateHandle> unsatisfiedObjectDependencies,
ImportedObject importedObject)
Deprecated.
Defer the saving of an object because it has referential dependencies on some objects that have not yet been
imported, but that can not be temporarily left null.
|
void |
ImportProcessorContext.deferOperations(PrimitiveId idProperty,
Map<TransientHibernateHandle,Set<Operation>> operations)
Deprecated.
Defer a set of operations until the objects they require have been imported.
|
void |
DeferredOperationsLogger.logNewDeferredOperation(PrimitiveId idProperty,
Set<TransientHibernateHandle> waitingFor,
Operation operation)
Deprecated.
|
Constructor and Description |
---|
OperationSet(Set<TransientHibernateHandle> waitingFor)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Set<TransientHibernateHandle> |
AbstractObjectPersister.unsatisfiedObjectDependencies
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TransientHibernateHandle |
PersisterOperations.readId(Class clazz,
String idString,
net.sf.hibernate.persister.ClassPersister persister)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<TransientHibernateHandle> |
NoopPersister.persist(ImportProcessorContext context,
ImportedObject object)
Deprecated.
|
List<TransientHibernateHandle> |
HibernateKeyPersister.persist(ImportProcessorContext context,
ImportedObject object)
Deprecated.
|
List<TransientHibernateHandle> |
HibernateContentPermissionPersister.persist(ImportProcessorContext context,
ImportedObject importedObject)
Deprecated.
|
List<TransientHibernateHandle> |
ReflectiveObjectPersister.persist(ImportProcessorContext context,
ImportedObject importedObject)
Deprecated.
|
List<TransientHibernateHandle> |
ConfluenceUserPersister.persist(ImportProcessorContext context,
ImportedObject importedObject)
Deprecated.
See this page for a chart explaining various cases covered by this method:
https://extranet.atlassian.com/display/MEGALODON/How+does+Confluence+handle+user+import
|
List<TransientHibernateHandle> |
HibernateMembershipPersister.persist(ImportProcessorContext context,
ImportedObject importedObject)
Deprecated.
|
List<TransientHibernateHandle> |
PropertySetItemPersister.persist(ImportProcessorContext context,
ImportedObject object)
Deprecated.
|
List<TransientHibernateHandle> |
ContentPropertyPersister.persist(ImportProcessorContext context,
ImportedObject importedObject)
Deprecated.
|
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences