A Property Manager object has a collection of typed attributes called properties. Properties can be managed through the web or via DTML.
In addition to having a type, properties can be writable or read-only and can have default values.
Return a list of (id, property) tuples.
Access contents information
Returns a list of property values.
Access contents information
Returns a tuple of mappings, giving meta-data for properties.
The meta-data includes id
, type
, and mode
.
Access contents information
Returns a list of property ids.
Access contents information
Get the type of property id
. Returns None if no such
property exists.
Access contents information
Return the value of the property id
. If the property is not
found the optional second argument or None is returned.
Access contents information
Returns a true value if the Property Manager has the property
id
. Otherwise returns a false value.
Access contents information