Uses of Class
com.atlassian.confluence.importexport.xmlimport.model.ImportedObject

Packages that use ImportedObject
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.parser   
com.atlassian.confluence.importexport.xmlimport.persister   
 

Uses of ImportedObject in com.atlassian.confluence.importexport
 

Methods in com.atlassian.confluence.importexport that return ImportedObject
 ImportedObject ImportedObjectPreProcessor.process(ImportedObject object)
          Takes an ImportedObject and returns a new, processed ImportedObject, or null if the ImportedObject should be skipped.
 ImportedObject ChainedImportedObjectPreProcessor.process(ImportedObject object)
          Process the object with each of the contained preprocessors
 

Methods in com.atlassian.confluence.importexport with parameters of type ImportedObject
 boolean ImportedObjectPreProcessor.handles(ImportedObject object)
           
 boolean ChainedImportedObjectPreProcessor.handles(ImportedObject object)
           
 ImportedObject ImportedObjectPreProcessor.process(ImportedObject object)
          Takes an ImportedObject and returns a new, processed ImportedObject, or null if the ImportedObject should be skipped.
 ImportedObject ChainedImportedObjectPreProcessor.process(ImportedObject object)
          Process the object with each of the contained preprocessors
 

Uses of ImportedObject in com.atlassian.confluence.importexport.impl
 

Methods in com.atlassian.confluence.importexport.impl that return ImportedObject
 ImportedObject NotNullBandanaRecordPreProcessor.process(ImportedObject object)
           
 

Methods in com.atlassian.confluence.importexport.impl with parameters of type ImportedObject
 boolean NotNullBandanaRecordPreProcessor.handles(ImportedObject object)
           
 ImportedObject NotNullBandanaRecordPreProcessor.process(ImportedObject object)
           
 

Uses of ImportedObject in com.atlassian.confluence.importexport.xmlimport
 

Methods in com.atlassian.confluence.importexport.xmlimport that return ImportedObject
 ImportedObject ImportProcessorContext.nextPendingDeferredObject()
          Pops any pending deferred object off the stack (see ImportProcessorContext.hasPendingDeferredObject()
 

Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type ImportedObject
 void ImportProcessorContext.addUnsatisfiedObjectDependencies(Set<TransientHibernateHandle> unsatisfiedObjectDependencies, ImportedObject importedObject)
          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.
 ObjectPersister ObjectPersisterFactory.createPersisterFor(ImportedObject importedObject)
          Creates a new persister for the given ImportedObject.
 ObjectPersister DelegatingObjectPersisterFactory.createPersisterFor(ImportedObject importedObject)
           
 List<TransientHibernateHandle> ObjectPersister.persist(ImportProcessorContext context, ImportedObject object)
          Persist a given imported object.
 void ImportProcessor.processObject(ImportedObject object)
           
 void DefaultImportProcessor.processObject(ImportedObject object)
           
 

Uses of ImportedObject in com.atlassian.confluence.importexport.xmlimport.parser
 

Methods in com.atlassian.confluence.importexport.xmlimport.parser that return ImportedObject
 ImportedObject ImportedObjectParser.build()
           
 

Uses of ImportedObject in com.atlassian.confluence.importexport.xmlimport.persister
 

Methods in com.atlassian.confluence.importexport.xmlimport.persister with parameters of type ImportedObject
 ReflectiveObjectPersister ReflectiveObjectPersisterFactory.createPersisterFor(ImportedObject importedObject)
           
 PropertySetItemPersister PropertySetItemPersisterFactory.createPersisterFor(ImportedObject importedObject)
           
 HibernateMembershipPersister HibernateMembershipPersisterFactory.createPersisterFor(ImportedObject importedObject)
           
 HibernateKeyPersister HibernateKeyPersisterFactory.createPersisterFor(ImportedObject importedObject)
           
 List<TransientHibernateHandle> ReflectiveObjectPersister.persist(ImportProcessorContext context, ImportedObject importedObject)
           
 List<TransientHibernateHandle> PropertySetItemPersister.persist(ImportProcessorContext context, ImportedObject object)
           
 List<TransientHibernateHandle> HibernateMembershipPersister.persist(ImportProcessorContext context, ImportedObject importedObject)
           
 List<TransientHibernateHandle> HibernateKeyPersister.persist(ImportProcessorContext context, ImportedObject object)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.