@StableMinor(version="10.1", sinceVersion="5.0") public interface IPropertyBagManager
Modifier and Type | Method and Description |
---|---|
void |
add(PropertyBag bag)
Persists a property bag.
|
void |
delete(PropertyBag bag)
Deletes the given property bag.
|
PropertyBag |
get(String propertyBagId)
Returns the property bag with the given identifier.
|
void add(PropertyBag bag) throws PortalException
bag
- the property bag to persist.PortalException
PropertyBag get(String propertyBagId) throws PortalException
propertyBagId
- identifier of the property bag.PortalException
void delete(PropertyBag bag) throws PortalException
Delete is not done recursively. There must not be any child property bags that have the given property bag as its parent.
bag
- the property bag to be deleted.PortalException
Lumisportal 10.1.2.170428 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.