Modifier and Type | Method and Description |
---|---|
java.lang.String |
ExportService.export(ExportConfig config)
Exports the given
ExportConfig as XML and returns its content as a
String |
java.lang.String |
ExportServiceImpl.export(ExportConfig config) |
void |
ExportService.exportAsStream(ExportConfig config,
java.io.OutputStream os)
Exports the given
ExportConfig as 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
ExportConfig as XML and returns its content as a
String properly 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 |
---|---|
void |
ExportAllDatasinksHooker.configure(ExportConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
ExportAllDatasourcesHooker.configure(ExportConfig config) |
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 |
---|---|
void |
ExportAllFilesHooker.configure(ExportConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
ExportAllGlobalConstantsHooker.configure(ExportConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
ExportAllTeamspacesHooker.configure(ExportConfig config) |
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 |
---|---|
void |
ExportAllUsersHooker.configure(ExportConfig config) |