org.gcube.common.geoserverinterface.engine
Class GeonetworkPutMethods
java.lang.Object
org.gcube.common.geoserverinterface.engine.GeonetworkPutMethods
public class GeonetworkPutMethods
- extends Object
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 |
GeonetworkPutMethods
public GeonetworkPutMethods(HttpMethodCall hmc)
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.