Uses of Class
org.nuxeo.ecm.core.schema.SchemaDescriptor
-
Packages that use SchemaDescriptor Package Description org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields. -
-
Uses of SchemaDescriptor in org.nuxeo.ecm.core.schema
Fields in org.nuxeo.ecm.core.schema declared as SchemaDescriptor Modifier and Type Field Description SchemaDescriptor[]DocumentTypeDescriptor. schemasSchemaDescriptor[]FacetDescriptor. schemasMethods in org.nuxeo.ecm.core.schema with parameters of type SchemaDescriptor Modifier and Type Method Description static Set<String>SchemaDescriptor. getSchemaNames(SchemaDescriptor[] sds)Constructors in org.nuxeo.ecm.core.schema with parameters of type SchemaDescriptor Constructor 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)
-