Package org.nuxeo.ecm.core.storage.sql
Class CollectionProperty
java.lang.Object
org.nuxeo.ecm.core.storage.sql.BaseProperty
org.nuxeo.ecm.core.storage.sql.CollectionProperty
A 
CollectionProperty gives access to a collection value stored in an underlying Fragment.- Author:
 - Florent Guillaume
 
- 
Field Summary
Fields inherited from class org.nuxeo.ecm.core.storage.sql.BaseProperty
name, type - 
Constructor Summary
ConstructorsConstructorDescriptionCollectionProperty(String name, PropertyType type, boolean readonly, CollectionFragment fragment) Creates aCollectionProperty.CollectionProperty(String name, PropertyType type, boolean readonly, SimpleFragment fragment, String key) Creates aCollectionProperty. - 
Method Summary
Methods inherited from class org.nuxeo.ecm.core.storage.sql.BaseProperty
checkWritable, getName, refresh, remove, save 
- 
Constructor Details
- 
CollectionProperty
public CollectionProperty(String name, PropertyType type, boolean readonly, CollectionFragment fragment) Creates aCollectionProperty. - 
CollectionProperty
public CollectionProperty(String name, PropertyType type, boolean readonly, SimpleFragment fragment, String key) Creates aCollectionProperty. 
 - 
 - 
Method Details
- 
getValue
 - 
getStrings
 - 
setValue
 
 -