public class BeanAPI extends ASubAPI
Constructor and Description |
---|
BeanAPI() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getProp(UserContext uc,
Serializable bean,
BeanAttribute[] beanAttributs)
Reading a specific value from committed object based on the property name.
|
getHandlerProvider
public Map<String,Object> getProp(UserContext uc, Serializable bean, BeanAttribute[] beanAttributs) throws PropertyException
uc
- UserContext
the user context in which the action is to be performed.bean
- Serializable
Target object.beanAttributs
- Array of BeanAttribute
s properties whose values are to be fetched.PropertyException
- if the property couldn't read.Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.