Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.schema.TypeRef

Packages that use TypeRef
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. 
 

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

Fields in org.nuxeo.ecm.core.schema declared as TypeRef
static TypeRef<Type> TypeRef.NULL
           
 

Methods in org.nuxeo.ecm.core.schema that return TypeRef
 TypeRef<DocumentType> DocumentTypeImpl.getRef()
           
 TypeRef<DocumentType> DocumentType.getRef()
           
 

Constructors in org.nuxeo.ecm.core.schema with parameters of type TypeRef
DocumentTypeImpl(TypeRef<DocumentType> superType, String name)
           
DocumentTypeImpl(TypeRef<DocumentType> superType, String name, String[] declaredSchemas)
           
DocumentTypeImpl(TypeRef<DocumentType> superType, String name, String[] declaredSchemas, String[] facets)
           
DocumentTypeImpl(TypeRef<DocumentType> superType, String name, String[] declaredSchemas, String[] facets, int flags)
           
 

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

Methods in org.nuxeo.ecm.core.schema.types that return TypeRef
 TypeRef<? extends Type> Type.getRef()
          Gets a proxy (or reference to this type).
 TypeRef<? extends SimpleType> SimpleTypeImpl.getRef()
           
 TypeRef<? extends SimpleType> SimpleType.getRef()
           
 TypeRef<Schema> SchemaImpl.getRef()
           
 TypeRef<Schema> Schema.getRef()
           
 TypeRef<PrimitiveType> PrimitiveType.getRef()
           
 TypeRef<ListType> ListTypeImpl.getRef()
           
 TypeRef<ListType> ListType.getRef()
           
 TypeRef<? extends CompositeType> CompositeTypeImpl.getRef()
           
 TypeRef<? extends CompositeType> CompositeType.getRef()
           
 TypeRef<? extends ComplexType> ComplexTypeImpl.getRef()
           
 TypeRef<? extends ComplexType> ComplexType.getRef()
           
 TypeRef<? extends Type> AbstractType.getRef()
           
 

Methods in org.nuxeo.ecm.core.schema.types with parameters of type TypeRef
 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.
 

Constructors in org.nuxeo.ecm.core.schema.types with parameters of type TypeRef
ComplexTypeImpl(TypeRef<? extends ComplexType> superType, String schema, String name)
           
ComplexTypeImpl(TypeRef<? extends ComplexType> superType, String schema, String name, Namespace ns)
           
ComplexTypeImpl(TypeRef<? extends ComplexType> superType, String schema, String name, Namespace ns, int struct)
           
CompositeTypeImpl(TypeRef<? extends CompositeType> superType, String schema, String name, String[] schemas)
           
FieldImpl(QName name, TypeRef<? extends Type> declaringType, TypeRef<? extends Type> type)
           
FieldImpl(QName name, TypeRef<? extends Type> declaringType, TypeRef<? extends Type> type)
           
FieldImpl(QName name, TypeRef<? extends Type> declaringType, TypeRef<? extends Type> type, String defaultValue, int flags)
           
FieldImpl(QName name, TypeRef<? extends Type> declaringType, TypeRef<? extends Type> type, String defaultValue, int flags)
           
ListTypeImpl(String schema, String name, TypeRef<? extends Type> type)
           
ListTypeImpl(String schema, String name, TypeRef<? extends Type> type, String defaultValue)
           
ListTypeImpl(String schema, String name, TypeRef<? extends Type> type, String fieldName, String defaultValue, int minOccurs, int maxOccurs)
           
SimpleTypeImpl(TypeRef<? extends SimpleType> superType, String schema, String name)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.