Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use ComplexType
org.nuxeo.ecm.automation.core.util   
org.nuxeo.ecm.core.api.model.impl   
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.storage.sql.coremodel   
 

Uses of ComplexType in org.nuxeo.ecm.automation.core.util
 

Methods in org.nuxeo.ecm.automation.core.util with parameters of type ComplexType
static Object ComplexTypeJSONDecoder.decode(ComplexType ct, org.codehaus.jackson.node.ObjectNode jsonObject)
           
static Object ComplexTypeJSONDecoder.decode(ComplexType ct, String json)
           
 

Uses of ComplexType in org.nuxeo.ecm.core.api.model.impl
 

Methods in org.nuxeo.ecm.core.api.model.impl that return ComplexType
 ComplexType MapProperty.getType()
           
abstract  ComplexType ComplexProperty.getType()
           
 

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

Subinterfaces of ComplexType 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 ComplexType
 class DocumentTypeImpl
          Implementation of a document type.
 

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

Subinterfaces of ComplexType in org.nuxeo.ecm.core.schema.types
 interface CompositeType
          A composite type is an aggregation of several schemas.
 interface Schema
          A marker interface for schemas.
 

Classes in org.nuxeo.ecm.core.schema.types that implement ComplexType
 class ComplexTypeImpl
           
 class CompositeTypeImpl
           
 class SchemaImpl
           
 

Methods in org.nuxeo.ecm.core.schema.types that return ComplexType
 ComplexType FieldImpl.getDeclaringType()
           
 ComplexType Field.getDeclaringType()
          Gets the complex type that declared this field.
 

Methods in org.nuxeo.ecm.core.schema.types that return types with arguments of type ComplexType
 TypeRef<? extends ComplexType> ComplexTypeImpl.getRef()
           
 TypeRef<? extends ComplexType> ComplexType.getRef()
           
 

Constructors in org.nuxeo.ecm.core.schema.types with parameters of type ComplexType
ComplexTypeImpl(ComplexType superType, String schema, String name)
           
ComplexTypeImpl(ComplexType superType, String schema, String name, Namespace ns)
           
 

Constructor parameters in org.nuxeo.ecm.core.schema.types with type arguments of type ComplexType
ComplexTypeImpl(TypeRef<? extends ComplexType> superType, String schema, String name)
           
ComplexTypeImpl(TypeRef<? extends ComplexType> superType, String schema, String name, Namespace ns)
           
ComplexTypeImpl(TypeRef<? extends ComplexType> superType, String schema, String name, Namespace ns, int struct)
           
 

Uses of ComplexType in org.nuxeo.ecm.core.storage.sql.coremodel
 

Constructors in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type ComplexType
SQLComplexProperty(Node node, ComplexType type, SQLSession session, boolean readonly)
          Creates a SQLComplexProperty to wrap a Node.
SQLContentProperty(Node node, ComplexType type, SQLSession session, boolean readonly)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.