Package | Description |
---|---|
org.nuxeo.ecm.core.api.model | |
org.nuxeo.ecm.core.api.model.impl | |
org.nuxeo.ecm.core.api.model.impl.primitives |
Modifier and Type | Method and Description |
---|---|
<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.
|
Modifier and Type | Method and Description |
---|---|
<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) |
Modifier and Type | Method and Description |
---|---|
<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) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.