ardi::item

ardi::item::apply args

For better performance data created, manipulated or deleted go into a cache. This API processes the cached data, clears the cache and redraws the GUI if needed.
Returns
1 for ok
tcl-error in case of error

ardi::item::delete args

Deletes the item with the specified ID.
Parameters
-id
value: item ID.
default value: ""
Returns
1 for ok
tcl-error in case of error

ardi::item::getpropertyid args

Queries id of property.
Parameters
-id
value: item ID
-key
value: property key

ardi::item::getpropertykeylist args

Queries list of properties.
Parameters
-id
value: item ID
Returns
list of property keys for a particular item id.

ardi::item::getroot

Queries the ID of the report root item. This is the top most item.
Returns
the ID of the report root item.

ardi::item::gettype args

Queries the type of the item with the specified ID.
Parameters
-id
value: item ID.
default value: ""
Returns
the type of the item.

ardi::item::gettypelist

Queries available types of items.
Returns
a list of item types.