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. 
 | 
getHandlerProviderpublic 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 BeanAttributes properties whose values are to be fetched.PropertyException - if the property couldn't read.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.