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 voidDeferredOperations. addDeferredOperation(PrimitiveId idProperty, Set<TransientHibernateHandle> waitingFor, Operation operation)Deprecated.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. -
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 PrimitiveIdReferenceProperty. getId()Deprecated.PrimitiveIdImportedObject. 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 PrimitiveIdPrimitiveIdParser. build()Deprecated.
-