Package bscw ::
Package api ::
Module ap_locate
|
|
Module ap_locate
Locates an object, i.e. finds the workspace path for a given object
id. Returns a list of object attribute dictionaries (structs), beginning
with the (optional) start object (resp. user's workspace root) and ending
with the located object itself. By default, each object's attribute
dictionary only contains its __id__. Use attribute_names to specify other
attributes.
|
param_def()
return the parameter definition |
|
|
|
do_it(request,
object_id,
attribute_names=[ ' __id__ ' ] ,
start_id=None,
flter=None)
see above |
|
|
|
ignore_CantCommit = True
|
|
__package__ = ' bscw.api '
|