From 8c2007c15293cc28e020f00cc88639e1038331ce Mon Sep 17 00:00:00 2001 From: Evgeny Andreev Date: Tue, 29 Jul 2025 11:47:39 +0200 Subject: [PATCH 1/3] remote analytics --- guides/using-services.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/guides/using-services.md b/guides/using-services.md index 847616b79..4f76f86fb 100644 --- a/guides/using-services.md +++ b/guides/using-services.md @@ -892,6 +892,13 @@ You need additional logic, if remote entities are in the game. The following tab | Remote: Expand local | `/service/risks/Suppliers?$expand=risks` | Delegate query w/o expand to remote service and implement expand. | | Remote: Navigate to local | `/service/Suppliers(...)/risks` | Implement navigation, delegate query for target to local service | + +#### Support Analytical Queries in Java {.java} +| **Request** | **Example** | **Implementation** | +| --------------------------------------------------------------------- | ---------------------------------------- | ----------------------------------------------------------------- | +| Remote: Analytical queries | `/service/risks/Suppliers?$apply=...` | Delegate query to remote service | + + #### Transient Access vs. Replication > This chapter shows only techniques for transient access. From 5390c13dab4d72e0d7a46dc98c32f6ba1f347177 Mon Sep 17 00:00:00 2001 From: Evgeny Andreev Date: Tue, 29 Jul 2025 11:49:21 +0200 Subject: [PATCH 2/3] some words --- guides/using-services.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guides/using-services.md b/guides/using-services.md index 4f76f86fb..e34e2cf03 100644 --- a/guides/using-services.md +++ b/guides/using-services.md @@ -893,7 +893,10 @@ You need additional logic, if remote entities are in the game. The following tab | Remote: Navigate to local | `/service/Suppliers(...)/risks` | Implement navigation, delegate query for target to local service | -#### Support Analytical Queries in Java {.java} +##### Support Analytical Queries in Java {.java} + +CAP Java provides an out-of-the-box Support for remote analytical queries. + | **Request** | **Example** | **Implementation** | | --------------------------------------------------------------------- | ---------------------------------------- | ----------------------------------------------------------------- | | Remote: Analytical queries | `/service/risks/Suppliers?$apply=...` | Delegate query to remote service | From b487b020017b4cef87a6e8d4dcb760745d617f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20G=C3=B6rler?= Date: Tue, 29 Jul 2025 16:31:52 +0200 Subject: [PATCH 3/3] Update guides/using-services.md --- guides/using-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/using-services.md b/guides/using-services.md index e34e2cf03..48dbcea40 100644 --- a/guides/using-services.md +++ b/guides/using-services.md @@ -895,7 +895,7 @@ You need additional logic, if remote entities are in the game. The following tab ##### Support Analytical Queries in Java {.java} -CAP Java provides an out-of-the-box Support for remote analytical queries. +CAP Java provides an out-of-the-box support for remote analytical queries. | **Request** | **Example** | **Implementation** | | --------------------------------------------------------------------- | ---------------------------------------- | ----------------------------------------------------------------- |