Package lumis.portal.propertybag

Package class diagram package lumis.portal.propertybag
Provides the storage of property values in a hierarchical structure.

See:
          Description

Interface Summary
IPropertyBagManager Manages property bag instances.
 

Class Summary
Property Represents a property of a PropertyBag.
PropertyBag Object that represents a property bag.
PropertyBagManager Property bag manager implementation.
 

Package lumis.portal.propertybag Description

Provides the storage of property values in a hierarchical structure.

The IPropertyBagManager instance may be obtained using ManagerFactory.getPropertyBagManager(). It contains some property bag manipulation methods.

A PropertyBag stores property values. Each property is identified by a unique name and has a list of String default values. It is recommended to name properties using namespace like java packages, to avoid name clashes.

A property bag may have a parent. When a property bag has a parent, it inherits all the parent's properties and their values. If a property value is set on a property bag, the value set has precedence over any inherited value.

Since:
5.0.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.