Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use Field
org.nuxeo.ecm.core.api.impl   
org.nuxeo.ecm.core.api.model   
org.nuxeo.ecm.core.api.model.impl   
org.nuxeo.ecm.core.api.model.impl.osm   
org.nuxeo.ecm.core.api.model.impl.primitives   
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 Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.directory.ldap   
org.nuxeo.ecm.directory.sql   
 

Uses of Field in org.nuxeo.ecm.core.api.impl
 

Methods in org.nuxeo.ecm.core.api.impl with parameters of type Field
static Object DocumentModelImpl.cloneField(Field field, String key, Object value)
           
 

Uses of Field in org.nuxeo.ecm.core.api.model
 

Methods in org.nuxeo.ecm.core.api.model that return Field
 Field Property.getField()
          Gets the field corresponding to this property.
 

Methods in org.nuxeo.ecm.core.api.model with parameters of type Field
 Property DocumentPart.createProperty(Property parent, Field field)
           
 Property PropertyFactory.createProperty(Property parent, Field field, int flags)
           
 Property DocumentPart.createProperty(Property parent, Field field, int flags)
           
 

Uses of Field in org.nuxeo.ecm.core.api.model.impl
 

Methods in org.nuxeo.ecm.core.api.model.impl that return Field
 Field ScalarProperty.getField()
           
 Field MapProperty.getField()
           
 Field ListProperty.getField()
           
 Field DocumentPartImpl.getField()
           
 

Methods in org.nuxeo.ecm.core.api.model.impl with parameters of type Field
 Property DocumentPartImpl.createProperty(Property parent, Field field)
           
 Property DocumentPartImpl.createProperty(Property parent, Field field, int flags)
           
 Property CompositePropertyFactory.createProperty(Property parent, Field field, int flags)
           
 Property ComplexProperty.getChild(Field field)
           
 Property ComplexProperty.getNonPhantomChild(Field field)
           
static Property DefaultPropertyFactory.newArrayProperty(Property parent, Field field, int flags)
           
static Property DefaultPropertyFactory.newListProperty(Property parent, Field field)
           
static Property DefaultPropertyFactory.newListProperty(Property parent, Field field, int flags)
           
static Property DefaultPropertyFactory.newMapProperty(Property parent, Field field)
           
static Property DefaultPropertyFactory.newMapProperty(Property parent, Field field, int flags)
           
static Property DefaultPropertyFactory.newProperty(Property parent, Field field, int flags)
           
static Property DefaultPropertyFactory.newScalarProperty(Property parent, Field field)
           
static Property DefaultPropertyFactory.newScalarProperty(Property parent, Field field, int flags)
           
 

Constructors in org.nuxeo.ecm.core.api.model.impl with parameters of type Field
ArrayProperty(Property parent, Field field, int flags)
           
ListProperty(Property parent, Field field)
           
ListProperty(Property parent, Field field, int flags)
           
MapProperty(Property parent, Field field)
           
MapProperty(Property parent, Field field, int flags)
           
ScalarProperty(Property parent, Field field)
           
ScalarProperty(Property parent, Field field, int flags)
           
 

Uses of Field in org.nuxeo.ecm.core.api.model.impl.osm
 

Constructors in org.nuxeo.ecm.core.api.model.impl.osm with parameters of type Field
ComplexMemberProperty(ObjectAdapter adapter, Property parent, Field field)
           
ComplexMemberProperty(ObjectAdapter adapter, Property parent, Field field, int flags)
           
ObjectProperty(ObjectAdapter adapter, Property parent, Field field)
           
ObjectProperty(ObjectAdapter adapter, Property parent, Field field, int flags)
           
ScalarMemberProperty(Property parent, Field field)
           
ScalarMemberProperty(Property parent, Field field, int flags)
           
 

Uses of Field in org.nuxeo.ecm.core.api.model.impl.primitives
 

Constructors in org.nuxeo.ecm.core.api.model.impl.primitives with parameters of type Field
BinaryProperty(Property parent, Field field, int flags)
           
BlobProperty(Property parent, Field field, int flags)
           
BooleanProperty(Property parent, Field field, int flags)
           
DateProperty(Property parent, Field field, int flags)
           
DoubleProperty(Property parent, Field field, int flags)
           
ExternalBlobProperty(Property parent, Field field)
           
ExternalBlobProperty(Property parent, Field field, int flags)
           
LongProperty(Property parent, Field field, int flags)
           
StringProperty(Property parent, Field field, int flags)
           
 

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

Methods in org.nuxeo.ecm.core.schema that return Field
 Field SchemaManagerImpl.getField(String prefixedName)
           
 Field SchemaManager.getField(String prefixedName)
          Gets the field given a prefixed name.
 

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

Classes in org.nuxeo.ecm.core.schema.types that implement Field
 class FieldImpl
           
 

Methods in org.nuxeo.ecm.core.schema.types that return Field
 Field CompositeTypeImpl.addField(QName name, TypeRef<? extends Type> type)
           
 Field ComplexTypeImpl.addField(QName name, TypeRef<? extends Type> type)
           
 Field ComplexType.addField(QName name, TypeRef<? extends Type> type)
          Adds a field to this complex type.
 Field ComplexTypeImpl.addField(QName name, TypeRef<? extends Type> type, String defaultValue, int flags)
           
 Field ComplexType.addField(QName name, TypeRef<? extends Type> type, String defaultValue, int flags)
          Adds a field to this complex type.
 Field ComplexTypeImpl.addField(String name, TypeRef<? extends Type> type)
           
 Field ComplexType.addField(String name, TypeRef<? extends Type> type)
          Adds a field to this complex type.
 Field ComplexTypeImpl.addField(String name, TypeRef<? extends Type> type, String defaultValue, int flags)
           
 Field ComplexType.addField(String name, TypeRef<? extends Type> type, String defaultValue, int flags)
          Adds a field to this complex type.
 Field ListTypeImpl.getField()
           
 Field ListType.getField()
          Get the field defining the elements stored by this list.
 Field CompositeTypeImpl.getField(QName name)
           
 Field ComplexTypeImpl.getField(QName name)
           
 Field ComplexType.getField(QName name)
          Gets the field having the given name.
 Field CompositeTypeImpl.getField(String name)
           
 Field ComplexTypeImpl.getField(String name)
           
 Field ComplexType.getField(String name)
          Gets the field with the given name.
 

Methods in org.nuxeo.ecm.core.schema.types that return types with arguments of type Field
 Collection<Field> CompositeTypeImpl.getFields()
           
 Collection<Field> ComplexTypeImpl.getFields()
           
 Collection<Field> ComplexType.getFields()
          Gets all fields as a (field name, field type) map.
 

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

Methods in org.nuxeo.ecm.core.storage.sql with parameters of type Field
static ColumnType ColumnType.fromField(Field field)
          Gets the column type from a Nuxeo Schema field, including its constrained length if any.
 

Uses of Field in org.nuxeo.ecm.directory.ldap
 

Methods in org.nuxeo.ecm.directory.ldap that return types with arguments of type Field
 Map<String,Field> LDAPDirectory.getSchemaFieldMap()
           
 

Uses of Field in org.nuxeo.ecm.directory.sql
 

Methods in org.nuxeo.ecm.directory.sql that return types with arguments of type Field
 Map<String,Field> SQLDirectory.getSchemaFieldMap()
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.