Uses of Class
net.datenwerke.eximport.obj.ExportedItem
Packages that use ExportedItem
Package
Description
-
Uses of ExportedItem in net.datenwerke.eximport
Methods in net.datenwerke.eximport that return ExportedItemModifier and TypeMethodDescriptionExportDataAnalyzerService.getExportedItemById(ExportDataProvider dataProvider, String id) Gets theExportedItemidentified by the given ID.ExportDataAnalyzerServiceImpl.getExportedItemById(ExportDataProvider dataProvider, String id) ImportService.getExportedItemById(ExportDataProvider dataProvider, String id) Returns the exported item identified by IDImportServiceImpl.getExportedItemById(ExportDataProvider dataProvider, String id) ExportDataAnalyzerService.getExportedItemFor(Element el, ExportDataProvider dataProvider) Gets theExportedItemfor the giveninvalid reference
ElementExportDataAnalyzerServiceImpl.getExportedItemFor(Element el, ExportDataProvider dataProvider) ExportDataAnalyzerService.getExportedItemWithEnclosed(ExportDataProvider dataProvider, String id) Gets theExportedItemidentified by the given ID including enclosed elements.ExportDataAnalyzerServiceImpl.getExportedItemWithEnclosed(ExportDataProvider dataProvider, String id) ExportDataAnalyzerService.getRoot(ExportDataProvider dataProvider, Class<? extends Exporter> exporter) ExportDataAnalyzerServiceImpl.getRoot(ExportDataProvider dataProvider, Class<? extends Exporter> exporter) Methods in net.datenwerke.eximport that return types with arguments of type ExportedItemModifier and TypeMethodDescriptionExportDataAnalyzerService.getExportedItemsFor(ExportDataProvider dataProvider, Class<? extends Exporter> exporter) ExportDataAnalyzerServiceImpl.getExportedItemsFor(ExportDataProvider dataProvider, Class<? extends Exporter> exporter) ImportService.getToBeConfigured(ImportConfig config) ImportServiceImpl.getToBeConfigured(ImportConfig config) Methods in net.datenwerke.eximport with parameters of type ExportedItemModifier and TypeMethodDescriptionvoidImportService.configureParents(ExportedItem item, ImportConfig config, String topMostParentId, AbstractNode<?> topMostParentTarget, Class<? extends Exporter> exporter) voidImportServiceImpl.configureParents(ExportedItem item, ImportConfig config, String topMostParentId, AbstractNode<?> topMostParentTarget, Class<? extends Exporter> exporter) -
Uses of ExportedItem in net.datenwerke.eximport.ex
Methods in net.datenwerke.eximport.ex with parameters of type ExportedItemModifier and TypeMethodDescriptionExporter.getDisplayNameFor(ExportedItem exportedItem) Generates a name for the ExportedItem to display to the userExporterImpl.getDisplayNameFor(ExportedItem exportedItem) -
Uses of ExportedItem in net.datenwerke.eximport.ex.enclosed
Methods in net.datenwerke.eximport.ex.enclosed with parameters of type ExportedItemModifier and TypeMethodDescriptionEnclosedObjectExporter.getDisplayNameFor(ExportedItem exportedItem) -
Uses of ExportedItem in net.datenwerke.eximport.im
Methods in net.datenwerke.eximport.im that return ExportedItemModifier and TypeMethodDescriptionImportSupervisor.getExportedItemFor(String id) ImportSupervisor.getExportedItemFor(ImportItemConfig config) Methods in net.datenwerke.eximport.im with parameters of type ExportedItemModifier and TypeMethodDescriptionbooleanImporter.consumes(ExportedItem exportedItem, ImportItemConfig itemConfig) booleanImporterImpl.consumes(ExportedItem exportedItem, ImportItemConfig itemConfig) -
Uses of ExportedItem in net.datenwerke.eximport.im.enclosed
Methods in net.datenwerke.eximport.im.enclosed with parameters of type ExportedItemModifier and TypeMethodDescriptionbooleanEnclosedObjectImporter.consumes(ExportedItem exportedItem, ImportItemConfig itemConfig) -
Uses of ExportedItem in net.datenwerke.rs.eximport.service.eximport.im.http
Methods in net.datenwerke.rs.eximport.service.eximport.im.http that return types with arguments of type ExportedItemModifier and TypeMethodDescriptionHttpImportService.getExportedItemsFor(Class<? extends Exporter> exporterType) HttpImportServiceImpl.getExportedItemsFor(Class<? extends Exporter> exporterType) -
Uses of ExportedItem in net.datenwerke.rs.transport.service.transport.eximport
Methods in net.datenwerke.rs.transport.service.transport.eximport with parameters of type ExportedItemModifier and TypeMethodDescriptionTransportManagerExporter.getDisplayNameFor(ExportedItem exportedItem) -
Uses of ExportedItem in net.datenwerke.usermanager.ext.service.eximport
Methods in net.datenwerke.usermanager.ext.service.eximport with parameters of type ExportedItemModifier and TypeMethodDescriptionUserManagerExporter.getDisplayNameFor(ExportedItem exportedItem)