Package bscw ::
Package api ::
Module ap_addnote
|
|
Module ap_addnote
creating a new Noteboard
By way of a first Note as annotation to a Document etc,
or as stand-alone Note
returns id of new 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),
('attach', 'boolean', 0))
(c) Fraunhofer FIT, 2002
|
param_def()
return the parameter definition |
|
|
|
do_it(request,
object_id,
subject,
body,
type=' Article ' ,
tags=None,
attach=0)
see above |
|
|
|
add_note(request,
op,
target,
subject,
body,
type=' Article ' ,
reply_to=None,
name='
' ,
tags=None) |
|
|