Uses of Class
com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle
Packages that use TransientHibernateHandle
Package
Description
Imports Confluence data from an XML backup.
-
Uses of TransientHibernateHandle in com.atlassian.confluence.core.persistence.hibernate
Methods in com.atlassian.confluence.core.persistence.hibernate that return TransientHibernateHandleModifier and TypeMethodDescriptionstatic TransientHibernateHandleTransientHibernateHandle.create(Class clazz, Serializable id) Deprecated. -
Uses of TransientHibernateHandle in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type TransientHibernateHandleModifier and TypeMethodDescriptionprotected booleanBackupImporter.doSpecialProcessing(org.hibernate.Session session, TransientHibernateHandle key) Deprecated. -
Uses of TransientHibernateHandle in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport that return types with arguments of type TransientHibernateHandleModifier and TypeMethodDescriptionImportProcessorSummary.getImportedObjectHandlesOfType(Class clazz) Deprecated.ImportProcessorSummary.getPersistedMappedHandles()Deprecated.ImportProcessorSummary.getPersistedUnmappedHandles()Deprecated.Methods in com.atlassian.confluence.importexport with parameters of type TransientHibernateHandleModifier and TypeMethodDescriptionImportProcessorSummary.getIdMappingFor(TransientHibernateHandle handle) Deprecated. -
Uses of TransientHibernateHandle in com.atlassian.confluence.importexport.impl
Constructors in com.atlassian.confluence.importexport.impl with parameters of type TransientHibernateHandleModifierConstructorDescriptionCollectionUpdateOperation(ImportProcessorContext context, TransientHibernateHandle collectionOwnerKey, String collectionName, TransientHibernateHandle memberKey) ObjectUpdateOperation(ImportProcessorContext context, TransientHibernateHandle objectHandle, String propertyName, TransientHibernateHandle propertyValueHandle) Constructor parameters in com.atlassian.confluence.importexport.impl with type arguments of type TransientHibernateHandleModifierConstructorDescriptionStackPushOperation(Deque<ImportedObject> pendingDeferredImportedObjects, Set<TransientHibernateHandle> unsatisfiedObjectDependencies, ImportedObject importedObject) -
Uses of TransientHibernateHandle in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport that return types with arguments of type TransientHibernateHandleModifier and TypeMethodDescriptionImportProcessorContext.getImportedObjectHandlesOfType(Class clazz) Deprecated.Get handles for all objects of a particular class that were imported.ImportProcessorContext.getPersistedMappedHandles()Deprecated.ImportProcessorContext.getPersistedUnmappedHandles()Deprecated.ObjectPersister.persist(ImportProcessorContext context, ImportedObject object) Deprecated.Persist a given imported object.Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type TransientHibernateHandleModifier and TypeMethodDescriptionvoidImportProcessorContext.addExplicitIdMapping(TransientHibernateHandle TransientHibernateHandle5, Serializable mappedId) Deprecated.voidDeferredOperations.doDeferredOperationsWaitingFor(TransientHibernateHandle key) Deprecated.ImportProcessorContext.getIdMappingFor(TransientHibernateHandle handle) Deprecated.booleanImportProcessorContext.isObjectAlreadyImported(TransientHibernateHandle key) Deprecated.Has an object with this type and ID already been imported? Checks against all the handles that have been recorded byImportProcessorContext.objectImported(TransientHibernateHandle).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.voidImportProcessorContext.objectImported(TransientHibernateHandle handle) Deprecated.Record that a particular object has been successfully persisted.Method parameters in com.atlassian.confluence.importexport.xmlimport with type arguments of type TransientHibernateHandleModifier and TypeMethodDescriptionvoidDeferredOperations.addDeferredOperation(PrimitiveId idProperty, Set<TransientHibernateHandle> waitingFor, Operation operation) Deprecated.voidImportProcessorContext.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.voidImportProcessorContext.deferOperations(PrimitiveId idProperty, Map<TransientHibernateHandle, Set<Operation>> operations) Deprecated.Defer a set of operations until the objects they require have been imported.voidDeferredOperationsLogger.logNewDeferredOperation(PrimitiveId idProperty, Set<TransientHibernateHandle> waitingFor, Operation operation) Deprecated.Constructor parameters in com.atlassian.confluence.importexport.xmlimport with type arguments of type TransientHibernateHandle -
Uses of TransientHibernateHandle in com.atlassian.confluence.importexport.xmlimport.persister
Fields in com.atlassian.confluence.importexport.xmlimport.persister with type parameters of type TransientHibernateHandleModifier and TypeFieldDescriptionprotected Set<TransientHibernateHandle> AbstractObjectPersister.unsatisfiedObjectDependenciesDeprecated.Methods in com.atlassian.confluence.importexport.xmlimport.persister that return TransientHibernateHandleModifier and TypeMethodDescriptionPersisterOperations.readId(Class clazz, String idString, org.hibernate.persister.entity.EntityPersister persister) Deprecated.Methods in com.atlassian.confluence.importexport.xmlimport.persister that return types with arguments of type TransientHibernateHandleModifier and TypeMethodDescriptionConfluenceUserPersister.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+importContentPropertyPersister.persist(ImportProcessorContext context, ImportedObject importedObject) Deprecated.HibernateContentPermissionPersister.persist(ImportProcessorContext context, ImportedObject importedObject) Deprecated.HibernateMembershipPersister.persist(ImportProcessorContext context, ImportedObject importedObject) Deprecated.NoopPersister.persist(ImportProcessorContext context, ImportedObject object) Deprecated.PropertySetItemPersister.persist(ImportProcessorContext context, ImportedObject object) Deprecated.ReflectiveObjectPersister.persist(ImportProcessorContext context, ImportedObject importedObject) Deprecated.