summaryrefslogtreecommitdiffstats
path: root/sparky/dynamic/routes
diff options
context:
space:
mode:
Diffstat (limited to 'sparky/dynamic/routes')
-rw-r--r--sparky/dynamic/routes/sparky-core-apigw.route4
-rw-r--r--sparky/dynamic/routes/sparky-core-attributeEditRequest.route4
-rw-r--r--sparky/dynamic/routes/sparky-core-entityCountHistory.route4
-rw-r--r--sparky/dynamic/routes/sparky-core-filter-aggregation.route4
-rw-r--r--sparky/dynamic/routes/sparky-core-prepareGeoVisualization.route4
-rw-r--r--sparky/dynamic/routes/sparky-core-prepareSchema.route4
-rw-r--r--sparky/dynamic/routes/sparky-core-summaryByEntityType.route4
-rw-r--r--sparky/dynamic/routes/sparky-core-summaryByEntityTypeCount.route4
-rw-r--r--sparky/dynamic/routes/sparky-core-ui.route4
-rw-r--r--sparky/dynamic/routes/sparky-core-unified-search.route5
-rw-r--r--sparky/dynamic/routes/sparky-core-unifiedFilterRequest.route4
11 files changed, 45 insertions, 0 deletions
diff --git a/sparky/dynamic/routes/sparky-core-apigw.route b/sparky/dynamic/routes/sparky-core-apigw.route
new file mode 100644
index 0000000..2552920
--- /dev/null
+++ b/sparky/dynamic/routes/sparky-core-apigw.route
@@ -0,0 +1,4 @@
+<route xmlns="http://camel.apache.org/schema/spring" trace="true">
+ <from uri="servlet:/routerService?matchOnUriPrefix=true" />
+ <to uri="bean:aaiuiProxyProcessor?method=proxyMessage"/>
+</route> \ No newline at end of file
diff --git a/sparky/dynamic/routes/sparky-core-attributeEditRequest.route b/sparky/dynamic/routes/sparky-core-attributeEditRequest.route
new file mode 100644
index 0000000..b395f80
--- /dev/null
+++ b/sparky/dynamic/routes/sparky-core-attributeEditRequest.route
@@ -0,0 +1,4 @@
+<route xmlns="http://camel.apache.org/schema/spring" trace="true">
+ <from uri="restlet:/editEntity?restletMethods=get,post" />
+ <to uri="bean:attributeEditProcessor?method=editAttribute"/>
+</route> \ No newline at end of file
diff --git a/sparky/dynamic/routes/sparky-core-entityCountHistory.route b/sparky/dynamic/routes/sparky-core-entityCountHistory.route
new file mode 100644
index 0000000..2505d78
--- /dev/null
+++ b/sparky/dynamic/routes/sparky-core-entityCountHistory.route
@@ -0,0 +1,4 @@
+<route xmlns="http://camel.apache.org/schema/spring" trace="true">
+ <from uri="restlet:/visualization/entityCountHistory?restletMethods=get,post" />
+ <to uri="bean:entityCountHistoryProcessor?method=process" />
+</route> \ No newline at end of file
diff --git a/sparky/dynamic/routes/sparky-core-filter-aggregation.route b/sparky/dynamic/routes/sparky-core-filter-aggregation.route
new file mode 100644
index 0000000..38e2735
--- /dev/null
+++ b/sparky/dynamic/routes/sparky-core-filter-aggregation.route
@@ -0,0 +1,4 @@
+<route xmlns="http://camel.apache.org/schema/spring" trace="true">
+ <from uri="restlet:/search/filterAggregation?restletMethods=get,post" />
+ <to uri="bean:aggregateSummaryProcessor?method=getFilteredAggregation"/>
+</route> \ No newline at end of file
diff --git a/sparky/dynamic/routes/sparky-core-prepareGeoVisualization.route b/sparky/dynamic/routes/sparky-core-prepareGeoVisualization.route
new file mode 100644
index 0000000..072bd34
--- /dev/null
+++ b/sparky/dynamic/routes/sparky-core-prepareGeoVisualization.route
@@ -0,0 +1,4 @@
+<route xmlns="http://camel.apache.org/schema/spring" trace="true">
+ <from uri="restlet:/search/visualization/geovisualization?restletMethods=get,post" />
+ <to uri="bean:geoVisualizationProcessor?method=getGeoVisualizationResults"/>
+</route> \ No newline at end of file
diff --git a/sparky/dynamic/routes/sparky-core-prepareSchema.route b/sparky/dynamic/routes/sparky-core-prepareSchema.route
new file mode 100644
index 0000000..0d31bfb
--- /dev/null
+++ b/sparky/dynamic/routes/sparky-core-prepareSchema.route
@@ -0,0 +1,4 @@
+<route xmlns="http://camel.apache.org/schema/spring" trace="true">
+ <from uri="restlet:/visualization/prepareVisualization?restletMethods=get,post" />
+ <to uri="bean:schemaVisualizationProcessor?method=processVisualizationRequest"/>
+</route>
diff --git a/sparky/dynamic/routes/sparky-core-summaryByEntityType.route b/sparky/dynamic/routes/sparky-core-summaryByEntityType.route
new file mode 100644
index 0000000..627469f
--- /dev/null
+++ b/sparky/dynamic/routes/sparky-core-summaryByEntityType.route
@@ -0,0 +1,4 @@
+<route xmlns="http://camel.apache.org/schema/spring" trace="true">
+ <from uri="restlet:/search/summarybyentitytype?restletMethods=get,post" />
+ <to uri="bean:aggregateSummaryProcessor?method=getSummaryByEntityType"/>
+</route> \ No newline at end of file
diff --git a/sparky/dynamic/routes/sparky-core-summaryByEntityTypeCount.route b/sparky/dynamic/routes/sparky-core-summaryByEntityTypeCount.route
new file mode 100644
index 0000000..bf43bcc
--- /dev/null
+++ b/sparky/dynamic/routes/sparky-core-summaryByEntityTypeCount.route
@@ -0,0 +1,4 @@
+<route xmlns="http://camel.apache.org/schema/spring" trace="true">
+ <from uri="restlet:/search/summarybyentitytype/count?restletMethods=get,post" />
+ <to uri="bean:aggregateSummaryProcessor?method=getEntityTypeAggregationCount"/>
+</route> \ No newline at end of file
diff --git a/sparky/dynamic/routes/sparky-core-ui.route b/sparky/dynamic/routes/sparky-core-ui.route
new file mode 100644
index 0000000..bf221c6
--- /dev/null
+++ b/sparky/dynamic/routes/sparky-core-ui.route
@@ -0,0 +1,4 @@
+<route xmlns="http://camel.apache.org/schema/spring" trace="true">
+ <from uri="att-dme2-servlet:/aai/webapp/?matchOnUriPrefix=true" />
+ <to uri="att-static-content://{{AJSC_HOME}}/staticContent/aai/webapp" />
+</route> \ No newline at end of file
diff --git a/sparky/dynamic/routes/sparky-core-unified-search.route b/sparky/dynamic/routes/sparky-core-unified-search.route
new file mode 100644
index 0000000..1e20d00
--- /dev/null
+++ b/sparky/dynamic/routes/sparky-core-unified-search.route
@@ -0,0 +1,5 @@
+<route xmlns="http://camel.apache.org/schema/spring" trace="true">
+ <from uri="restlet:/search/querysearch?restletMethods=get,post" />
+ <from uri="restlet:/search/querysearch/?restletMethods=get,post" />
+ <to uri="bean:unifiedSearchProcessor?method=search"/>
+</route> \ No newline at end of file
diff --git a/sparky/dynamic/routes/sparky-core-unifiedFilterRequest.route b/sparky/dynamic/routes/sparky-core-unifiedFilterRequest.route
new file mode 100644
index 0000000..36cf518
--- /dev/null
+++ b/sparky/dynamic/routes/sparky-core-unifiedFilterRequest.route
@@ -0,0 +1,4 @@
+<route xmlns="http://camel.apache.org/schema/spring" trace="true">
+ <from uri="restlet:/search/unifiedFilterRequest?restletMethods=get,post" />
+ <to uri="bean:filterProcessor?method=getFiltersWithValues"/>
+</route> \ No newline at end of file