Uses of Interface
org.apache.unomi.router.api.services.ImportExportConfigurationService
Packages that use ImportExportConfigurationService
Package
Description
-
Uses of ImportExportConfigurationService in org.apache.unomi.router.core.context
Methods in org.apache.unomi.router.core.context with parameters of type ImportExportConfigurationServiceModifier and TypeMethodDescriptionvoidRouterCamelContext.setExportConfigurationService(ImportExportConfigurationService<ExportConfiguration> exportConfigurationService) voidRouterCamelContext.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 ImportExportConfigurationServiceModifier and TypeMethodDescriptionvoidExportRouteCompletionProcessor.setExportConfigurationService(ImportExportConfigurationService<ExportConfiguration> exportConfigurationService) voidImportConfigByFileNameProcessor.setImportConfigurationService(ImportExportConfigurationService<ImportConfiguration> importConfigurationService) voidImportRouteCompletionProcessor.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 ImportExportConfigurationServiceModifier and TypeMethodDescriptionvoidProfileImportFromSourceRouteBuilder.setImportConfigurationService(ImportExportConfigurationService<ImportConfiguration> importConfigurationService) -
Uses of ImportExportConfigurationService in org.apache.unomi.router.rest
Fields in org.apache.unomi.router.rest declared as ImportExportConfigurationServiceModifier and TypeFieldDescriptionprotected ImportExportConfigurationService<T>AbstractConfigurationServiceEndpoint.configurationServiceMethods in org.apache.unomi.router.rest with parameters of type ImportExportConfigurationServiceModifier and TypeMethodDescriptionvoidExportConfigurationServiceEndPoint.setExportConfigurationService(ImportExportConfigurationService<ExportConfiguration> exportConfigurationService) voidImportConfigurationServiceEndPoint.setImportConfigurationService(ImportExportConfigurationService<ImportConfiguration> importConfigurationService) -
Uses of ImportExportConfigurationService in org.apache.unomi.router.services
Classes in org.apache.unomi.router.services that implement ImportExportConfigurationServiceModifier and TypeClassDescriptionclassService to manage Configuration of Item to export Created by amidani on 28/04/2017.classService to manage Configuration of object to import Created by amidani on 28/04/2017.