Uses of Package
com.atlassian.confluence.importexport.xmlimport

Packages that use com.atlassian.confluence.importexport.xmlimport
com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup. 
com.atlassian.confluence.importexport.xmlimport.parser   
com.atlassian.confluence.importexport.xmlimport.persister   
 

Classes in com.atlassian.confluence.importexport.xmlimport used by com.atlassian.confluence.importexport.xmlimport
BackupImporter
           
ImportProcessor
           
ImportProcessorContext
          Context that records the current state of an import, and provides helper methods that are dependent on that state.
ImportProcessorSummary
           
InputStreamFactory
          Importers might need to make several passes over the same import, so we provide them with a factory for input streams, not just a single stream.
ObjectPersister
          Handles the persistence of objects imported from a backup.
ObjectPersisterFactory
          Factory to provide the correct ObjectPersister for a given ImportedObject.
Operation
          A deferred operation that is waiting on the availability of some object that has not yet been imported.
XmlImporter
           
 

Classes in com.atlassian.confluence.importexport.xmlimport used by com.atlassian.confluence.importexport.xmlimport.parser
ImportProcessor
           
 

Classes in com.atlassian.confluence.importexport.xmlimport used by com.atlassian.confluence.importexport.xmlimport.persister
ImportProcessorContext
          Context that records the current state of an import, and provides helper methods that are dependent on that state.
ObjectPersister
          Handles the persistence of objects imported from a backup.
ObjectPersisterFactory
          Factory to provide the correct ObjectPersister for a given ImportedObject.
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.