Ignore:
Timestamp:
24 Nov 2012, 17:19:04 (12 years ago)
Author:
uli
Message:

Support additional args for export jobs. These changes do not break existing instances.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py

    r9671 r9718  
    11641164    """A component that contains (maybe virtually) export jobs.
    11651165    """
    1166     def start_export_job(exporter_name, user_id):
     1166    def start_export_job(exporter_name, user_id, *args, **kwargs):
    11671167        """Start asynchronous export job.
    11681168
     
    11701170
    11711171        `user_id` is the ID of the user that triggers the export.
     1172
     1173        `args` positional arguments passed to the export job created.
     1174
     1175        `kwargs` keyword arguments passed to the export job.
    11721176
    11731177        The job_id is stored along with exporter name and user id in a
Note: See TracChangeset for help on using the changeset viewer.