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 SchemaBindingDescriptorXSDLoader.NXSchemaResolver.sdprotected SchemaBindingDescriptorXSDLoader.sdFields in org.nuxeo.ecm.core.schema with type parameters of type SchemaBindingDescriptorModifier and TypeFieldDescriptionprotected List<SchemaBindingDescriptor> SchemaManagerImpl.allSchemasAll the registered schemas.Methods in org.nuxeo.ecm.core.schema with parameters of type SchemaBindingDescriptorModifier and TypeMethodDescriptionprotected voidSchemaManagerImpl.copySchema(SchemaBindingDescriptor sd) protected voidSchemaManagerImpl.loadSchema(SchemaBindingDescriptor sd) voidSchemaManagerImpl.registerSchema(SchemaBindingDescriptor sd) voidSchemaManagerImpl.unregisterSchema(SchemaBindingDescriptor sd) Constructors in org.nuxeo.ecm.core.schema with parameters of type SchemaBindingDescriptorModifierConstructorDescriptionXSDLoader(SchemaManagerImpl schemaManager, SchemaBindingDescriptor sd)