Package bscw ::
Package api ::
Module ap_catchup
|
|
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
|
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 |
|
|
|
|
|
catch_up(self,
append,
seen,
flags) |
|
|
|
catch_up_group(obj,
append,
seen,
flags) |
|
|
|
RECURSIVE = 1
|
|
READ = 2
|
|
TOUCH = 4
|
|
BOTH = 6
|
|
__package__ = ' bscw.api '
|