Uses of Interface
net.datenwerke.eximport.ex.Exporter
Packages that use Exporter
Package
Description
-
Uses of Exporter in net.datenwerke.eximport
Methods in net.datenwerke.eximport that return ExporterModifier and TypeMethodDescriptionExportService.getExporterFor(Class<? extends Exporter> exporterType) Returns theExporterfor the given exporter typeExportService.getExporterFor(Object object) Returns the correct exporter for the given object or null if none was found.ExportServiceImpl.getExporterFor(Class<? extends Exporter> exporterType) ExportServiceImpl.getExporterFor(Object object) Methods in net.datenwerke.eximport that return types with arguments of type ExporterModifier and TypeMethodDescriptionExportDataAnalyzerService.getExporterClass(Element el) Returns theClassof the exporter of the giveninvalid reference
ElementExportDataAnalyzerServiceImpl.getExporterClass(Element el) Collection<Class<? extends Exporter>> ExportDataAnalyzerService.getExporterClasses(ExportDataProvider dataProvider) Collection<Class<? extends Exporter>> ExportDataAnalyzerServiceImpl.getExporterClasses(ExportDataProvider dataProvider) Methods in net.datenwerke.eximport with parameters of type ExporterModifier and TypeMethodDescriptionvoidExImportHelperService.setEnclosedAttributes(XMLStreamWriter xsw, Exporter exporter) Sets theXMLStreamWriters EXPORTER_TYPE and IS_ENCLOSED_ATTRIBUTE attributesvoidExImportHelperService.setExporterType(XMLStreamWriter xsw, Exporter exporter) Sets the EXPORTER_TYPE attribute of the givenXMLStreamWritervoidExImportHelperService.setReferenceAttributes(XMLStreamWriter xsw, String id, Exporter exporter) Sets the following attributes to the corresponding values: TYPE_ATTRIBUTE <- type.getName() REFERENCE_ID <- id EXPORTER_TYPE <- exporter.getClass().getName()voidExImportHelperService.setReferenceAttributes(XMLStreamWriter xsw, String id, Exporter exporter, boolean optional) Sets the following attributes to the corresponding values: TYPE_ATTRIBUTE <- type.getName() REFERENCE_ID <- id EXPORTER_TYPE <- exporter.getClass().getName() If optional is true: IS_OPTIONAL_REFERENCE <- XML_TRUEMethod parameters in net.datenwerke.eximport with type arguments of type ExporterModifier and TypeMethodDescriptionvoidImportService.configureParents(ImportConfig config, String topMostParentId, AbstractNode<?> topMostParentTarget, Class<? extends Exporter> exporter) voidImportService.configureParents(ExportedItem item, ImportConfig config, String topMostParentId, AbstractNode<?> topMostParentTarget, Class<? extends Exporter> exporter) voidImportServiceImpl.configureParents(ImportConfig config, String topMostParentId, AbstractNode<?> topMostParentTarget, Class<? extends Exporter> exporter) voidImportServiceImpl.configureParents(ExportedItem item, ImportConfig config, String topMostParentId, AbstractNode<?> topMostParentTarget, Class<? extends Exporter> exporter) ExImportHelperService.getAllowedReferenceTypesFor(Object node, List<Exporter> exporters) ElementsExportDataAnalyzerService.getExportedItemElementsFor(ExportDataProvider dataProvider, Class<? extends Exporter> exporter) ElementsExportDataAnalyzerServiceImpl.getExportedItemElementsFor(ExportDataProvider dataProvider, Class<? extends Exporter> exporter) ExportDataAnalyzerService.getExportedItemsFor(ExportDataProvider dataProvider, Class<? extends Exporter> exporter) ExportDataAnalyzerServiceImpl.getExportedItemsFor(ExportDataProvider dataProvider, Class<? extends Exporter> exporter) ExportService.getExporterFor(Class<? extends Exporter> exporterType) Returns theExporterfor the given exporter typeExportServiceImpl.getExporterFor(Class<? extends Exporter> exporterType) ExportService.getExporterIds(Collection<Class<? extends Exporter>> exporters) Returns aCollectionofStrings holding the IDs of the given exportersExportServiceImpl.getExporterIds(Collection<Class<? extends Exporter>> exporterTypes) ExportDataAnalyzerService.getRoot(ExportDataProvider dataProvider, Class<? extends Exporter> exporter) ExportDataAnalyzerServiceImpl.getRoot(ExportDataProvider dataProvider, Class<? extends Exporter> exporter) voidExImportHelperService.setExporterType(XMLStreamWriter xsw, Class<? extends Exporter> type) Sets the EXPORTER_TYPE attribute of the givenXMLStreamWriter -
Uses of Exporter in net.datenwerke.eximport.ex
Classes in net.datenwerke.eximport.ex that implement ExporterModifier and TypeClassDescriptionclassExporterImpl<C extends ExportItemConfig<?>>Provides a base implementation for simple exporters.Methods in net.datenwerke.eximport.ex with parameters of type ExporterMethod parameters in net.datenwerke.eximport.ex with type arguments of type ExporterModifier and TypeMethodDescriptionExportSupervisorFactory.create(ExportConfig config, List<Exporter> exporters, XMLStreamWriter xsw) Constructor parameters in net.datenwerke.eximport.ex with type arguments of type ExporterModifierConstructorDescriptionExportSupervisor(ExImportIdService idService, ExImportHelperService eiHelper, ReflectionService reflectionServices, ExportConfig config, List<Exporter> exporters, XMLStreamWriter xsw) -
Uses of Exporter in net.datenwerke.eximport.ex.enclosed
Classes in net.datenwerke.eximport.ex.enclosed that implement Exporter -
Uses of Exporter in net.datenwerke.eximport.ex.entity
Classes in net.datenwerke.eximport.ex.entity that implement Exporter -
Uses of Exporter in net.datenwerke.rs.base.ext.service.dashboardmanager.eximport
Classes in net.datenwerke.rs.base.ext.service.dashboardmanager.eximport that implement Exporter -
Uses of Exporter in net.datenwerke.rs.base.ext.service.datasinkmanager.eximport
Classes in net.datenwerke.rs.base.ext.service.datasinkmanager.eximport that implement Exporter -
Uses of Exporter in net.datenwerke.rs.base.ext.service.datasourcemanager.eximport
Classes in net.datenwerke.rs.base.ext.service.datasourcemanager.eximport that implement Exporter -
Uses of Exporter in net.datenwerke.rs.base.ext.service.reportmanager.eximport
Classes in net.datenwerke.rs.base.ext.service.reportmanager.eximport that implement Exporter -
Uses of Exporter in net.datenwerke.rs.base.ext.service.security.eximport
Classes in net.datenwerke.rs.base.ext.service.security.eximport that implement Exporter -
Uses of Exporter in net.datenwerke.rs.eximport.service.eximport.im.http
Method parameters in net.datenwerke.rs.eximport.service.eximport.im.http with type arguments of type ExporterModifier and TypeMethodDescriptionHttpImportService.getExportedItemsFor(Class<? extends Exporter> exporterType) HttpImportServiceImpl.getExportedItemsFor(Class<? extends Exporter> exporterType) -
Uses of Exporter in net.datenwerke.rs.fileserver.service.fileserver.eximport
Classes in net.datenwerke.rs.fileserver.service.fileserver.eximport that implement Exporter -
Uses of Exporter in net.datenwerke.rs.globalconstants.service.globalconstants.eximport
Classes in net.datenwerke.rs.globalconstants.service.globalconstants.eximport that implement Exporter -
Uses of Exporter in net.datenwerke.rs.remoteserver.service.remoteservermanager.eximport
Classes in net.datenwerke.rs.remoteserver.service.remoteservermanager.eximport that implement Exporter -
Uses of Exporter in net.datenwerke.rs.teamspace.service.teamspace.eximport
Classes in net.datenwerke.rs.teamspace.service.teamspace.eximport that implement Exporter -
Uses of Exporter in net.datenwerke.rs.transport.service.transport.eximport
Classes in net.datenwerke.rs.transport.service.transport.eximport that implement Exporter -
Uses of Exporter in net.datenwerke.rs.tsreportarea.service.tsreportarea.eximport
Classes in net.datenwerke.rs.tsreportarea.service.tsreportarea.eximport that implement Exporter -
Uses of Exporter in net.datenwerke.rs.uservariables.service.uservariables.eximport
Classes in net.datenwerke.rs.uservariables.service.uservariables.eximport that implement Exporter -
Uses of Exporter in net.datenwerke.treedb.ext.service.eximport
Classes in net.datenwerke.treedb.ext.service.eximport that implement Exporter -
Uses of Exporter in net.datenwerke.treedb.ext.service.eximport.helper
Constructor parameters in net.datenwerke.treedb.ext.service.eximport.helper with type arguments of type ExporterModifierConstructorDescriptionImportAllNodesHooker(TreeDBManager<N> treeManager, Class<? extends Exporter> exporterType) -
Uses of Exporter in net.datenwerke.treedb.ext.service.eximport.http
Method parameters in net.datenwerke.treedb.ext.service.eximport.http with type arguments of type ExporterModifier and TypeMethodDescriptionHttpTreeImportService.loadTreeDto(Class<? extends Exporter> exporterType) HttpTreeImportServiceImpl.loadTreeDto(Class<? extends Exporter> exporterType) -
Uses of Exporter in net.datenwerke.usermanager.ext.service.eximport
Classes in net.datenwerke.usermanager.ext.service.eximport that implement Exporter