Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.api.model.PropertyConversionException

Packages that use PropertyConversionException
org.nuxeo.ecm.core.api.model   
org.nuxeo.ecm.core.api.model.impl   
org.nuxeo.ecm.core.api.model.impl.primitives   
 

Uses of PropertyConversionException in org.nuxeo.ecm.core.api.model
 

Methods in org.nuxeo.ecm.core.api.model that throw PropertyConversionException
<T> T
Property.convertTo(Serializable value, Class<T> toType)
          Converts the given normalized value to the given type.
 Serializable Property.normalize(Object value)
          Normalizes the given value as dictated by the property type.
 

Uses of PropertyConversionException in org.nuxeo.ecm.core.api.model.impl
 

Methods in org.nuxeo.ecm.core.api.model.impl that throw PropertyConversionException
<T> T
ListProperty.convertTo(Serializable value, Class<T> toType)
           
<T> T
ArrayProperty.convertTo(Serializable value, Class<T> toType)
           
<T> T
AbstractProperty.convertTo(Serializable value, Class<T> toType)
           
 Serializable ListProperty.normalize(Object value)
           
 Serializable ComplexProperty.normalize(Object value)
           
 Serializable ArrayProperty.normalize(Object value)
           
 Serializable AbstractProperty.normalize(Object value)
           
 

Uses of PropertyConversionException in org.nuxeo.ecm.core.api.model.impl.primitives
 

Methods in org.nuxeo.ecm.core.api.model.impl.primitives that throw PropertyConversionException
<T> T
StringProperty.convertTo(Serializable value, Class<T> toType)
           
<T> T
LongProperty.convertTo(Serializable value, Class<T> toType)
           
<T> T
DoubleProperty.convertTo(Serializable value, Class<T> toType)
           
<T> T
DateProperty.convertTo(Serializable value, Class<T> toType)
           
<T> T
BooleanProperty.convertTo(Serializable value, Class<T> toType)
           
<T> T
BlobProperty.convertTo(Serializable value, Class<T> toType)
           
<T> T
BinaryProperty.convertTo(Serializable value, Class<T> toType)
           
 Serializable StringProperty.normalize(Object value)
           
 Serializable LongProperty.normalize(Object value)
           
 Serializable DoubleProperty.normalize(Object value)
           
 Serializable DateProperty.normalize(Object value)
           
 Serializable BooleanProperty.normalize(Object value)
           
 Serializable BlobProperty.normalize(Object value)
           
 Serializable BinaryProperty.normalize(Object value)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.