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