org.gcube.common.geoserverinterface.engine
Class GeoserverDeleteMethods

java.lang.Object
  extended by org.gcube.common.geoserverinterface.engine.GeoserverDeleteMethods

public class GeoserverDeleteMethods
extends Object


Constructor Summary
GeoserverDeleteMethods(HttpMethodCall hMC)
           
 
Method Summary
 boolean deleteFeatureTypes(String wokspaceName, String dataStore, String featureTypes)
           
 boolean deleteLayer(String layerName)
           
 boolean deleteLayersGroup(String groupName)
           
 boolean deleteStyleSDL(String styleName, boolean purge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoserverDeleteMethods

public GeoserverDeleteMethods(HttpMethodCall hMC)
Method Detail

deleteLayersGroup

public boolean deleteLayersGroup(String groupName)
                          throws Exception
Throws:
Exception

deleteStyleSDL

public boolean deleteStyleSDL(String styleName,
                              boolean purge)
                       throws Exception
Throws:
Exception

deleteLayer

public boolean deleteLayer(String layerName)
                    throws Exception
Throws:
Exception

deleteFeatureTypes

public boolean deleteFeatureTypes(String wokspaceName,
                                  String dataStore,
                                  String featureTypes)
                           throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.