| Modifier and Type | Method and Description | 
|---|---|
| java.util.Optional<ExportConfig> | ExportService. configureExport(AbstractNode<?> node,
               boolean includeVariants,
               boolean flatten)Gets the  ExportConfigfor the given node. | 
| java.util.Optional<ExportConfig> | ExportServiceImpl. configureExport(AbstractNode<?> node,
               boolean includeVariants,
               boolean flatten) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | ExportService. export(ExportConfig config)Exports the given  ExportConfigas XML and returns its content as aString | 
| java.lang.String | ExportServiceImpl. export(ExportConfig config) | 
| void | ExportService. exportAsStream(ExportConfig config,
              java.io.OutputStream os)Exports the given  ExportConfigas XML and writes the result to the
 supplied output stream. | 
| void | ExportServiceImpl. exportAsStream(ExportConfig config,
              java.io.OutputStream os) | 
| java.lang.String | ExportService. exportIndent(ExportConfig config)Exports the given  ExportConfigas XML and returns its content as aStringproperly indendent. | 
| java.lang.String | ExportServiceImpl. exportIndent(ExportConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| ExportSupervisor | ExportSupervisorFactory. create(ExportConfig config,
      java.util.List<Exporter> exporters,
      javax.xml.stream.XMLStreamWriter xsw) | 
| Constructor and Description | 
|---|
| ExportSupervisor(ExImportIdService idService,
                ExImportHelperService eiHelper,
                ReflectionService reflectionServices,
                ExportConfig config,
                java.util.List<Exporter> exporters,
                javax.xml.stream.XMLStreamWriter xsw) | 
| Modifier and Type | Method and Description | 
|---|---|
| ExportConfig | DashboardManagerExportConfigHooker. configure(AbstractNode node,
         ExportOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| ExportConfig | DatasinkExportConfigHooker. configure(AbstractNode node,
         ExportOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExportAllDatasinksHooker. configure(ExportConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| ExportConfig | DatasourceExportConfigHooker. configure(AbstractNode node,
         ExportOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExportAllDatasourcesHooker. configure(ExportConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| ExportConfig | ExportConfigHook. configure(AbstractNode node,
         ExportOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| ExportConfig | ReportExportConfigHooker. configure(AbstractNode node,
         ExportOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExportAllReportsHooker. configure(ExportConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExportAllGenericRightsHooker. configure(ExportConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExportAllHook. configure(ExportConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| ExportConfig | FileServerExportConfigHooker. configure(AbstractNode node,
         ExportOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExportAllFilesHooker. configure(ExportConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExportAllGlobalConstantsHooker. configure(ExportConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| ExportConfig | RemoteServerExportConfigHooker. configure(AbstractNode node,
         ExportOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExportAllTeamspacesHooker. configure(ExportConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| ExportConfig | TransportExportConfigHooker. configure(AbstractNode node,
         ExportOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExportAllTsDiskHooker. configure(ExportConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExportAllUserVariablesHooker. configure(ExportConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| ExportConfig | TreeNodeExportHelperService. createExportConfig(AbstractNode node,
                  boolean addChildren,
                  java.lang.String name,
                  boolean includePathToRoot,
                  boolean flatten,
                  java.util.function.Predicate<AbstractNode> shouldInclude) | 
| ExportConfig | TreeNodeExportHelperServiceImpl. createExportConfig(AbstractNode node,
                  boolean addChildren,
                  java.lang.String name,
                  boolean includePathToRoot,
                  boolean flatten,
                  java.util.function.Predicate<AbstractNode> shouldInclude) | 
| Modifier and Type | Method and Description | 
|---|---|
| ExportConfig | UserExportConfigHooker. configure(AbstractNode node,
         ExportOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExportAllUsersHooker. configure(ExportConfig config) |