From 30d702a0736ddee1cb2e7723eacc1f6f1bbc53c4 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Fri, 24 Mar 2023 16:26:38 +0100 Subject: [PATCH] Updated Java Doc --- .../resolver/services/GeoportalResolver.java | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/java/org/gcube/datatransfer/resolver/services/GeoportalResolver.java b/src/main/java/org/gcube/datatransfer/resolver/services/GeoportalResolver.java index 011e9e5..449213c 100644 --- a/src/main/java/org/gcube/datatransfer/resolver/services/GeoportalResolver.java +++ b/src/main/java/org/gcube/datatransfer/resolver/services/GeoportalResolver.java @@ -37,7 +37,8 @@ import org.slf4j.LoggerFactory; import com.google.common.cache.CacheLoader.InvalidCacheLoadException; /** - * The GeoportalResolver is able to get/resolve a link to a "Geoportal Viewer" + * The GeoportalResolver is able to get/resolve a link to "Geoportal Viewer" + * or "Geoportal Entry" Application. * * See more at * https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#Geoportal_Resolver @@ -74,14 +75,13 @@ public class GeoportalResolver { } /** - * Resolve geoportal. + * Resolve geoportal. Resolve a Geoportal Link to "Data-Viewer" App * - * @param req the req - * @param targetAppId the target app id - * @param vreName the vre name - * @param ucdID the ucd ID - * @param projectID the project ID - * @param resolveAs the resolve as + * @param req the req + * @param vreName the vre name + * @param ucdID the ucd ID + * @param projectID the project ID + * @param resolveAs the resolve as * @return the response * @throws WebApplicationException the web application exception */ @@ -99,7 +99,7 @@ public class GeoportalResolver { } /** - * Resolve geoportal. + * Resolve geoportal. Resolve a Geoportal Link to to "Data-Viewer" or "Data-Entry" App * * @param req the req * @param targetAppId the target app id @@ -125,7 +125,7 @@ public class GeoportalResolver { } /** - * Post geoportal no app def. + * Post geoportal. Create a Geoportal Link to Data-Viewer App * * @param req the req * @param jsonRequest the json request @@ -146,7 +146,7 @@ public class GeoportalResolver { } /** - * Create a Catalogue Link. + * Post geoportal. Create a Geoportal Link to "Data-Viewer" or "Data-Entry" App * * @param req the req * @param targetAppId the target app id