Interface ExportConfigurationService
- All Known Implementing Classes:
DefaultExportConfigurationService
public interface ExportConfigurationService
Interface to generate export entities form a given configuration bundle entity.
-
Method Summary
Modifier and TypeMethodDescriptiongenerateExportConfiguration(ConfigurationBundleEntity configurationBundleEntity) Generates list ofExportEntityfrom a givenConfigurationBundleEntity.
-
Method Details
-
generateExportConfiguration
Generates list ofExportEntityfrom a givenConfigurationBundleEntity.- Parameters:
configurationBundleEntity- passes the configuration bundle with its integration object bundle- Returns:
- a set of
ExportEntitythat encapsulates request URL and request bodies
-