Package bscw :: Package api :: Module ap_catchup
[hide private]

Module ap_catchup

Confirms new events for a set of artifacts
   event_types is 'read', 'touch', 'both'
   returns date of last catchup

API definition::

 API = (('target_ids', 'array', 1, [('item', 'ASCII string', 1)]),
        ('event_types', 'array', 0, [('item', 'ASCII string', 1)]),
        ('recursive', 'boolean', 0))

(c) Fraunhofer FIT, 2002


Version: $Rev: 20112 $

Functions [hide private]
 
param_def()
return the parameter definition
 
do_it(request, target_ids, event_types=['both'], recursive=True)
see above
 
confirm(request, objects, flags, seen=0)
Confirms new events for a set of artifacts
 
chop_type(str)
 
catch_up(self, append, seen, flags)
 
catch_up_group(obj, append, seen, flags)
Variables [hide private]
  RECURSIVE = 1
  READ = 2
  TOUCH = 4
  BOTH = 6
  __package__ = 'bscw.api'