Nuxeo Enterprise Platform 5.4

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

Packages that use CompositeType
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 CompositeType in org.nuxeo.ecm.core.schema
 

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

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

Classes in org.nuxeo.ecm.core.schema.types that implement CompositeType
 class CompositeTypeImpl
           
 

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

Constructors in org.nuxeo.ecm.core.schema.types with parameters of type CompositeType
CompositeTypeImpl(CompositeType superType, java.lang.String schema, java.lang.String name, java.lang.String[] schemas)
           
 

Constructor parameters in org.nuxeo.ecm.core.schema.types with type arguments of type CompositeType
CompositeTypeImpl(TypeRef<? extends CompositeType> superType, java.lang.String schema, java.lang.String name, java.lang.String[] schemas)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.