Uses of Class
com.atlassian.confluence.importexport.xmlimport.model.PrimitiveId
-
Packages that use PrimitiveId Package Description com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup.com.atlassian.confluence.importexport.xmlimport.model com.atlassian.confluence.importexport.xmlimport.parser -
-
Uses of PrimitiveId in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type PrimitiveId Modifier and Type Method Description void
DeferredOperations. addDeferredOperation(PrimitiveId idProperty, Set<TransientHibernateHandle> waitingFor, Operation operation)
Deprecated.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. -
Uses of PrimitiveId in com.atlassian.confluence.importexport.xmlimport.model
Methods in com.atlassian.confluence.importexport.xmlimport.model that return PrimitiveId Modifier and Type Method Description PrimitiveId
ReferenceProperty. getId()
Deprecated.PrimitiveId
ImportedObject. getIdProperty()
Deprecated.Constructors in com.atlassian.confluence.importexport.xmlimport.model with parameters of type PrimitiveId Constructor Description ReferenceProperty(String name, String packageName, String className, PrimitiveId id)
Deprecated. -
Uses of PrimitiveId in com.atlassian.confluence.importexport.xmlimport.parser
Methods in com.atlassian.confluence.importexport.xmlimport.parser that return PrimitiveId Modifier and Type Method Description PrimitiveId
PrimitiveIdParser. build()
Deprecated.
-