Class GeoportalConfigApplicationProfileReader
- java.lang.Object
-
- org.gcube.datatransfer.resolver.geoportal.GeoportalConfigApplicationProfileReader
-
public class GeoportalConfigApplicationProfileReader extends Object
The Class GeoportalConfigApplicationProfileReader.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Apr 3, 2024
-
-
Field Summary
Fields Modifier and Type Field Description static StringSECONDARY_TYPE
-
Constructor Summary
Constructors Constructor Description GeoportalConfigApplicationProfileReader(String appID)Instantiates a new geoportal config application profile reader.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetGcubeGenericQueryString(String secondaryType, String appId)Gets the gcube generic query string.GeoportalConfigApplicationProfilegetGeoportalConfigAppProfile()Gets the geoportal config app profile.StringgetScope()Gets the scope.StringgetSecondaryType()Gets the secondary type.StringtoString()To string.
-
-
-
Field Detail
-
SECONDARY_TYPE
public static final String SECONDARY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGeoportalConfigAppProfile
public GeoportalConfigApplicationProfile getGeoportalConfigAppProfile()
Gets the geoportal config app profile.- Returns:
- the geoportal config app profile
-
getGcubeGenericQueryString
public static String getGcubeGenericQueryString(String secondaryType, String appId)
Gets the gcube generic query string.- Parameters:
secondaryType- the secondary typeappId- the app id- Returns:
- the gcube generic query string
-
getSecondaryType
public String getSecondaryType()
Gets the secondary type.- Returns:
- the secondary type
-
getScope
public String getScope()
Gets the scope.- Returns:
- the scope
-
-