|
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.HarvestProtocolArcIms
public class HarvestProtocolArcIms
ArcIMS protocol.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.esri.gpt.catalog.harvest.protocols.HarvestProtocol |
---|
HarvestProtocol.ProtocolType |
Field Summary | |
---|---|
static int |
DEFAULT_PORT_NO
|
Constructor Summary | |
---|---|
HarvestProtocolArcIms()
|
Method Summary | |
---|---|
void |
applyAttributeMap(StringAttributeMap attributeMap)
Sets all the attributes. |
StringAttributeMap |
extractAttributeMap()
Gets all the attributes. |
StringAttributeMap |
getAttributeMap()
Gets all the attributes. |
String |
getKind()
Gets protocol kind. |
int |
getPortNo()
Gets port number. |
String |
getPortNoAsString()
Gets port number as string. |
String |
getRootFolder()
Gets root folder. |
String |
getServiceName()
Gets service name. |
HarvestProtocol.ProtocolType |
getType()
Deprecated. |
QueryBuilder |
newQueryBuilder(IterationContext context,
String url)
Creates new query builder. |
void |
setAttributeMap(StringAttributeMap attributeMap)
Sets all the attributes. |
void |
setPortNo(int portNo)
Sets port number. |
void |
setPortNoAsString(String portNoAsString)
Sets port number as string. |
void |
setRootFolder(String rootFolder)
Sets root folder. |
void |
setServiceName(String serviceName)
Sets servie name. |
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 |
---|
chckAttr, checkConnection, decryptString, encryptString, getAdHoc, getClient, getDestinations, getFlags, getPingSupported, newExecutor, setAdHoc, setDestinations, setFlags, toString, toXmlString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int DEFAULT_PORT_NO
Constructor Detail |
---|
public HarvestProtocolArcIms()
Method Detail |
---|
public int getPortNo()
public void setPortNo(int portNo)
portNo
- port numberpublic String getPortNoAsString()
public void setPortNoAsString(String portNoAsString)
portNoAsString
- port number as stringpublic String getServiceName()
public void setServiceName(String serviceName)
serviceName
- service namepublic String getRootFolder()
public void setRootFolder(String rootFolder)
rootFolder
- root folder@Deprecated public final HarvestProtocol.ProtocolType getType()
getType
in class HarvestProtocol
public String getKind()
Protocol
getKind
in interface Protocol
getKind
in class HarvestProtocol
public StringAttributeMap extractAttributeMap()
extractAttributeMap
in interface Protocol
extractAttributeMap
in class HarvestProtocol
public StringAttributeMap getAttributeMap()
getAttributeMap
in interface Protocol
getAttributeMap
in class HarvestProtocol
public void applyAttributeMap(StringAttributeMap attributeMap)
applyAttributeMap
in interface Protocol
applyAttributeMap
in class HarvestProtocol
attributeMap
- attributes as attribute mappublic void setAttributeMap(StringAttributeMap attributeMap)
setAttributeMap
in interface Protocol
setAttributeMap
in class HarvestProtocol
attributeMap
- attributes as attribute mappublic QueryBuilder newQueryBuilder(IterationContext context, String url)
Protocol
context
- iteration contexturl
- url
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |