|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.harvest.protocols.HarvestProtocol
com.esri.gpt.catalog.harvest.protocols.AbstractHTTPHarvestProtocol
com.esri.gpt.catalog.harvest.protocols.HarvestProtocolAgp2Agp
public class HarvestProtocolAgp2Agp
Agp2Agp protocol
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.esri.gpt.catalog.harvest.protocols.HarvestProtocol |
|---|
HarvestProtocol.ProtocolType |
| Field Summary | |
|---|---|
static long |
DEFAULT_MAX_ITEMS_AGP2AGP
|
static String |
DEFAULT_MAX_ITEMS_AGP2AGP_KEY
|
static String |
NAME
name of the protocol |
| Constructor Summary | |
|---|---|
HarvestProtocolAgp2Agp(boolean stopOnError)
Creates instance of the protocol |
|
| Method Summary | |
|---|---|
static Long |
getAgp2AgpMaxItems()
Gets AGP2AGP max items. |
StringAttributeMap |
getAttributeMap()
Gets protocol attributes map. |
AgpDestination |
getDestination()
Gets destination. |
String |
getDestinationHost()
Gets destination host. |
long |
getFlags()
Gets flag set. |
String |
getHostUrl()
Gets host URL. |
String |
getKind()
Gets protocol kind. |
protected String |
getReferrer()
Gets referrer. |
AgpSource |
getSource()
Gets source. |
String |
getSourceHost()
Gets source host. |
boolean |
getStopOnError()
Checks if stop harvesting on error. |
HarvestProtocol.ProtocolType |
getType()
Gets protocol type. |
Executor |
newExecutor(DataProcessor dataProcessor,
ExecutionUnit unit,
IWorker worker)
Creates new executor. |
QueryBuilder |
newQueryBuilder(IterationContext context,
String url)
Creates new query builder. |
void |
setAttributeMap(StringAttributeMap attributeMap)
Sets protocol attributes map. |
void |
setFlags(long flags)
Sets flag set. |
| Methods inherited from class com.esri.gpt.catalog.harvest.protocols.AbstractHTTPHarvestProtocol |
|---|
getUserName, getUserPassword, ping, setUserName, setUserPassword |
| Methods inherited from class com.esri.gpt.catalog.harvest.protocols.HarvestProtocol |
|---|
applyAttributeMap, chckAttr, checkConnection, decryptString, encryptString, extractAttributeMap, getAdHoc, getClient, getDestinations, getPingSupported, setAdHoc, setDestinations, toString, toXmlString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long DEFAULT_MAX_ITEMS_AGP2AGP
public static final String DEFAULT_MAX_ITEMS_AGP2AGP_KEY
public static final String NAME
| Constructor Detail |
|---|
public HarvestProtocolAgp2Agp(boolean stopOnError)
stopOnError - true to stop harvesting on error| Method Detail |
|---|
public boolean getStopOnError()
true to stop harvesting on errorpublic AgpSource getSource()
public AgpDestination getDestination()
public String getHostUrl()
public String getSourceHost()
public String getDestinationHost()
public StringAttributeMap getAttributeMap()
Protocol
getAttributeMap in interface ProtocolgetAttributeMap in class HarvestProtocolpublic void setAttributeMap(StringAttributeMap attributeMap)
Protocol
setAttributeMap in interface ProtocolsetAttributeMap in class HarvestProtocolattributeMap - attributes mappublic long getFlags()
Protocol
getFlags in interface ProtocolgetFlags in class HarvestProtocolpublic void setFlags(long flags)
Protocol
setFlags in interface ProtocolsetFlags in class HarvestProtocolflags - flag setpublic String getKind()
Protocol
getKind in interface ProtocolgetKind in class HarvestProtocolpublic HarvestProtocol.ProtocolType getType()
HarvestProtocol
getType in class HarvestProtocol
public QueryBuilder newQueryBuilder(IterationContext context,
String url)
Protocol
context - iteration contexturl - url
protected String getReferrer()
public static Long getAgp2AgpMaxItems()
public Executor newExecutor(DataProcessor dataProcessor,
ExecutionUnit unit,
IWorker worker)
Protocol
newExecutor in interface ProtocolnewExecutor in class HarvestProtocoldataProcessor - data processorunit - execution unitworker - worker
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||