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 String
ProfileExportService. convertProfileToCSVLine(Profile profile, ExportConfiguration exportConfiguration)
String
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 ExportConfiguration Modifier and Type Method Description void
RouterCamelContext. 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 void
ExportRouteCompletionProcessor. 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 void
ProfileExportCollectRouteBuilder. 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 ExportConfiguration
ExportConfigurationServiceEndPoint. 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.Response
ExportConfigurationServiceEndPoint. processOneshotImportConfigurationCSV(ExportConfiguration exportConfiguration)
Save/Update the given import configuration.ExportConfiguration
ExportConfigurationServiceEndPoint. 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 void
ExportConfigurationServiceEndPoint. 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 ExportConfiguration
ExportConfigurationServiceImpl. load(String configId)
ExportConfiguration
ExportConfigurationServiceImpl. 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 String
ProfileExportServiceImpl. convertProfileToCSVLine(Profile profile, ExportConfiguration exportConfiguration)
String
ProfileExportServiceImpl. convertProfileToCSVLine(Profile profile, ExportConfiguration exportConfiguration, Collection<PropertyType> propertiesDef)
String
ProfileExportServiceImpl. extractProfilesBySegment(ExportConfiguration exportConfiguration)
ExportConfiguration
ExportConfigurationServiceImpl. save(ExportConfiguration exportConfiguration, boolean updateRunningRoute)
-