|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Protocol
Protocol.
Method Summary | |
---|---|
void |
applyAttributeMap(StringAttributeMap attributeMap)
Applies protocol attributes map. |
StringAttributeMap |
extractAttributeMap()
Extracts protocol attributes map. |
String |
getAdHoc()
Gets ad-hoc harvesting info. |
StringAttributeMap |
getAttributeMap()
Gets protocol attributes map. |
long |
getFlags()
Gets flag set. |
String |
getKind()
Gets protocol kind. |
Executor |
newExecutor(DataProcessor dataProcessor,
ExecutionUnit unit,
IWorker worker)
Creates new executor. |
QueryBuilder |
newQueryBuilder(IterationContext context,
String url)
Creates new query builder. |
void |
setAdHoc(String adHoc)
Sets ad-hoc info. |
void |
setAttributeMap(StringAttributeMap attributeMap)
Sets protocol attributes map. |
void |
setFlags(long flags)
Sets flag set. |
Method Detail |
---|
String getKind()
StringAttributeMap getAttributeMap()
void setAttributeMap(StringAttributeMap attributeMap)
attributeMap
- attributes mapStringAttributeMap extractAttributeMap()
void applyAttributeMap(StringAttributeMap attributeMap)
attributeMap
- attributes maplong getFlags()
void setFlags(long flags)
flags
- flag setQueryBuilder newQueryBuilder(IterationContext context, String url)
context
- iteration contexturl
- url
Executor newExecutor(DataProcessor dataProcessor, ExecutionUnit unit, IWorker worker)
dataProcessor
- data processorunit
- execution unitworker
- worker
String getAdHoc()
Ad-hoc information allows to store precise definition or pattern of the time when harvesting should occur. Ad-hoc is a pipe (|) separated set of time definitions. Currently, the following syntax is supported:
void setAdHoc(String adHoc)
adHoc
- ad-hoc infosetAdHoc(java.lang.String)
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |