Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.schema.DocumentType

Packages that use DocumentType
org.nuxeo.ecm.automation.core.scripting   
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.event.impl Event Service implementation. 
org.nuxeo.ecm.core.model   
org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields. 
org.nuxeo.ecm.core.storage.sql.coremodel   
org.nuxeo.ecm.webengine.rendering   
 

Uses of DocumentType in org.nuxeo.ecm.automation.core.scripting
 

Methods in org.nuxeo.ecm.automation.core.scripting that return DocumentType
 DocumentType DocumentWrapper.getDocumentType()
           
 

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

Methods in org.nuxeo.ecm.core.api that return DocumentType
 DocumentType DocumentModel.getDocumentType()
          Gets the document type object.
 DocumentType CoreSession.getDocumentType(String type)
          Gets the document type object given its type name.
 DocumentType AbstractSession.getDocumentType(String type)
           
 

Methods in org.nuxeo.ecm.core.api with parameters of type DocumentType
static DocumentModelImpl DocumentModelFactory.createDocumentModel(DocumentType docType)
           
static DocumentModelImpl DocumentModelFactory.createDocumentModel(String sessionId, DocumentType docType)
          Creates a document model for a new document.
static DocumentModelImpl DocumentModelFactory.createDocumentModel(String parentPath, String id, DocumentType docType, String[] schemas)
          Deprecated. unused
static DocumentModel DocumentModelFactory.newDocument(DocumentModel parent, DocumentType type)
          Deprecated. unused
static DocumentModel DocumentModelFactory.newDocument(DocumentModel parent, String name, DocumentType type)
          Deprecated. unused
 

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

Methods in org.nuxeo.ecm.core.api.impl that return DocumentType
 DocumentType SimpleDocumentModel.getDocumentType()
           
 DocumentType DocumentModelImpl.getDocumentType()
           
 

Methods in org.nuxeo.ecm.core.api.impl with parameters of type DocumentType
static Set<String> DocumentModelImpl.computeSchemas(DocumentType type, Collection<String> instanceFacets)
          Recomputes effective schemas from a type + instance facets.
 

Uses of DocumentType in org.nuxeo.ecm.core.event.impl
 

Methods in org.nuxeo.ecm.core.event.impl that return DocumentType
 DocumentType ShallowDocumentModel.getDocumentType()
           
 

Uses of DocumentType in org.nuxeo.ecm.core.model
 

Methods in org.nuxeo.ecm.core.model that return DocumentType
 DocumentType MockDocument.getType()
           
 DocumentType Document.getType()
          Gets this document's type.
 

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

Classes in org.nuxeo.ecm.core.schema that implement DocumentType
 class DocumentTypeImpl
          Implementation of a document type.
 

Methods in org.nuxeo.ecm.core.schema that return DocumentType
 DocumentType TypeProvider.getDocumentType(String docType)
          Gets a document type.
 DocumentType SchemaManagerImpl.getDocumentType(String name)
           
 DocumentType[] TypeProvider.getDocumentTypes()
          Gets the list of document types.
 DocumentType[] SchemaManagerImpl.getDocumentTypes()
           
 DocumentType[] DocumentTypeImpl.getResolvedChildrenTypes()
           
 DocumentType[] DocumentType.getResolvedChildrenTypes()
          Gets the resolved children doc types.
 DocumentType SchemaManagerImpl.unregisterDocumentType(String name)
           
 DocumentType SchemaManager.unregisterDocumentType(String name)
           
 

Methods in org.nuxeo.ecm.core.schema that return types with arguments of type DocumentType
 TypeRef<DocumentType> DocumentTypeImpl.getRef()
           
 TypeRef<DocumentType> DocumentType.getRef()
           
 

Methods in org.nuxeo.ecm.core.schema with parameters of type DocumentType
 String Prefetch.getXPathSchema(String xpath, DocumentType type)
          Gets the schema name for a given xpath.
 void SchemaManagerImpl.registerDocumentType(DocumentType docType)
           
 void SchemaManager.registerDocumentType(DocumentType docType)
           
 

Constructors in org.nuxeo.ecm.core.schema with parameters of type DocumentType
DocumentTypeImpl(DocumentType superType, String name)
           
DocumentTypeImpl(DocumentType superType, String name, String[] declaredSchemas)
           
DocumentTypeImpl(DocumentType superType, String name, String[] declaredSchemas, String[] declaredFacets)
           
 

Constructor parameters in org.nuxeo.ecm.core.schema with type arguments of type DocumentType
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 DocumentType in org.nuxeo.ecm.core.storage.sql.coremodel
 

Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return DocumentType
 DocumentType SQLDocumentProxy.getType()
           
 DocumentType SQLDocumentLive.getType()
           
 

Uses of DocumentType in org.nuxeo.ecm.webengine.rendering
 

Fields in org.nuxeo.ecm.webengine.rendering with type parameters of type DocumentType
static Comparator<DocumentType> APIHelper.DOCTYPE_COMPARATOR
           
 

Methods in org.nuxeo.ecm.webengine.rendering that return DocumentType
static DocumentType[] APIHelper.getSortedDocumentTypes()
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.