Uses of Class
org.apache.unomi.router.api.ExportConfiguration
- 
- 
Uses of ExportConfiguration in org.apache.unomi.router.api.services
Methods in org.apache.unomi.router.api.services with parameters of type ExportConfiguration Modifier and Type Method Description StringProfileExportService. convertProfileToCSVLine(Profile profile, ExportConfiguration exportConfiguration)StringProfileExportService. 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 ExportConfiguration Modifier and Type Method Description voidRouterCamelContext. 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 ExportConfiguration Modifier and Type Method Description voidExportRouteCompletionProcessor. 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 ExportConfiguration Modifier and Type Method Description voidProfileExportCollectRouteBuilder. setExportConfigurationList(List<ExportConfiguration> exportConfigurationList) - 
Uses of ExportConfiguration in org.apache.unomi.router.rest
Methods in org.apache.unomi.router.rest that return ExportConfiguration Modifier and Type Method Description ExportConfigurationExportConfigurationServiceEndPoint. saveConfiguration(ExportConfiguration exportConfiguration)Save the given export configuration.Methods in org.apache.unomi.router.rest with parameters of type ExportConfiguration Modifier and Type Method Description javax.ws.rs.core.ResponseExportConfigurationServiceEndPoint. processOneshotImportConfigurationCSV(ExportConfiguration exportConfiguration)Save/Update the given import configuration.ExportConfigurationExportConfigurationServiceEndPoint. saveConfiguration(ExportConfiguration exportConfiguration)Save the given export configuration.Method parameters in org.apache.unomi.router.rest with type arguments of type ExportConfiguration Modifier and Type Method Description voidExportConfigurationServiceEndPoint. setExportConfigurationService(ImportExportConfigurationService<ExportConfiguration> exportConfigurationService) - 
Uses of ExportConfiguration in org.apache.unomi.router.services
Methods in org.apache.unomi.router.services that return ExportConfiguration Modifier and Type Method Description ExportConfigurationExportConfigurationServiceImpl. load(String configId)ExportConfigurationExportConfigurationServiceImpl. save(ExportConfiguration exportConfiguration, boolean updateRunningRoute)Methods in org.apache.unomi.router.services that return types with arguments of type ExportConfiguration Modifier and Type Method Description List<ExportConfiguration>ExportConfigurationServiceImpl. getAll()Methods in org.apache.unomi.router.services with parameters of type ExportConfiguration Modifier and Type Method Description StringProfileExportServiceImpl. convertProfileToCSVLine(Profile profile, ExportConfiguration exportConfiguration)StringProfileExportServiceImpl. convertProfileToCSVLine(Profile profile, ExportConfiguration exportConfiguration, Collection<PropertyType> propertiesDef)StringProfileExportServiceImpl. extractProfilesBySegment(ExportConfiguration exportConfiguration)ExportConfigurationExportConfigurationServiceImpl. save(ExportConfiguration exportConfiguration, boolean updateRunningRoute) 
 -