| Package | Description |
|---|---|
| com.agimatec.utility.fileimport |
| Modifier and Type | Field and Description |
|---|---|
protected ImportControl |
ImportJob.control |
| Modifier and Type | Method and Description |
|---|---|
ImportControl |
ImportController.findById(long importId) |
ImportControl |
ImportJob.getControl()
never null, but optional
|
ImportControl |
ImportController.join(String importName)
create import in database for the type and call start() after
a lock() has been aquired.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImportControl> |
ImportController.findAll() |
List<ImportControl> |
ImportController.findByName(String importName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportController.end(ImportControl imp)
markiert den import mit dem angeg.
|
void |
ImportController.end(ImportControl imp,
Importer importer) |
long |
ImportController.join(ImportControl imp) |
long |
ImportController.start(ImportControl imp)
insert the importcontrol row into the database.
|
void |
ImportController.update(ImportControl imp)
calls start() if not already done so!
|
void |
ImportController.update(ImportControl imp,
Importer importer)
update rowCount, errorCount during running import.
|
Copyright © 2008-2016. All Rights Reserved.