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 SchemaBindingDescriptorXSDLoader.NXSchemaResolver. sdprotected SchemaBindingDescriptorXSDLoader. sdFields in org.nuxeo.ecm.core.schema with type parameters of type SchemaBindingDescriptor Modifier and Type Field Description protected List<SchemaBindingDescriptor>SchemaManagerImpl. allSchemasAll the registered schemas.Methods in org.nuxeo.ecm.core.schema with parameters of type SchemaBindingDescriptor Modifier and Type Method Description protected 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 SchemaBindingDescriptor Constructor Description XSDLoader(SchemaManagerImpl schemaManager, SchemaBindingDescriptor sd)
-