Uses of Interface
org.apache.unomi.router.api.services.ImportExportConfigurationService
-
-
Uses of ImportExportConfigurationService in org.apache.unomi.router.core.context
Methods in org.apache.unomi.router.core.context with parameters of type ImportExportConfigurationService Modifier and Type Method Description void
RouterCamelContext. setExportConfigurationService(ImportExportConfigurationService<ExportConfiguration> exportConfigurationService)
void
RouterCamelContext. setImportConfigurationService(ImportExportConfigurationService<ImportConfiguration> importConfigurationService)
-
Uses of ImportExportConfigurationService in org.apache.unomi.router.core.processor
Methods in org.apache.unomi.router.core.processor with parameters of type ImportExportConfigurationService Modifier and Type Method Description void
ExportRouteCompletionProcessor. setExportConfigurationService(ImportExportConfigurationService<ExportConfiguration> exportConfigurationService)
void
ImportConfigByFileNameProcessor. setImportConfigurationService(ImportExportConfigurationService<ImportConfiguration> importConfigurationService)
void
ImportRouteCompletionProcessor. setImportConfigurationService(ImportExportConfigurationService<ImportConfiguration> importConfigurationService)
-
Uses of ImportExportConfigurationService in org.apache.unomi.router.core.route
Methods in org.apache.unomi.router.core.route with parameters of type ImportExportConfigurationService Modifier and Type Method Description void
ProfileImportFromSourceRouteBuilder. setImportConfigurationService(ImportExportConfigurationService<ImportConfiguration> importConfigurationService)
-
Uses of ImportExportConfigurationService in org.apache.unomi.router.rest
Fields in org.apache.unomi.router.rest declared as ImportExportConfigurationService Modifier and Type Field Description protected ImportExportConfigurationService<T>
AbstractConfigurationServiceEndpoint. configurationService
Methods in org.apache.unomi.router.rest with parameters of type ImportExportConfigurationService Modifier and Type Method Description void
ExportConfigurationServiceEndPoint. setExportConfigurationService(ImportExportConfigurationService<ExportConfiguration> exportConfigurationService)
void
ImportConfigurationServiceEndPoint. setImportConfigurationService(ImportExportConfigurationService<ImportConfiguration> importConfigurationService)
-
Uses of ImportExportConfigurationService in org.apache.unomi.router.services
Classes in org.apache.unomi.router.services that implement ImportExportConfigurationService Modifier and Type Class Description class
ExportConfigurationServiceImpl
Service to manage Configuration of Item to export Created by amidani on 28/04/2017.class
ImportConfigurationServiceImpl
Service to manage Configuration of object to import Created by amidani on 28/04/2017.
-