Uses of Class
net.datenwerke.eximport.im.ImportSupervisor
Packages that use ImportSupervisor
Package
Description
-
Uses of ImportSupervisor in net.datenwerke.eximport.im
Methods in net.datenwerke.eximport.im that return ImportSupervisorModifier and TypeMethodDescriptionImportSupervisorFactory.create(ImportConfig config, List<Importer> importers) Methods in net.datenwerke.eximport.im with parameters of type ImportSupervisorModifier and TypeMethodDescriptionvoidImporter.configure(ImportSupervisor importSupervisor, Collection<ImporterSpecificConfig> specificConfigs, Queue<ImportItemConfig> collection) voidImporterImpl.configure(ImportSupervisor supervisor, Collection<ImporterSpecificConfig> specificConfigs, Queue<ImportItemConfig> itemConfigs) -
Uses of ImportSupervisor in net.datenwerke.eximport.im.enclosed
Methods in net.datenwerke.eximport.im.enclosed with parameters of type ImportSupervisorModifier and TypeMethodDescriptionvoidEnclosedObjectImporter.configure(ImportSupervisor importSupervisor, Collection<ImporterSpecificConfig> specificConfigs, Queue<ImportItemConfig> collection) -
Uses of ImportSupervisor in net.datenwerke.eximport.im.objectimporters
Methods in net.datenwerke.eximport.im.objectimporters with parameters of type ImportSupervisorModifier and TypeMethodDescriptionBasicObjectImporterFactory.create(ImportSupervisor importSupervisor, ImportableElement element) Constructors in net.datenwerke.eximport.im.objectimporters with parameters of type ImportSupervisorModifierConstructorDescriptionBasicObjectImporter(HookHandlerService hookHandler, ReflectionService reflectionServices, ImportSupervisor importSupervisor, ImportableElement exportedItem)