it.geosolutions.geonetwork.util
Class GNSearchRequest

java.lang.Object
  extended by it.geosolutions.geonetwork.util.GNSearchRequest

public class GNSearchRequest
extends Object

http://geonetwork-opensource.org/latest/developers/xml_services/metadata_xml_services.html#search-metadata-xml-search Search configuration parameters (all values are optional)

Search parameters (all values are optional):

Author:
ETj (etj at geo-solutions.it)

Nested Class Summary
static class GNSearchRequest.BBoxRelation
           
static class GNSearchRequest.Config
          Config fields
static class GNSearchRequest.Param
          Standard params.
static class GNSearchRequest.SortBy
           
 
Constructor Summary
GNSearchRequest()
           
 
Method Summary
 void addConfig(GNSearchRequest.Config config, String value)
           
 void addParam(GNSearchRequest.Param param, String value)
           
 void addParam(String param, String value)
          Add a non-standard param to the request.
 Element toElement()
           
 String toXml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GNSearchRequest

public GNSearchRequest()
Method Detail

addConfig

public void addConfig(GNSearchRequest.Config config,
                      String value)

addParam

public void addParam(GNSearchRequest.Param param,
                     String value)

addParam

public void addParam(String param,
                     String value)
Add a non-standard param to the request.
Use this method only if you customized GeoNetwork adding new search fields.


toXml

public String toXml()

toElement

public Element toElement()


Copyright © 2011-2012 GeoSolutions. All Rights Reserved.