|
|
|
|
|
|
|
getZenProperties(self,
uid,
start=0,
params="{}",
limit=None,
sort=None,
page=None,
dir='ASC')
Returns the definition and values of all the zen properties for this
context |
source code
|
|
Dictionary
|
getZenProperty(self,
uid,
zProperty)
Returns information about a zproperty for a given context, including
its value |
source code
|
|
|
getCustomProperties(self,
uid,
start=0,
params="{}",
limit=None,
sort=None,
page=None,
dir='ASC')
Returns the definition and values of all the zen properties for this
context |
source code
|
|
|
addCustomProperty(self,
id,
value,
label,
uid,
type)
adds a new property to the / of the tree |
source code
|
|
|
|
|
|