Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.schema.types.ValueConverter

Packages that use ValueConverter
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. 
org.nuxeo.ecm.core.schema.types.primitives Primitive types implementationl; according to the XML Schemas specifications, "primitive datatypes are those that are not defined in terms of other datatypes; they exist ab initio." 
 

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

Subinterfaces of ValueConverter in org.nuxeo.ecm.core.schema
 interface DocumentType
          Document types are composite types made of several schemas.
 

Classes in org.nuxeo.ecm.core.schema that implement ValueConverter
 class DocumentTypeImpl
          Implementation of a document type.
 

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

Subinterfaces of ValueConverter in org.nuxeo.ecm.core.schema.types
 interface ComplexType
          A complex type is tree-like structure of named elements which can be of any type.
 interface CompositeType
          A composite type is an aggregation of several schemas.
 interface ListType
          A list of typed objects.
 interface Schema
          A marker interface for schemas.
 interface SimpleType
           
 interface Type
          A Type object is used to describe some ECM content.
 

Classes in org.nuxeo.ecm.core.schema.types that implement ValueConverter
 class AbstractType
           
 class AnyType
           
 class ComplexTypeImpl
           
 class CompositeTypeImpl
           
 class ListTypeImpl
           
 class PrimitiveType
           
 class SchemaImpl
           
 class SimpleTypeImpl
           
 

Uses of ValueConverter in org.nuxeo.ecm.core.schema.types.primitives
 

Classes in org.nuxeo.ecm.core.schema.types.primitives that implement ValueConverter
 class BinaryType
          The binary type handles values of type InputStream.
 class BooleanType
           
 class DateType
           
 class DoubleType
           
 class IntegerType
           
 class LongType
           
 class StringType
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.