| Package | Description |
|---|---|
| org.nuxeo.ecm.core.schema |
Schema API and implementation; a schema describes the names and types of some fields.
|
| Modifier and Type | Field and Description |
|---|---|
SchemaDescriptor[] |
FacetDescriptor.schemas |
SchemaDescriptor[] |
DocumentTypeDescriptor.schemas |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
SchemaDescriptor.getSchemaNames(SchemaDescriptor[] sds) |
| Constructor and Description |
|---|
DocumentTypeDescriptor(String superTypeName,
String name,
SchemaDescriptor[] schemas,
String[] facets) |
DocumentTypeDescriptor(String superTypeName,
String name,
SchemaDescriptor[] schemas,
String[] facets,
String[] subtypes,
String[] forbiddenSubtypes) |
FacetDescriptor(String name,
SchemaDescriptor[] schemas) |
Copyright © 2019 Nuxeo. All rights reserved.