Class GatewayCKANCatalogueReference
- java.lang.Object
-
- org.gcube.datatransfer.resolver.catalogue.resource.GatewayCKANCatalogueReference
-
- All Implemented Interfaces:
Serializable
public class GatewayCKANCatalogueReference extends Object implements Serializable
The Class GatewayCKANCatalogueReference.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Nov 12, 2019
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GatewayCKANCatalogueReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCatalogueURL(org.gcube.datacatalogue.utillibrary.server.DataCatalogueRunningCluster.ACCESS_LEVEL_TO_CATALOGUE_PORTLET accessLevel)Gets the catalogue URL.StringgetCkanURL()StringgetScope()protected voidsetCatalogueURL(String catalogueURL, org.gcube.datacatalogue.utillibrary.server.DataCatalogueRunningCluster.ACCESS_LEVEL_TO_CATALOGUE_PORTLET accessLevel)Sets the catalogue URL.voidsetCkanURL(String ckanURL)voidsetScope(String scope)
-
-
-
Method Detail
-
getCatalogueURL
public String getCatalogueURL(org.gcube.datacatalogue.utillibrary.server.DataCatalogueRunningCluster.ACCESS_LEVEL_TO_CATALOGUE_PORTLET accessLevel)
Gets the catalogue URL.- Parameters:
accessLevel- the access level- Returns:
- the catalogue URL
-
setCatalogueURL
protected void setCatalogueURL(String catalogueURL, org.gcube.datacatalogue.utillibrary.server.DataCatalogueRunningCluster.ACCESS_LEVEL_TO_CATALOGUE_PORTLET accessLevel)
Sets the catalogue URL.- Parameters:
catalogueURL- the catalogue URLaccessLevel- the access level
-
getScope
public String getScope()
-
setScope
public void setScope(String scope)
-
getCkanURL
public String getCkanURL()
-
setCkanURL
public void setCkanURL(String ckanURL)
-
-