|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GatewayImporter
A gateway importer knows how to import forum data from an external data source. It can be combined with a gateway exporter to make a full gateway.
Gateway
,
GatewayExporter
Nested Class Summary | |
---|---|
static class |
GatewayImporter.Stats
|
Method Summary | |
---|---|
java.util.Date |
getLastImport()
Returns the Last date this importer completed |
GatewayImporter.Stats |
getStats()
|
void |
importData(java.util.Date date)
Import data from the data source into the specified forum. |
boolean |
isImporting()
|
void |
setImporting(boolean importing)
|
void |
stop()
Stop a running import. |
Method Detail |
---|
void importData(java.util.Date date) throws GatewayException
date
- the oldest cutoff date for data to import.
GatewayException
java.util.Date getLastImport()
void stop() throws GatewayException
GatewayException
boolean isImporting()
void setImporting(boolean importing)
GatewayImporter.Stats getStats()
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |