An eXist method (ie XQuery) object.
The class which represents an eXist method
Base Classes
|
|
OFS.SimpleItem.Item
Persistent
Acquisition.Implicit
AccessControl.Role.RoleManager
|
Methods
|
|
__init__
manage_edit
|
|
__init__
|
__init__ (
self,
id,
title,
eXistDB_id='',
params='',
xquery='',
)
Class constructor.
Returns a new object !!
id : string containing the id of the Zope object created
title : string containing the title property of the Zope object
eXistDB_id : string containing the id in zope of the eXistDA or eXist syndicator to use when xquerying
params : string containing the parameters to pass to the Xquery, comma separated (as for a parameter list in a python script)
xquery : string containing the text of the xquery to send to the server
|
|
manage_edit
|
manage_edit (
self,
title="",
eXistDB_id='',
params='',
xquery='',
REQUEST=None,
)
Change values of object's parameters. (see __init__ )
|
|