Uses of Class
lumis.portal.propertybag.Property
-
Packages that use Property Package Description lumis.portal.propertybag Provides the storage of property values in a hierarchical structure. -
-
Uses of Property in lumis.portal.propertybag
Methods in lumis.portal.propertybag that return Property Modifier and Type Method Description Property
PropertyBag. getLocalProperty(String propertyName)
Returns a property in this property bag.Property
PropertyBag. getProperty(String propertyName)
Returns a property of this property bag.Methods in lumis.portal.propertybag that return types with arguments of type Property Modifier and Type Method Description Map<String,Property>
PropertyBag. getLocalPropertyMap()
Returns all the properties in this property bag.Map<String,Property>
PropertyBag. getPropertyMap()
Returns the aggregated properties of this property bag.
-