Uses of Class
org.chromattic.core.bean.SimpleValueInfo

Packages that use SimpleValueInfo
org.chromattic.core   
org.chromattic.core.mapper.nodeattribute   
org.chromattic.core.mapper.property   
 

Uses of SimpleValueInfo in org.chromattic.core
 

Methods in org.chromattic.core with parameters of type SimpleValueInfo
<V> V
ObjectContext.getPropertyValue(String propertyName, SimpleValueInfo<V> type)
           
<V> List<V>
ObjectContext.getPropertyValues(String propertyName, SimpleValueInfo<V> simpleType, ListType listType)
           
<V> void
ObjectContext.setPropertyValue(String propertyName, SimpleValueInfo<V> type, V o)
           
<V> void
ObjectContext.setPropertyValues(String propertyName, SimpleValueInfo<V> type, ListType listType, List<V> objects)
           
 

Uses of SimpleValueInfo in org.chromattic.core.mapper.nodeattribute
 

Constructor parameters in org.chromattic.core.mapper.nodeattribute with type arguments of type SimpleValueInfo
JCRNodeAttributePropertyMapper(SingleValuedPropertyInfo<SimpleValueInfo> info, NodeAttributeType type)
           
 

Uses of SimpleValueInfo in org.chromattic.core.mapper.property
 

Constructor parameters in org.chromattic.core.mapper.property with type arguments of type SimpleValueInfo
JCRPropertyListPropertyMapper(Class<O> contextType, MultiValuedPropertyInfo<SimpleValueInfo> info, String jcrPropertyName)
           
JCRPropertyMapPropertyMapper(Class<O> contextType, MapPropertyInfo<SimpleValueInfo,SimpleValueInfo> info)
           
JCRPropertyMapPropertyMapper(Class<O> contextType, MapPropertyInfo<SimpleValueInfo,SimpleValueInfo> info)
           
JCRPropertyPropertyMapper(Class<O> contextType, SingleValuedPropertyInfo<SimpleValueInfo> info, String jcrPropertyName)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.