Package bscw ::
Package api ::
Module ap_editnote
|
|
Module ap_editnote
Edit a Note object
returns id of note
API definition::
API = (('object_id', 'ASCII string', 1),
('subject', 'Unicode string', 1),
('body', 'Unicode string', 1),
('type', 'ASCII string', 0),
('tags', 'Unicode string', 0))
(c) Fraunhofer FIT, 2002
|
param_def()
return the parameter definition |
|
|
|
do_it(request,
object_id,
subject,
body,
type=None,
tags=None)
see above |
|
|
|
edit_note(request,
note,
subject,
body,
type=None,
tags=None)
Edit a Note object |
|
|