Ignore:
Timestamp:
19 Apr 2012, 12:43:37 (12 years ago)
Author:
uli
Message:

Lots of trash to sketch filtered imports.

File:
1 edited

Legend:

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

    r8202 r8214  
    3737_ = MessageFactory = zope.i18nmessageid.MessageFactory('waeup.kofa')
    3838
    39 DELETIONMARKER = 'XXX'
     39DELETION_MARKER = 'XXX'
     40IGNORE_MARKER = '<IGNORE>'
    4041
    4142CREATED = 'created'
     
    825826
    826827class IFieldConverter(Interface):
    827     def update_request_data(self, name, value, schema_field, prefix=''):
     828    def request_data(name, value, schema_field, prefix='', mode='create'):
    828829        """Create a dict with key-value mapping as created by a request.
    829830
     
    831832        similar input and represent an attribute to be set to a
    832833        representation of value.
     834
     835        `mode` gives the mode of import.
    833836
    834837        :meth:`update_request_data` is then requested to turn this
Note: See TracChangeset for help on using the changeset viewer.