|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
ObjectContext.getPropertyValue(String propertyName,
SimpleValueInfo<V> type)
|
|
|
ObjectContext.getPropertyValues(String propertyName,
SimpleValueInfo<V> simpleType,
ListType listType)
|
|
|
ObjectContext.setPropertyValue(String propertyName,
SimpleValueInfo<V> type,
V o)
|
|
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||