Nuxeo Enterprise Platform 5.4

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.schema.ejb   
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 CoreInstance.getCachedDocumentType(java.lang.String type)
           
 DocumentType DocumentModel.getDocumentType()
          Gets the document type object.
 DocumentType AbstractSession.getDocumentType(java.lang.String type)
           
 DocumentType CoreSession.getDocumentType(java.lang.String type)
          Gets the document type object given its type name.
 

Methods in org.nuxeo.ecm.core.api with parameters of type DocumentType
 void CoreInstance.cacheDocumentType(DocumentType docType)
           
static DocumentModelImpl DocumentModelFactory.createDocumentModel(DocumentType docType)
          Creates a new document model using only required information to be used on client side.
static DocumentModelImpl DocumentModelFactory.createDocumentModel(java.lang.String sessionId, DocumentType docType)
          Creates a new document model using only required information to be used on client side.
static DocumentModelImpl DocumentModelFactory.createDocumentModel(java.lang.String parentPath, java.lang.String id, DocumentType docType, java.lang.String[] schemas)
          Creates a new document model using only required information to be used on client side.
static DocumentModel DocumentModelFactory.newDocument(DocumentModel parent, DocumentType type)
           
static DocumentModel DocumentModelFactory.newDocument(DocumentModel parent, java.lang.String name, DocumentType type)
           
 

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()
           
 

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(java.lang.String docType)
           
 DocumentType SchemaManagerImpl.getDocumentType(java.lang.String name)
           
 DocumentType[] TypeProvider.getDocumentTypes()
           
 DocumentType[] SchemaManagerImpl.getDocumentTypes()
           
 DocumentType[] DocumentTypeImpl.getResolvedChildrenTypes()
           
 DocumentType[] DocumentType.getResolvedChildrenTypes()
          Gets the resolved children doc types.
 DocumentType SchemaManagerImpl.unregisterDocumentType(java.lang.String name)
           
 DocumentType SchemaManager.unregisterDocumentType(java.lang.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
 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, java.lang.String name)
           
DocumentTypeImpl(DocumentType superType, java.lang.String name, java.lang.String[] declaredSchemas)
           
DocumentTypeImpl(DocumentType superType, java.lang.String name, java.lang.String[] declaredSchemas, java.lang.String[] declaredFacets)
           
 

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

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

Methods in org.nuxeo.ecm.core.schema.ejb that return DocumentType
 DocumentType TypeProviderBean.getDocumentType(java.lang.String docType)
           
 DocumentType[] TypeProviderBean.getDocumentTypes()
           
 

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 java.util.Comparator<DocumentType> APIHelper.DOCTYPE_COMPARATOR
           
 

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


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.