org.gcube.common.geoserverinterface.engine
Class GeonetworkPutMethods

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

public class GeonetworkPutMethods
extends Object


Constructor Summary
GeonetworkPutMethods(HttpMethodCall hmc)
           
 
Method Summary
 String deleteMetadataById(String id)
           
 String insertMetadata(MetadataInfo metadataInfo)
           
 String insertMetadata(String fileIdentifier, String workspace, String layerTitle, String layerName, String layerDescription, GeonetworkCommonResourceInterface.GeonetworkCategory category, String geoServerWmsUrl)
           
 String insertMetadataByCswTransaction(String fileIdentifier, String workspace, String layerTitle, String layerName, String layerDescription, String geoServerWmsUrl)
           
 String insertMetadataByFeatureType(FeatureTypeRest featureTypeRest, GeonetworkCommonResourceInterface.GeonetworkCategory category, String geoServerWmsUrl)
           
 String insertMetadataByGroupRest(GroupRest groupRest, GeonetworkCommonResourceInterface.GeonetworkCategory category, String geoServerWmsUrl)
           
 String insertNETCDFMetadata(String TitleName, String LayerName, String description, String FileUrl)
           
 String insertRawMetadata(MetadataInfo metadataInfo)
           
 String updateHarvesting(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeonetworkPutMethods

public GeonetworkPutMethods(HttpMethodCall hmc)
Method Detail

insertMetadata

public String insertMetadata(String fileIdentifier,
                             String workspace,
                             String layerTitle,
                             String layerName,
                             String layerDescription,
                             GeonetworkCommonResourceInterface.GeonetworkCategory category,
                             String geoServerWmsUrl)
                      throws Exception
Parameters:
fileIdentifier -
workspace -
layerTitle -
layerName -
layerDescription -
category -
geoServerWmsUrl -
Returns:
Throws:
Exception

insertMetadataByCswTransaction

public String insertMetadataByCswTransaction(String fileIdentifier,
                                             String workspace,
                                             String layerTitle,
                                             String layerName,
                                             String layerDescription,
                                             String geoServerWmsUrl)
                                      throws Exception
Parameters:
fileIdentifier -
workspace -
layerTitle -
layerName -
layerDescription -
geoServerWmsUrl -
Returns:
Throws:
Exception

insertNETCDFMetadata

public String insertNETCDFMetadata(String TitleName,
                                   String LayerName,
                                   String description,
                                   String FileUrl)
                            throws Exception
Throws:
Exception

insertRawMetadata

public String insertRawMetadata(MetadataInfo metadataInfo)
                         throws Exception
Throws:
Exception

insertMetadata

public String insertMetadata(MetadataInfo metadataInfo)
                      throws Exception
Throws:
Exception

insertMetadataByFeatureType

public String insertMetadataByFeatureType(FeatureTypeRest featureTypeRest,
                                          GeonetworkCommonResourceInterface.GeonetworkCategory category,
                                          String geoServerWmsUrl)
                                   throws Exception
Throws:
Exception

insertMetadataByGroupRest

public String insertMetadataByGroupRest(GroupRest groupRest,
                                        GeonetworkCommonResourceInterface.GeonetworkCategory category,
                                        String geoServerWmsUrl)
                                 throws Exception
Throws:
Exception

deleteMetadataById

public String deleteMetadataById(String id)

updateHarvesting

public String updateHarvesting(String id)


Copyright © 2012. All Rights Reserved.