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

Module ap_deleteObj

Deletes a set of artifacts (moves it to the users waste)
   returns id of the container

API definition::

 API = (('object_ids', 'array', 1, [('entry', 'ASCII string', 1)]),
        ('container_id', 'ASCII string', 1),
        ('waste', 'boolean', 0))

(c) Fraunhofer FIT, 2002


Version: $Rev: 22535 $

Functions [hide private]
 
param_def()
return the parameter definition
 
do_it(request, object_ids, container_id, waste=0)
see above
 
delete_entries(request, entries, move_to_waste)
Variables [hide private]
  __package__ = None