public class CkanCatalogueConfigurationsReader extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_PROFILE_NAME |
| Constructor and Description |
|---|
CkanCatalogueConfigurationsReader() |
| Modifier and Type | Method and Description |
|---|---|
static String |
extractCatalogueName(String privateCKANCatalogueURL,
String replaceCKANWith)
Extract catalogue name.
|
static eu.trentorise.opendata.jackan.model.CkanDataset |
getDataset(String datasetIdorName,
String catalogueURL)
Retrieve a ckan dataset given its id.
|
protected static String |
getPortletUrlForScopeFromIS()
Gets the portlet url for scope from is.
|
static GatewayCKANCatalogueReference |
loadCatalogueEndPoints()
Load catalogue end points.
|
public static final String APPLICATION_PROFILE_NAME
public static GatewayCKANCatalogueReference loadCatalogueEndPoints() throws Exception
Exception - the exceptionpublic static String extractCatalogueName(String privateCKANCatalogueURL, String replaceCKANWith)
privateCKANCatalogueURL - the private ckan catalogue urlreplaceCKANWith - the replace ckan withpublic static eu.trentorise.opendata.jackan.model.CkanDataset getDataset(String datasetIdorName, String catalogueURL) throws Exception
datasetIdorName - the dataset idor namecatalogueURL - the catalogue urlException - the exceptionCopyright © 2019. All Rights Reserved.