com.esri.gpt.catalog.harvest.protocols
Class HarvestProtocolAgp
java.lang.Object
com.esri.gpt.catalog.harvest.protocols.HarvestProtocol
com.esri.gpt.catalog.harvest.protocols.AbstractHTTPHarvestProtocol
com.esri.gpt.catalog.harvest.protocols.HarvestProtocolAgp
- All Implemented Interfaces:
- Protocol, Serializable
public class HarvestProtocolAgp
- extends AbstractHTTPHarvestProtocol
ArcGIS Portal protocol.
NOTE! This is EXPERIMENTAL feature. It might be removed at any time in the future.
- See Also:
- Serialized Form
Methods inherited from class com.esri.gpt.catalog.harvest.protocols.HarvestProtocol |
applyAttributeMap, chckAttr, checkConnection, decryptString, encryptString, extractAttributeMap, getAdHoc, getAttributeMap, getDestinations, getFlags, getKind, getPingSupported, newExecutor, setAdHoc, setAttributeMap, setDestinations, setFlags, toString, toXmlString |
HarvestProtocolAgp
public HarvestProtocolAgp()
getType
public final HarvestProtocol.ProtocolType getType()
- Gets protocol type.
- Specified by:
getType
in class HarvestProtocol
- Returns:
- protocol type
getClient
public HRClient getClient(String hostUrl)
- Gets harvest client.
- Overrides:
getClient
in class HarvestProtocol
- Parameters:
hostUrl
- host URL
- Returns:
- harvest client
newQueryBuilder
public QueryBuilder newQueryBuilder(IterationContext context,
String url)
- Description copied from interface:
Protocol
- Creates new query builder.
- Parameters:
context
- iteration contexturl
- url
- Returns:
- query builder
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.