Class GeoportalExporterAPI
- java.lang.Object
-
- org.gcube.portlets.user.uriresolvermanager.geoportal.GeoportalExporterAPI
-
public class GeoportalExporterAPI extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_TYPEstatic org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description GeoportalExporterAPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLexportProject(String type, String ucdID, String projectID, boolean asURL)URLhealthcheck(String type)URLviewJob(String jobCode)
-
-
-
Field Detail
-
LOG
public static final org.slf4j.Logger LOG
-
DEFAULT_TYPE
public static String DEFAULT_TYPE
-
-
Method Detail
-
exportProject
public URL exportProject(String type, String ucdID, String projectID, boolean asURL) throws MalformedURLException
- Throws:
MalformedURLException
-
viewJob
public URL viewJob(String jobCode) throws MalformedURLException
- Throws:
MalformedURLException
-
healthcheck
public URL healthcheck(String type) throws MalformedURLException
- Throws:
MalformedURLException
-
-