Uses of Class
org.nuxeo.ecm.core.schema.SchemaBindingDescriptor
-
Packages that use SchemaBindingDescriptor Package Description org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields. -
-
Uses of SchemaBindingDescriptor in org.nuxeo.ecm.core.schema
Fields in org.nuxeo.ecm.core.schema declared as SchemaBindingDescriptor Modifier and Type Field Description protected SchemaBindingDescriptor
XSDLoader.NXSchemaResolver. sd
protected SchemaBindingDescriptor
XSDLoader. sd
Fields in org.nuxeo.ecm.core.schema with type parameters of type SchemaBindingDescriptor Modifier and Type Field Description protected List<SchemaBindingDescriptor>
SchemaManagerImpl. allSchemas
All the registered schemas.Methods in org.nuxeo.ecm.core.schema with parameters of type SchemaBindingDescriptor Modifier and Type Method Description protected void
SchemaManagerImpl. copySchema(SchemaBindingDescriptor sd)
protected void
SchemaManagerImpl. loadSchema(SchemaBindingDescriptor sd)
void
SchemaManagerImpl. registerSchema(SchemaBindingDescriptor sd)
void
SchemaManagerImpl. unregisterSchema(SchemaBindingDescriptor sd)
Constructors in org.nuxeo.ecm.core.schema with parameters of type SchemaBindingDescriptor Constructor Description XSDLoader(SchemaManagerImpl schemaManager, SchemaBindingDescriptor sd)
-