Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use ListType
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 ListType in org.nuxeo.ecm.automation.core.util
 

Methods in org.nuxeo.ecm.automation.core.util with parameters of type ListType
static List<Object> ComplexTypeJSONDecoder.decodeList(ListType lt, org.codehaus.jackson.node.ArrayNode jsonArray)
           
static List<Object> ComplexTypeJSONDecoder.decodeList(ListType lt, String json)
           
 

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, 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, String name, SQLSession session, boolean readonly)
          Creates a SQLComplexListProperty to wrap a collection of Nodes.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.