Uses of Class
org.apache.unomi.router.api.ExportConfiguration
Packages that use ExportConfiguration
Package
Description
- 
Uses of ExportConfiguration in org.apache.unomi.router.api.services
Methods in org.apache.unomi.router.api.services with parameters of type ExportConfigurationModifier and TypeMethodDescriptionProfileExportService.convertProfileToCSVLine(Profile profile, ExportConfiguration exportConfiguration) ProfileExportService.extractProfilesBySegment(ExportConfiguration exportConfiguration)  - 
Uses of ExportConfiguration in org.apache.unomi.router.core.context
Method parameters in org.apache.unomi.router.core.context with type arguments of type ExportConfigurationModifier and TypeMethodDescriptionvoidRouterCamelContext.setExportConfigurationService(ImportExportConfigurationService<ExportConfiguration> exportConfigurationService)  - 
Uses of ExportConfiguration in org.apache.unomi.router.core.processor
Method parameters in org.apache.unomi.router.core.processor with type arguments of type ExportConfigurationModifier and TypeMethodDescriptionvoidExportRouteCompletionProcessor.setExportConfigurationService(ImportExportConfigurationService<ExportConfiguration> exportConfigurationService)  - 
Uses of ExportConfiguration in org.apache.unomi.router.core.route
Method parameters in org.apache.unomi.router.core.route with type arguments of type ExportConfigurationModifier and TypeMethodDescriptionvoidProfileExportCollectRouteBuilder.setExportConfigurationList(List<ExportConfiguration> exportConfigurationList)  - 
Uses of ExportConfiguration in org.apache.unomi.router.rest
Methods in org.apache.unomi.router.rest that return ExportConfigurationModifier and TypeMethodDescriptionExportConfigurationServiceEndPoint.saveConfiguration(ExportConfiguration exportConfiguration) Save the given export configuration.Methods in org.apache.unomi.router.rest with parameters of type ExportConfigurationModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseExportConfigurationServiceEndPoint.processOneshotImportConfigurationCSV(ExportConfiguration exportConfiguration) Save/Update the given import configuration.ExportConfigurationServiceEndPoint.saveConfiguration(ExportConfiguration exportConfiguration) Save the given export configuration.Method parameters in org.apache.unomi.router.rest with type arguments of type ExportConfigurationModifier and TypeMethodDescriptionvoidExportConfigurationServiceEndPoint.setExportConfigurationService(ImportExportConfigurationService<ExportConfiguration> exportConfigurationService)  - 
Uses of ExportConfiguration in org.apache.unomi.router.services
Methods in org.apache.unomi.router.services that return ExportConfigurationModifier and TypeMethodDescriptionExportConfigurationServiceImpl.save(ExportConfiguration exportConfiguration, boolean updateRunningRoute) Methods in org.apache.unomi.router.services that return types with arguments of type ExportConfigurationMethods in org.apache.unomi.router.services with parameters of type ExportConfigurationModifier and TypeMethodDescriptionProfileExportServiceImpl.convertProfileToCSVLine(Profile profile, ExportConfiguration exportConfiguration) ProfileExportServiceImpl.convertProfileToCSVLine(Profile profile, ExportConfiguration exportConfiguration, Collection<PropertyType> propertiesDef) ProfileExportServiceImpl.extractProfilesBySegment(ExportConfiguration exportConfiguration) ExportConfigurationServiceImpl.save(ExportConfiguration exportConfiguration, boolean updateRunningRoute)