Interface HttpImportService
- All Known Implementing Classes:
HttpImportServiceImpl
public interface HttpImportService
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddItemConfig(ImportItemConfig nodeConfig) voidconfigureImport(Map<String, ImportConfigDto> configMap) getExportedItemsFor(Class<? extends Exporter> exporterType) booleanvoidvoidvoidrunPostProcess(Map<String, ImportPostProcessConfigDto> configMap, ImportResult result) void
-
Method Details
-
hasCurrentConfig
boolean hasCurrentConfig() -
getCurrentConfig
HttpImportConfiguration getCurrentConfig() -
invalidateCurrentConfig
void invalidateCurrentConfig() -
createNewConfig
HttpImportConfiguration createNewConfig() -
setData
- Throws:
InvalidImportDocumentException
-
getInvolvedExporterIds
Collection<String> getInvolvedExporterIds() -
resetImportConfig
void resetImportConfig() -
addItemConfig
-
configureImport
-
getExportedItemsFor
List<ExportedItem> getExportedItemsFor(Class<? extends Exporter> exporterType) throws ClassNotFoundException - Throws:
ClassNotFoundException
-
runPostProcess
-