Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.schema.types.TypeException

Packages that use TypeException
org.nuxeo.ecm.core.api.impl   
org.nuxeo.ecm.core.api.impl.converter   
org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields. 
org.nuxeo.ecm.core.schema.types Implementation of Types, including SimpleTypes, CompositeTypes and ComplexTypes. 
 

Uses of TypeException in org.nuxeo.ecm.core.api.impl
 

Methods in org.nuxeo.ecm.core.api.impl that throw TypeException
static void DocumentHelper.loadData(DocumentModel doc, Map<String,Object> dataMap)
          Deprecated. unused
static void DocumentHelper.loadData(DocumentModel doc, String schemaName, Map<String,Object> dataMap)
          Deprecated. unused
 

Uses of TypeException in org.nuxeo.ecm.core.api.impl.converter
 

Methods in org.nuxeo.ecm.core.api.impl.converter that throw TypeException
abstract  Object ValueConverter.convert(Object value)
           
 Object BlobConverter.convert(Object value)
           
static Object ValueConverter.getValue(String type, Object value)
           
 

Uses of TypeException in org.nuxeo.ecm.core.schema
 

Methods in org.nuxeo.ecm.core.schema that throw TypeException
 Schema XSDLoader.loadSchema(String name, String prefix, File file, boolean override)
           
 Schema XSDLoader.loadSchema(String name, String prefix, InputStream in)
           
 Schema XSDLoader.loadSchema(String name, String prefix, URL url)
           
 Schema XSDLoader.loadSchema(String name, String prefix, com.sun.xml.xsom.XSSchema schema, boolean override)
           
 

Uses of TypeException in org.nuxeo.ecm.core.schema.types
 

Subclasses of TypeException in org.nuxeo.ecm.core.schema.types
 class TypeBindingException
           
 

Methods in org.nuxeo.ecm.core.schema.types that throw TypeException
 Object ValueConverter.convert(Object value)
          Deprecated. Converts the given value to an object compatible with the associated type.
 Object SimpleTypeImpl.convert(Object value)
           
 Object ListTypeImpl.convert(Object object)
           
 Object ComplexTypeImpl.convert(Object object)
           
 boolean Type.validate(Object object)
          Tests whether the given object is of this type.
 boolean SimpleTypeImpl.validate(Object object)
           
 boolean ListTypeImpl.validate(Object object)
           
 boolean ComplexTypeImpl.validate(Object object)
           
 boolean AbstractType.validate(Object object)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.