Modifier and Type | Method and Description |
---|---|
ImportResult |
ImportService.importData(ImportConfig config)
Imports the data from the given
ImportConfig |
ImportResult |
ImportServiceImpl.importData(ImportConfig config) |
Modifier and Type | Method and Description |
---|---|
ImportResult |
ImportSupervisor.importData() |
Modifier and Type | Method and Description |
---|---|
ImportResult |
RemoteEntityImporterService.importRemoteEntities(RemoteRsRestServer remoteRsServer,
java.lang.String remoteEntityPath,
java.lang.String localTarget,
boolean includeVariants)
Note that restUrl, user and apikey will be removed in the near future.
|
Modifier and Type | Method and Description |
---|---|
ImportResult |
RemoteEntityImporterHook.importRemoteEntity(ImportConfig config,
AbstractNode localTarget,
java.lang.String requestedRemoteEntity) |
Modifier and Type | Method and Description |
---|---|
void |
HttpImportService.runPostProcess(java.util.Map<java.lang.String,ImportPostProcessConfigDto> configMap,
ImportResult result) |
void |
HttpImportServiceImpl.runPostProcess(java.util.Map<java.lang.String,ImportPostProcessConfigDto> configMap,
ImportResult result) |
Modifier and Type | Method and Description |
---|---|
void |
HttpImportPostProcessProviderHook.postProcess(ImportPostProcessConfigDto config,
ImportResult result) |
Modifier and Type | Method and Description |
---|---|
void |
ImportPostProcessorHooker.postProcess(ImportPostProcessConfigDto config,
ImportResult result) |