Uses of Class
info.magnolia.module.data.importer.ImportException

Packages that use ImportException
info.magnolia.module.data.importer This package contains all necessary stuff for importing content from arbitrarily sources. 
info.magnolia.module.data.samples This package contains example of importer for data module. 
 

Uses of ImportException in info.magnolia.module.data.importer
 

Methods in info.magnolia.module.data.importer that throw ImportException
protected  void ImportHandler.backup(ImportTarget target)
           
protected  void ImportHandler.checkPreConditions()
           
protected  Set<String> SimpleImportHandler.doImport(ImportTarget traget, info.magnolia.cms.core.Content parent, Set<String> uuids)
          Imports.
protected abstract  Set<String> ImportHandler.doImport(ImportTarget target, info.magnolia.cms.core.Content parent, Set<String> uuids)
          Implement this method to do the import job.
protected  void ImportHandler.doPostImport(ImportTarget target, Collection<String> oldContent, Collection<String> newContent)
           
 void ImportHandler.execute()
          Public accessible method for manual import execution.
protected  void ImportHandler.executeImport()
          Executes all import targets for this importer.
protected  InputStream SimpleImportHandler.getInputStream(SimpleImportTarget target)
           
protected  info.magnolia.cms.core.Content ImportHandler.getParent(info.magnolia.cms.core.HierarchyManager hm, ImportTarget target)
           
protected  void ImportHandler.lock(info.magnolia.cms.core.HierarchyManager hm, ImportTarget target)
           
protected  void ImportHandler.restore(ImportTarget target)
           
protected  void ImportHandler.unlock(info.magnolia.cms.core.HierarchyManager hm, ImportTarget target)
           
 

Uses of ImportException in info.magnolia.module.data.samples
 

Methods in info.magnolia.module.data.samples that throw ImportException
protected  Set<String> CompanyImportHandler.doImport(ImportTarget target, info.magnolia.cms.core.Content parent, Set<String> uuids)
           
 



Copyright © 2012 Magnolia International Ltd.. All Rights Reserved.