@Component public class GeoanalyticsImportManagement extends GeoanalyticsManagement implements Serializable
authenticationStr, HEADER_AUTHENTICATION_PARAM_NAME| Constructor and Description |
|---|
GeoanalyticsImportManagement(String authenticationStr) |
| Modifier and Type | Method and Description |
|---|---|
String |
createLayer(String geoanalyticsEndpoint,
gr.cite.geoanalytics.dataaccess.entities.layer.Layer layer) |
String |
deleteLayer(String geoanalyticsEndpoint,
gr.cite.geoanalytics.dataaccess.entities.layer.Layer layer) |
void |
importLayerLocal(String geoanalyticsEndpoint,
gr.cite.clustermanager.model.layers.GosDefinition gosDefinition,
String layerName,
String styleName,
String tenantID,
String creatorID,
String projectID,
gr.cite.clustermanager.trafficshaping.TrafficShaper trafficShaper,
List<Map.Entry<String,Class>> functionResultsSchema) |
String |
viewCreation(String layerID,
List<Map.Entry<String,Class>> fieldName_Datatype_Pairs) |
String |
viewDeletion(String layerID) |
getJerseyClient, getMapperpublic GeoanalyticsImportManagement(String authenticationStr)
public void importLayerLocal(String geoanalyticsEndpoint, gr.cite.clustermanager.model.layers.GosDefinition gosDefinition, String layerName, String styleName, String tenantID, String creatorID, String projectID, gr.cite.clustermanager.trafficshaping.TrafficShaper trafficShaper, List<Map.Entry<String,Class>> functionResultsSchema) throws Exception
Exceptionpublic String createLayer(String geoanalyticsEndpoint, gr.cite.geoanalytics.dataaccess.entities.layer.Layer layer)
public String deleteLayer(String geoanalyticsEndpoint, gr.cite.geoanalytics.dataaccess.entities.layer.Layer layer)
public String viewCreation(String layerID, List<Map.Entry<String,Class>> fieldName_Datatype_Pairs)
Copyright © 2019. All Rights Reserved.