Modifier and Type | Method and Description |
---|---|
abstract ImportItem |
ImportConnector.firstItem(java.lang.Object dsref)
Retrieve the first item from the data source.
|
abstract ImportItem |
ImportConnector.nextItem(java.lang.Object dsref)
Retrieve the next item from the data source.
|
Modifier and Type | Method and Description |
---|---|
abstract ChangeType |
ImportConnector.checkItem(java.lang.Object dsref,
ImportItem item)
Check if an item is in need of update.
|
abstract int |
ImportConnector.loadItem(java.lang.Object dsref,
ImportItem item)
Load all the data for an item.
|