Nuxeo Enterprise Platform 5.4

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, java.util.Map<java.lang.String,java.lang.Object> dataMap)
           
static void DocumentHelper.loadData(DocumentModel doc, java.lang.String schemaName, java.util.Map<java.lang.String,java.lang.Object> dataMap)
          Fills a DocumentModel with data from a given data map.
 

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

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

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

Methods in org.nuxeo.ecm.core.schema that throw TypeException
 Schema XSDLoader.loadSchema(java.lang.String name, java.lang.String prefix, java.io.File file, boolean override)
           
 Schema XSDLoader.loadSchema(java.lang.String name, java.lang.String prefix, java.io.InputStream in)
           
 Schema XSDLoader.loadSchema(java.lang.String name, java.lang.String prefix, java.net.URL url)
           
 Schema XSDLoader.loadSchema(java.lang.String name, java.lang.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
 java.lang.Object ValueConverter.convert(java.lang.Object value)
          Deprecated. Converts the given value to an object compatible with the associated type.
 java.lang.Object SimpleTypeImpl.convert(java.lang.Object value)
           
 java.lang.Object ListTypeImpl.convert(java.lang.Object object)
           
 java.lang.Object ComplexTypeImpl.convert(java.lang.Object object)
           
 boolean Type.validate(java.lang.Object object)
          Tests whether the given object is of this type.
 boolean SimpleTypeImpl.validate(java.lang.Object object)
           
 boolean ListTypeImpl.validate(java.lang.Object object)
           
 boolean ComplexTypeImpl.validate(java.lang.Object object)
           
 boolean AbstractType.validate(java.lang.Object object)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.