Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

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

Fields in org.nuxeo.ecm.core.storage.sql declared as PropertyType
 PropertyType ModelProperty.propertyType
           
 PropertyType BaseProperty.type
          The property type.
 

Methods in org.nuxeo.ecm.core.storage.sql that return PropertyType
static PropertyType PropertyType.fromFieldType(Type fieldType, boolean array)
          Converts a Nuxeo core schema field type into a property type.
 PropertyType PropertyType.getArrayBaseType()
           
 PropertyType Model.getCollectionFragmentType(String fragmentName)
           
 PropertyType Model.getFulltextFieldType(String fragmentName, String fragmentKey)
          Finds out if a field is to be indexed as fulltext.
static PropertyType PropertyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PropertyType[] PropertyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.nuxeo.ecm.core.storage.sql with parameters of type PropertyType
BaseProperty(String name, PropertyType type, boolean readonly)
          Creates a Property.
CollectionProperty(String name, PropertyType type, boolean readonly, CollectionFragment fragment)
          Creates a CollectionProperty.
ModelProperty(PropertyType propertyType, String fragmentName, String fragmentKey, boolean readonly)
           
SimpleProperty(String name, PropertyType type, boolean readonly, SimpleFragment fragment, String key)
          Creates a SimpleProperty, with specific info about row and key.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.