Nuxeo Enterprise Platform 5.4

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

Packages that use ListType
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 ListType in org.nuxeo.ecm.core.api.model.impl
 

Methods in org.nuxeo.ecm.core.api.model.impl that return ListType
 ListType ListProperty.getType()
           
 ListType ArrayProperty.getType()
           
 

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

Methods in org.nuxeo.ecm.core.schema that return ListType
 ListType XSDLoader.createListType(Schema schema, java.lang.String name, com.sun.xml.xsom.XSParticle particle)
           
 

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

Classes in org.nuxeo.ecm.core.schema.types that implement ListType
 class ListTypeImpl
           
 

Methods in org.nuxeo.ecm.core.schema.types that return types with arguments of type ListType
 TypeRef<ListType> ListTypeImpl.getRef()
           
 TypeRef<ListType> ListType.getRef()
           
 

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

Constructors in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type ListType
SQLCollectionProperty(SQLSession session, CollectionProperty property, ListType type, boolean readonly)
          Creates a SQLCollectionProperty to wrap a CollectionProperty.
SQLComplexListProperty(Node node, ListType type, java.lang.String name, SQLSession session, boolean readonly)
          Creates a SQLComplexListProperty to wrap a collection of Nodes.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.