Nuxeo ECM Projects 5.4.3-SNAPSHOT

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.types Implementation of Types, including SimpleTypes, CompositeTypes and ComplexTypes. 
 

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

Methods in org.nuxeo.ecm.core.api with parameters of type Schema
static DataModel DocumentModelFactory.createDataModel(Document doc, Schema schema)
          Creates a data model from a document and a schema.
 DataModel CoreSession.getDataModel(DocumentRef docRef, Schema schema)
          Retrieves a data model given a document reference and a schema.
 DataModel AbstractSession.getDataModel(DocumentRef docRef, 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(String schema)
          Gets a schema.
 Schema SchemaManagerImpl.getSchema(String name)
           
 Schema SchemaManagerImpl.getSchemaFromPrefix(String schemaPrefix)
           
 Schema SchemaManager.getSchemaFromPrefix(String schemaPrefix)
           
 Schema SchemaManagerImpl.getSchemaFromURI(String schemaURI)
           
 Schema SchemaManager.getSchemaFromURI(String schemaURI)
           
 Schema[] TypeProvider.getSchemas()
          Gets the list of schemas.
 Schema[] SchemaManagerImpl.getSchemas()
           
 Schema XSDLoader.loadSchema(String name, String prefix, File file, boolean override)
           
 Schema XSDLoader.loadSchema(String name, String prefix, InputStream in)
           
 Schema XSDLoader.loadSchema(String name, String prefix, URL url)
           
 Schema XSDLoader.loadSchema(String name, String prefix, com.sun.xml.xsom.XSSchema schema, boolean override)
           
 Schema SchemaManagerImpl.unregisterSchema(String name)
           
 Schema SchemaManager.unregisterSchema(String name)
           
 

Methods in org.nuxeo.ecm.core.schema with parameters of type Schema
 ListType XSDLoader.createListType(Schema schema, 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.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(String name)
           
 Schema CompositeType.getSchema(String name)
          Gets the composite type schema given its name.
 Schema CompositeTypeImpl.getSchemaByPrefix(String prefix)
           
 Schema CompositeType.getSchemaByPrefix(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()
           
 Collection<Schema> CompositeTypeImpl.getSchemas()
           
 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.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.