|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.harvest.protocols.HarvestProtocol com.esri.gpt.catalog.harvest.protocols.HarvestProtocolNone
public class HarvestProtocolNone
None protocol.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.esri.gpt.catalog.harvest.protocols.HarvestProtocol |
---|
HarvestProtocol.ProtocolType |
Constructor Summary | |
---|---|
HarvestProtocolNone()
|
Method Summary | |
---|---|
protected void |
applyAttributeMap(StringAttributeMap attributeMap)
Sets all the attributes. |
protected StringAttributeMap |
extractAttributeMap()
Gets all the attributes. |
StringAttributeMap |
getAttributeMap()
Gets all the attributes. |
HRClient |
getClient(String hostUrl)
Gets harvest client. |
HarvestProtocol.ProtocolType |
getType()
Gets protocol type. |
QueryBuilder |
newQueryBuilder(IterationContext context,
String url)
Creates new query builder. |
void |
setAttributeMap(StringAttributeMap attributeMap)
Sets all the attributes. |
Methods inherited from class com.esri.gpt.catalog.harvest.protocols.HarvestProtocol |
---|
chckAttr, checkConnection, getFlags, getKind, getPingSupported, ping, setFlags, toString, toXmlString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HarvestProtocolNone()
Method Detail |
---|
public final HarvestProtocol.ProtocolType getType()
getType
in class HarvestProtocol
protected StringAttributeMap extractAttributeMap()
extractAttributeMap
in class HarvestProtocol
public StringAttributeMap getAttributeMap()
protected void applyAttributeMap(StringAttributeMap attributeMap)
applyAttributeMap
in class HarvestProtocol
attributeMap
- attributes as attribute map (ignored)public void setAttributeMap(StringAttributeMap attributeMap)
attributeMap
- attributes as attribute map (ignored)public HRClient getClient(String hostUrl) throws HRInvalidProtocolException
getClient
in class HarvestProtocol
hostUrl
- host URL
null
value
HRInvalidProtocolException
- if unable to create client for
the protocolpublic QueryBuilder newQueryBuilder(IterationContext context, String url)
Protocol
context
- iteration contexturl
- url
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |