Nuxeo Enterprise Platform 5.4

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

Packages that use Schema
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.api.impl   
org.nuxeo.ecm.core.api.model   
org.nuxeo.ecm.core.api.model.impl   
org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields. 
org.nuxeo.ecm.core.schema.ejb   
org.nuxeo.ecm.core.schema.types Implementation of Types, including SimpleTypes, CompositeTypes and ComplexTypes. 
org.nuxeo.ecm.core.search.api.client.indexing.resources.document.schemas   
 

Uses of Schema in org.nuxeo.ecm.core.api
 

Methods in org.nuxeo.ecm.core.api with parameters of type Schema
static DataModel DocumentModelFactory.exportSchema_OLD(java.lang.String sid, DocumentRef docRef, Document doc, Schema schema)
           
static DataModel DocumentModelFactory.exportSchema(java.lang.String sid, DocumentRef docRef, Document doc, Schema schema)
           
 

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

Methods in org.nuxeo.ecm.core.api.impl with parameters of type Schema
static DataModel DocumentModelImpl.cloneDataModel(Schema schema, DataModel data)
           
 

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

Methods in org.nuxeo.ecm.core.api.model that return Schema
 Schema Property.getSchema()
          Gets the document schema defining the property tree from which the property belongs.
 Schema DocumentPart.getSchema()
          The document schema.
 

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

Methods in org.nuxeo.ecm.core.api.model.impl that return Schema
 Schema DocumentPartImpl.getSchema()
           
 Schema AbstractProperty.getSchema()
           
 Schema DocumentPartImpl.getType()
           
 

Methods in org.nuxeo.ecm.core.api.model.impl with parameters of type Schema
static DocumentPart DefaultPropertyFactory.newDocumentPart(Schema schema)
           
 

Constructors in org.nuxeo.ecm.core.api.model.impl with parameters of type Schema
DocumentPartImpl(Schema schema)
           
DocumentPartImpl(Schema schema, PropertyFactory factory)
           
 

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

Methods in org.nuxeo.ecm.core.schema that return Schema
 Schema TypeProvider.getSchema(java.lang.String schema)
           
 Schema SchemaManagerImpl.getSchema(java.lang.String name)
           
 Schema SchemaManagerImpl.getSchemaFromPrefix(java.lang.String schemaPrefix)
           
 Schema SchemaManager.getSchemaFromPrefix(java.lang.String schemaPrefix)
           
 Schema SchemaManagerImpl.getSchemaFromURI(java.lang.String schemaURI)
           
 Schema SchemaManager.getSchemaFromURI(java.lang.String schemaURI)
           
 Schema[] TypeProvider.getSchemas()
           
 Schema[] SchemaManagerImpl.getSchemas()
           
 Schema[] PrefetchInfo.getSchemas()
           
static Schema BuiltinTypes.getSystemSchema()
           
 Schema XSDLoader.loadSchema(java.lang.String name, java.lang.String prefix, java.io.File file, boolean override)
           
 Schema XSDLoader.loadSchema(java.lang.String name, java.lang.String prefix, java.io.InputStream in)
           
 Schema XSDLoader.loadSchema(java.lang.String name, java.lang.String prefix, java.net.URL url)
           
 Schema XSDLoader.loadSchema(java.lang.String name, java.lang.String prefix, com.sun.xml.xsom.XSSchema schema, boolean override)
           
 Schema SchemaManagerImpl.unregisterSchema(java.lang.String name)
           
 Schema SchemaManager.unregisterSchema(java.lang.String name)
           
 

Methods in org.nuxeo.ecm.core.schema with parameters of type Schema
 ListType XSDLoader.createListType(Schema schema, java.lang.String name, com.sun.xml.xsom.XSParticle particle)
           
 Type XSDLoader.loadType(Schema schema, com.sun.xml.xsom.XSType type)
           
 void SchemaManagerImpl.registerSchema(Schema schema)
           
 void SchemaManager.registerSchema(Schema schema)
           
 

Uses of Schema in org.nuxeo.ecm.core.schema.ejb
 

Methods in org.nuxeo.ecm.core.schema.ejb that return Schema
 Schema TypeProviderBean.getSchema(java.lang.String schema)
           
 Schema[] TypeProviderBean.getSchemas()
           
 

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

Classes in org.nuxeo.ecm.core.schema.types that implement Schema
 class SchemaImpl
           
 

Methods in org.nuxeo.ecm.core.schema.types that return Schema
 Schema Type.getSchema()
          Gets the schema defining this type.
 Schema AbstractType.getSchema()
           
 Schema CompositeTypeImpl.getSchema(java.lang.String name)
           
 Schema CompositeType.getSchema(java.lang.String name)
          Gets the composite type schema given its name.
 Schema CompositeTypeImpl.getSchemaByPrefix(java.lang.String prefix)
           
 Schema CompositeType.getSchemaByPrefix(java.lang.String prefix)
          Finds the composite type schema given the schema prefix.
 

Methods in org.nuxeo.ecm.core.schema.types that return types with arguments of type Schema
 TypeRef<Schema> SchemaImpl.getRef()
           
 TypeRef<Schema> Schema.getRef()
           
 java.util.Collection<Schema> CompositeTypeImpl.getSchemas()
           
 java.util.Collection<Schema> CompositeType.getSchemas()
          Gets all the schemas (including inherited schemas) of this composite type.
 

Methods in org.nuxeo.ecm.core.schema.types with parameters of type Schema
 void CompositeTypeImpl.addSchema(Schema schema)
           
 void CompositeType.addSchema(Schema schema)
          Adds a schema.
 

Uses of Schema in org.nuxeo.ecm.core.search.api.client.indexing.resources.document.schemas
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.resources.document.schemas that return Schema
 Schema DefaultSchemaFieldDescriptorsFactory.getSchemaByName(java.lang.String name)
          Returns a schema given its name.
 Schema DefaultSchemaFieldDescriptorsFactory.getSchemaByPrefix(java.lang.String prefix)
          Returns a schema given its prefix.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.