Uses of Class
org.nuxeo.ecm.core.schema.SchemaBindingDescriptor
Packages that use SchemaBindingDescriptor
Package
Description
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 SchemaBindingDescriptorModifier and TypeFieldDescriptionprotected SchemaBindingDescriptor
XSDLoader.NXSchemaResolver.sd
protected SchemaBindingDescriptor
XSDLoader.sd
Fields in org.nuxeo.ecm.core.schema with type parameters of type SchemaBindingDescriptorModifier and TypeFieldDescriptionprotected List<SchemaBindingDescriptor>
SchemaManagerImpl.allSchemas
All the registered schemas.Methods in org.nuxeo.ecm.core.schema with parameters of type SchemaBindingDescriptorModifier and TypeMethodDescriptionprotected 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 SchemaBindingDescriptorModifierConstructorDescriptionXSDLoader
(SchemaManagerImpl schemaManager, SchemaBindingDescriptor sd)