Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.storage.sql.CollectionProperty

Packages that use CollectionProperty
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.storage.sql.coremodel   
 

Uses of CollectionProperty in org.nuxeo.ecm.core.storage.sql
 

Methods in org.nuxeo.ecm.core.storage.sql that return CollectionProperty
 CollectionProperty Node.getCollectionProperty(java.lang.String name)
          Gets a collection property from the node, given its name.
 

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

Constructors in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type CollectionProperty
SQLCollectionProperty(SQLSession session, CollectionProperty property, ListType type, boolean readonly)
          Creates a SQLCollectionProperty to wrap a CollectionProperty.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.