Package lumis.portal.propertybag
Interface IPropertyBagManagerSPI
-
- All Superinterfaces:
IPropertyBagManager
public interface IPropertyBagManagerSPI extends IPropertyBagManager
Property bag internal actions.- Since:
- 12.0.0
- Version:
- $Revision: 23034 $ $Date: 2019-08-05 16:52:47 -0300 (Mon, 05 Aug 2019) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tuple2<Map<String,List<String>>,Map<String,List<String>>>
getValues(String propertyBagId)
-
Methods inherited from interface lumis.portal.propertybag.IPropertyBagManager
add, delete, get, getValue, getValueMap, getValues
-
-
-
-
Method Detail
-
getValues
Tuple2<Map<String,List<String>>,Map<String,List<String>>> getValues(String propertyBagId) throws PortalException
Returns the property bag values.
The local values will be ina
slot and the complete values (with the inherited values) will be inb
slot.- Parameters:
propertyBagId
- the property bag identifier.- Returns:
- the property bag values
- Throws:
PortalObjectNotFoundException
- if no property with the given identifier was found.PortalException
- Since:
- 12.0.0
-
-