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

Packages that use ImportTarget
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 ImportTarget in info.magnolia.module.data.importer
 

Subclasses of ImportTarget in info.magnolia.module.data.importer
 class SimpleImportTarget
          Target for import.
 

Fields in info.magnolia.module.data.importer with type parameters of type ImportTarget
protected  List<ImportTarget> ImportHandler.targets
           
 

Methods in info.magnolia.module.data.importer that return types with arguments of type ImportTarget
 List<ImportTarget> ImportHandler.getTargets()
           
 

Methods in info.magnolia.module.data.importer with parameters of type ImportTarget
 void ImportHandler.addTarget(ImportTarget target)
           
protected  void ImportHandler.backup(ImportTarget target)
           
protected  Set<String> ImportHandler.collectOldContent(ImportTarget target, info.magnolia.cms.core.Content parent, Set<String> uuids)
          Searches for all content that have been imported (and tagged during import) with the target of given name.
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)
           
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.setImportState(Set<String> uuids, String state, ImportTarget target, info.magnolia.cms.core.HierarchyManager hm)
          Sets the given import state for the given imported content.
protected  void ImportHandler.unlock(info.magnolia.cms.core.HierarchyManager hm, ImportTarget target)
           
 

Method parameters in info.magnolia.module.data.importer with type arguments of type ImportTarget
 void ImportHandler.setTargets(List<ImportTarget> targets)
           
 

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

Methods in info.magnolia.module.data.samples with parameters of type ImportTarget
protected  Set<String> CompanyImportHandler.doImport(ImportTarget target, info.magnolia.cms.core.Content parent, Set<String> uuids)
           
 



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