Updated Java Doc
This commit is contained in:
parent
4ba61bf232
commit
30d702a073
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue