|
|
|
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
|
|
|
|
|
|
|
query(self,
uid,
constraints=None,
params=None,
**kw)
Returns a list of properties matching the given constraints
and parameters. |
source code
|
|
|
add(self,
uid,
id,
value,
label,
description,
type,
select_variable=None)
Adds a new property to uid. |
source code
|
|
|
update(self,
uid,
id,
value,
select_variable=None)
Updates an existing property. |
source code
|
|
|
remove(self,
uid,
id=None,
properties=None)
Removes the local instance of the each property in properties. |
source code
|
|