Ontimize Document Management 0.035EN

com.ontimize.dms.jcr
Interface ValueConverter

All Known Implementing Classes:
ValueConverterBase

public interface ValueConverter

Value conversions.

Since:
01/10/2010

Method Summary
 java.lang.Class toClass(Property property)
           
 Value toNull(java.lang.Class clazz)
           
 java.lang.Object toObject(Value value)
           
 Value[] toValue(java.lang.Object value)
           
 

Method Detail

toValue

Value[] toValue(java.lang.Object value)
                throws RepositoryException
Throws:
RepositoryException

toObject

java.lang.Object toObject(Value value)
                          throws RepositoryException
Throws:
RepositoryException

toClass

java.lang.Class toClass(Property property)
                        throws RepositoryException
Throws:
RepositoryException

toNull

Value toNull(java.lang.Class clazz)
             throws RepositoryException
Throws:
RepositoryException

Ontimize Document Management