|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataProcessor
Data processor.
| Method Summary | |
|---|---|
String |
getName()
Gets name of the processor. |
void |
onEnd(ExecutionUnit unit,
boolean success)
Called upon the end of harvesting of the resource. |
void |
onIterationException(ExecutionUnit unit,
Exception ex)
Called upon iteration exception. |
void |
onMetadata(ExecutionUnit unit,
Publishable record)
Called uppon harvesting a single metadata. |
void |
onStart(ExecutionUnit unit)
Called upon the start of harvesting the resource. |
| Method Detail |
|---|
String getName()
void onEnd(ExecutionUnit unit,
boolean success)
unit - execution unit
void onIterationException(ExecutionUnit unit,
Exception ex)
unit - execution unitex - exception
void onMetadata(ExecutionUnit unit,
Publishable record)
throws IOException,
SQLException,
CatalogIndexException,
TransformerConfigurationException
unit - execution unitrecord - record to publish
IOException - if reading metadata fails
SQLException - if processing metadata fails
CatalogIndexException - if operation on index fails
TransformerConfigurationException - if processing metadata failsvoid onStart(ExecutionUnit unit)
unit - execution unit
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||