Uses of Class
net.datenwerke.eximport.ex.ExportConfig
Packages that use ExportConfig
Package
Description
-
Uses of ExportConfig in net.datenwerke.eximport
Methods in net.datenwerke.eximport that return types with arguments of type ExportConfigModifier and TypeMethodDescriptionExportService.configureExport(AbstractNode<?> node, boolean includeVariants, boolean flatten) Gets theExportConfigfor the given node.ExportServiceImpl.configureExport(AbstractNode<?> node, boolean includeVariants, boolean flatten) Methods in net.datenwerke.eximport with parameters of type ExportConfigModifier and TypeMethodDescriptionExportService.export(ExportConfig config) Exports the givenExportConfigas XML and returns its content as aStringExportServiceImpl.export(ExportConfig config) voidExportService.exportAsStream(ExportConfig config, OutputStream os) Exports the givenExportConfigas XML and writes the result to the supplied output stream.voidExportServiceImpl.exportAsStream(ExportConfig config, OutputStream os) ExportService.exportIndent(ExportConfig config) Exports the givenExportConfigas XML and returns its content as aStringproperly indendent.ExportServiceImpl.exportIndent(ExportConfig config) -
Uses of ExportConfig in net.datenwerke.eximport.ex
Methods in net.datenwerke.eximport.ex with parameters of type ExportConfigModifier and TypeMethodDescriptionExportSupervisorFactory.create(ExportConfig config, List<Exporter> exporters, XMLStreamWriter xsw) Constructors in net.datenwerke.eximport.ex with parameters of type ExportConfigModifierConstructorDescriptionExportSupervisor(ExImportIdService idService, ExImportHelperService eiHelper, ReflectionService reflectionServices, ExportConfig config, List<Exporter> exporters, XMLStreamWriter xsw) -
Uses of ExportConfig in net.datenwerke.rs.base.ext.service.dashboardmanager.eximport.hookers
Methods in net.datenwerke.rs.base.ext.service.dashboardmanager.eximport.hookers that return ExportConfigModifier and TypeMethodDescriptionDashboardManagerExportConfigHooker.configure(AbstractNode node, ExportOptions options) -
Uses of ExportConfig in net.datenwerke.rs.base.ext.service.datasinkmanager.eximport.hookers
Methods in net.datenwerke.rs.base.ext.service.datasinkmanager.eximport.hookers that return ExportConfigModifier and TypeMethodDescriptionDatasinkExportConfigHooker.configure(AbstractNode node, ExportOptions options) Methods in net.datenwerke.rs.base.ext.service.datasinkmanager.eximport.hookers with parameters of type ExportConfig -
Uses of ExportConfig in net.datenwerke.rs.base.ext.service.datasourcemanager.eximport.hookers
Methods in net.datenwerke.rs.base.ext.service.datasourcemanager.eximport.hookers that return ExportConfigModifier and TypeMethodDescriptionDatasourceExportConfigHooker.configure(AbstractNode node, ExportOptions options) Methods in net.datenwerke.rs.base.ext.service.datasourcemanager.eximport.hookers with parameters of type ExportConfig -
Uses of ExportConfig in net.datenwerke.rs.base.ext.service.hooks
Methods in net.datenwerke.rs.base.ext.service.hooks that return ExportConfigModifier and TypeMethodDescriptionExportConfigHook.configure(AbstractNode node, ExportOptions options) -
Uses of ExportConfig in net.datenwerke.rs.base.ext.service.reportmanager.eximport.hookers
Methods in net.datenwerke.rs.base.ext.service.reportmanager.eximport.hookers that return ExportConfigModifier and TypeMethodDescriptionReportExportConfigHooker.configure(AbstractNode node, ExportOptions options) Methods in net.datenwerke.rs.base.ext.service.reportmanager.eximport.hookers with parameters of type ExportConfig -
Uses of ExportConfig in net.datenwerke.rs.base.ext.service.security.eximport.hookers
Methods in net.datenwerke.rs.base.ext.service.security.eximport.hookers with parameters of type ExportConfigModifier and TypeMethodDescriptionvoidExportAllGenericRightsHooker.configure(ExportConfig config) -
Uses of ExportConfig in net.datenwerke.rs.eximport.service.eximport.hooks
Methods in net.datenwerke.rs.eximport.service.eximport.hooks with parameters of type ExportConfig -
Uses of ExportConfig in net.datenwerke.rs.fileserver.service.fileserver.eximport.hookers
Methods in net.datenwerke.rs.fileserver.service.fileserver.eximport.hookers that return ExportConfigModifier and TypeMethodDescriptionFileServerExportConfigHooker.configure(AbstractNode node, ExportOptions options) Methods in net.datenwerke.rs.fileserver.service.fileserver.eximport.hookers with parameters of type ExportConfig -
Uses of ExportConfig in net.datenwerke.rs.globalconstants.service.globalconstants.eximport.hookers
Methods in net.datenwerke.rs.globalconstants.service.globalconstants.eximport.hookers with parameters of type ExportConfigModifier and TypeMethodDescriptionvoidExportAllGlobalConstantsHooker.configure(ExportConfig config) -
Uses of ExportConfig in net.datenwerke.rs.remoteserver.service.remoteservermanager.eximport.hookers
Methods in net.datenwerke.rs.remoteserver.service.remoteservermanager.eximport.hookers that return ExportConfigModifier and TypeMethodDescriptionRemoteServerExportConfigHooker.configure(AbstractNode node, ExportOptions options) -
Uses of ExportConfig in net.datenwerke.rs.teamspace.service.teamspace.eximport.hookers
Methods in net.datenwerke.rs.teamspace.service.teamspace.eximport.hookers with parameters of type ExportConfig -
Uses of ExportConfig in net.datenwerke.rs.transport.service.transport.eximport.hookers
Methods in net.datenwerke.rs.transport.service.transport.eximport.hookers that return ExportConfigModifier and TypeMethodDescriptionTransportExportConfigHooker.configure(AbstractNode node, ExportOptions options) -
Uses of ExportConfig in net.datenwerke.rs.tsreportarea.service.tsreportarea.eximport.hookers
Methods in net.datenwerke.rs.tsreportarea.service.tsreportarea.eximport.hookers with parameters of type ExportConfig -
Uses of ExportConfig in net.datenwerke.rs.uservariables.service.uservariables.eximport.hookers
Methods in net.datenwerke.rs.uservariables.service.uservariables.eximport.hookers with parameters of type ExportConfigModifier and TypeMethodDescriptionvoidExportAllUserVariablesHooker.configure(ExportConfig config) -
Uses of ExportConfig in net.datenwerke.treedb.ext.service.eximport.helper
Methods in net.datenwerke.treedb.ext.service.eximport.helper that return ExportConfigModifier and TypeMethodDescriptionTreeNodeExportHelperService.createExportConfig(AbstractNode node, boolean addChildren, String name, boolean includePathToRoot, boolean flatten, Predicate<AbstractNode> shouldInclude) TreeNodeExportHelperServiceImpl.createExportConfig(AbstractNode node, boolean addChildren, String name, boolean includePathToRoot, boolean flatten, Predicate<AbstractNode> shouldInclude) -
Uses of ExportConfig in net.datenwerke.usermanager.ext.service.eximport.hooker
Methods in net.datenwerke.usermanager.ext.service.eximport.hooker that return ExportConfigModifier and TypeMethodDescriptionUserExportConfigHooker.configure(AbstractNode node, ExportOptions options) Methods in net.datenwerke.usermanager.ext.service.eximport.hooker with parameters of type ExportConfig