|
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.HarvestProtocolDCAT
public class HarvestProtocolDCAT
Harvest protocol DCAT.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.esri.gpt.catalog.harvest.protocols.HarvestProtocol |
---|
HarvestProtocol.ProtocolType |
Field Summary | |
---|---|
static String |
FORMAT_PATTERN_DEFAULT_VALUE
|
Constructor Summary | |
---|---|
HarvestProtocolDCAT()
|
Method Summary | |
---|---|
StringAttributeMap |
getAttributeMap()
Gets all the attributes. |
String |
getFormat()
Gets format. |
String |
getKind()
Gets protocol kind. |
HarvestProtocol.ProtocolType |
getType()
Gets protocol type. |
QueryBuilder |
newQueryBuilder(IterationContext context,
String url)
Creates new query builder. |
void |
setAttributeMap(StringAttributeMap attributeMap)
Sets all the attributes. |
void |
setFormat(String format)
Set format. |
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, 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 String FORMAT_PATTERN_DEFAULT_VALUE
Constructor Detail |
---|
public HarvestProtocolDCAT()
Method Detail |
---|
public HarvestProtocol.ProtocolType getType()
HarvestProtocol
getType
in class HarvestProtocol
public String getKind()
Protocol
getKind
in interface Protocol
getKind
in class HarvestProtocol
public QueryBuilder newQueryBuilder(IterationContext context, String url)
Protocol
context
- iteration contexturl
- url
public StringAttributeMap getAttributeMap()
getAttributeMap
in interface Protocol
getAttributeMap
in class HarvestProtocol
public void setAttributeMap(StringAttributeMap attributeMap)
setAttributeMap
in interface Protocol
setAttributeMap
in class HarvestProtocol
attributeMap
- attributes as attribute mappublic String getFormat()
Format property is a value of the 'format' attribute within 'Distribution' array in the DCAT JSON response.
public void setFormat(String format)
Format property is a value of the 'format' attribute within 'Distribution' array in the DCAT JSON response.
format
- format
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |