org.nuxeo.ecm.core.schema
Class DocumentTypeDescriptor
java.lang.Object
org.nuxeo.ecm.core.schema.DocumentTypeDescriptor
public class DocumentTypeDescriptor
- extends Object
Document Type Descriptor.
Can be used to delay document type registration when not all prerequisites
are met (e.g. supertype was not yet registered).
In this case the descriptor containing all the information needed to register
the document is put in a queue waiting for the prerequisites to be met.
- Author:
- Bogdan Stefanescu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
schemas
public SchemaDescriptor[] schemas
superTypeName
public String superTypeName
facets
public String[] facets
childrenTypes
public String[] childrenTypes
prefetch
public String prefetch
DocumentTypeDescriptor
public DocumentTypeDescriptor()
DocumentTypeDescriptor
public DocumentTypeDescriptor(String superTypeName,
String name,
SchemaDescriptor[] schemas,
String[] facets)
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.