|
__init__(self,
table,
tree=None,
files=None,
job_id=None,
strategy=None,
update_policy=None,
conflict_policy=None,
last_sync=None,
onconflict=None)
Constructor |
source code
|
|
|
|
|
add_item(self,
element=None,
original=None,
components=None,
parent=None,
joinby=None)
Parse and validate an XML element and add it as new item to the job. |
source code
|
|
|
lookahead(self,
element,
table=None,
fields=None,
tree=None,
directory=None,
lookup=None)
Find referenced elements in the tree |
source code
|
|
|
load_item(self,
row)
Load an item from the item table (counterpart to add_item when
restoring a job from the database) |
source code
|
|
|
|
|
commit(self,
ignore_errors=False,
log_items=None)
Commit the import job to the DB |
source code
|
|
|
|
|
|
|
|
|
|