Uses of Class
org.nuxeo.ecm.core.schema.Namespace
Packages that use 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
Methods in org.nuxeo.ecm.core.io.impl with parameters of type NamespaceModifier 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
Fields in org.nuxeo.ecm.core.schema declared as Namespace -
Uses of Namespace in org.nuxeo.ecm.core.schema.types
Fields in org.nuxeo.ecm.core.schema.types declared as NamespaceMethods in org.nuxeo.ecm.core.schema.types that return NamespaceModifier and TypeMethodDescriptionComplexType.getNamespace()
Gets the namespace used by this complex type.ComplexTypeImpl.getNamespace()
Constructors in org.nuxeo.ecm.core.schema.types with parameters of type NamespaceModifierConstructorDescriptionComplexTypeImpl
(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