public class DocumentTypeDescriptor extends Object
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.
Modifier and Type | Field and Description |
---|---|
String[] |
childrenTypes |
String[] |
facets |
String |
name |
String |
prefetch |
SchemaDescriptor[] |
schemas |
String |
superTypeName |
Constructor and Description |
---|
DocumentTypeDescriptor() |
DocumentTypeDescriptor(String superTypeName,
String name,
SchemaDescriptor[] schemas,
String[] facets) |
public String name
public SchemaDescriptor[] schemas
public String superTypeName
public String[] facets
public String[] childrenTypes
public String prefetch
public DocumentTypeDescriptor()
public DocumentTypeDescriptor(String superTypeName, String name, SchemaDescriptor[] schemas, String[] facets)
Copyright © 2011 Nuxeo SA. All Rights Reserved.