Esri Geoportal Server
1.2.9

com.esri.gpt.control.webharvest.client.atom
Class AtomQueryBuilder

java.lang.Object
  extended by com.esri.gpt.control.webharvest.client.atom.AtomQueryBuilder
All Implemented Interfaces:
QueryBuilder

public class AtomQueryBuilder
extends Object
implements QueryBuilder

Atom query builder.


Constructor Summary
AtomQueryBuilder(IterationContext context, HarvestProtocolAtom protocol, String url)
          Creates instance of the builder.
 
Method Summary
 Capabilities getCapabilities()
          Gets query capabilities.
 Native getNativeResource()
          Gets native resource.
 Query newQuery(Criteria crt)
          Creates new query.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomQueryBuilder

public AtomQueryBuilder(IterationContext context,
                        HarvestProtocolAtom protocol,
                        String url)
Creates instance of the builder.

Parameters:
context - iteration context
protocol - harvest protocol
url - url
Throws:
Exception
Method Detail

getCapabilities

public Capabilities getCapabilities()
Description copied from interface: QueryBuilder
Gets query capabilities.

Specified by:
getCapabilities in interface QueryBuilder
Returns:
capabilities

newQuery

public Query newQuery(Criteria crt)
Description copied from interface: QueryBuilder
Creates new query.

Specified by:
newQuery in interface QueryBuilder
Parameters:
crt - query criteria.
Returns:
query

getNativeResource

public Native getNativeResource()
Description copied from interface: QueryBuilder
Gets native resource. Native resource is a publishable resource created just for repository definition. Each native resource is Publishable and each repository has to be able to provide one.

Specified by:
getNativeResource in interface QueryBuilder
Returns:
native resource.

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.