See: Description
Interface | Description |
---|---|
IPropertyBagManager |
Manages property bag instances.
|
IPropertyBagManagerSPI |
Property bag internal actions.
|
Class | Description |
---|---|
Property |
Represents a property of a
PropertyBag . |
PropertyBag |
Object that represents a property bag.
|
PropertyBagManager |
Property bag manager implementation.
|
Enum | Description |
---|---|
PropertyInheritMode |
Indicates the mode the values of a property is inherited to a property
bag from its parent property bag.
|
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.
LumisXP 12.0.0.190809 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.