Uses of Class
org.nuxeo.ecm.core.schema.DocumentTypeDescriptor
-
Packages that use DocumentTypeDescriptor Package Description org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields.org.nuxeo.ecm.platform.types -
-
Uses of DocumentTypeDescriptor in org.nuxeo.ecm.core.schema
Fields in org.nuxeo.ecm.core.schema with type parameters of type DocumentTypeDescriptor Modifier and Type Field Description protected List<DocumentTypeDescriptor>SchemaManagerImpl. allDocumentTypesAll the registered document types.Methods in org.nuxeo.ecm.core.schema that return DocumentTypeDescriptor Modifier and Type Method Description DocumentTypeDescriptorDocumentTypeDescriptor. clone()DocumentTypeDescriptorSchemaManagerImpl. getDocumentTypeDescriptor(String name)DocumentTypeDescriptorDocumentTypeDescriptor. merge(DocumentTypeDescriptor other)protected DocumentTypeDescriptorSchemaManagerImpl. mergeDocumentTypeDescriptors(DocumentTypeDescriptor src, DocumentTypeDescriptor dst)Methods in org.nuxeo.ecm.core.schema with parameters of type DocumentTypeDescriptor Modifier and Type Method Description DocumentTypeDescriptorDocumentTypeDescriptor. merge(DocumentTypeDescriptor other)protected DocumentTypeDescriptorSchemaManagerImpl. mergeDocumentTypeDescriptors(DocumentTypeDescriptor src, DocumentTypeDescriptor dst)protected DocumentTypeSchemaManagerImpl. recomputeDocumentType(String name, DocumentTypeDescriptor dtd, DocumentType parent)voidSchemaManagerImpl. registerDocumentType(DocumentTypeDescriptor dtd)voidSchemaManagerImpl. unregisterDocumentType(DocumentTypeDescriptor dtd)Method parameters in org.nuxeo.ecm.core.schema with type arguments of type DocumentTypeDescriptor Modifier and Type Method Description protected DocumentTypeSchemaManagerImpl. recomputeDocumentType(String name, Set<String> stack, Map<String,DocumentTypeDescriptor> dtds) -
Uses of DocumentTypeDescriptor in org.nuxeo.ecm.platform.types
Fields in org.nuxeo.ecm.platform.types with type parameters of type DocumentTypeDescriptor Modifier and Type Field Description protected Map<String,DocumentTypeDescriptor>TypeRegistry. dtds
-