Interface ISInterface
-
- All Known Implementing Classes:
DefaultISProvider
public interface ISInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.gcube.common.resources.gcore.GenericResourcecreateUpdateGR(org.gcube.common.resources.gcore.GenericResource res)StringdecryptString(String toDecrypt)StringencryptString(String toEncrypt)List<org.gcube.common.resources.gcore.GenericResource>getGenericResource(String secondaryType, String name)List<org.gcube.common.resources.gcore.ServiceEndpoint.AccessPoint>performGetAP(String category, String platform, String flagName, String flagValue)org.gcube.application.geoportal.common.model.rest.DatabaseConnectionqueryForDatabase(String category, String platform, String flagName, String flagValue)
-
-
-
Method Detail
-
queryForDatabase
org.gcube.application.geoportal.common.model.rest.DatabaseConnection queryForDatabase(String category, String platform, String flagName, String flagValue) throws org.gcube.application.geoportal.common.model.rest.ConfigurationException
- Throws:
org.gcube.application.geoportal.common.model.rest.ConfigurationException
-
performGetAP
List<org.gcube.common.resources.gcore.ServiceEndpoint.AccessPoint> performGetAP(String category, String platform, String flagName, String flagValue)
-
getGenericResource
List<org.gcube.common.resources.gcore.GenericResource> getGenericResource(String secondaryType, String name)
-
createUpdateGR
org.gcube.common.resources.gcore.GenericResource createUpdateGR(org.gcube.common.resources.gcore.GenericResource res)
-
-