Uses of Class
org.nuxeo.ecm.core.schema.Namespace
Package
Description
Schema API and implementation; a schema describes the names and types of some fields.
-
Uses of Namespace in org.nuxeo.ecm.core.io.impl
Modifier and TypeMethodDescriptionprotected void
ExportedDocumentImpl.readProperty
(org.dom4j.Element parent, Namespace targetNs, Field field, Object value, boolean inlineBlobs) protected void
TypedExportedDocumentImpl.readProperty
(org.dom4j.Element parent, Namespace targetNs, Field field, Object value, boolean inlineBlobs) Here we do what super does but add the "type" attribute to the XML elements. -
Uses of Namespace in org.nuxeo.ecm.core.schema
-
Uses of Namespace in org.nuxeo.ecm.core.schema.types
Modifier and TypeMethodDescriptionComplexType.getNamespace()
Gets the namespace used by this complex type.ComplexTypeImpl.getNamespace()
ModifierConstructorDescriptionComplexTypeImpl
(ComplexType superType, String schema, String name, Namespace ns) SchemaImpl
(String name, Namespace ns) Constructor for a schema.SchemaImpl
(String name, Namespace ns, boolean isVersionWritabe) SchemaImpl
(ComplexType complexType, String name, Namespace ns, boolean isVersionWritabe) Create a schema from a ComplexType