Uses of Class
org.nuxeo.ecm.core.schema.Namespace
-
Packages that use Namespace Package Description org.nuxeo.ecm.core.io.impl org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields.org.nuxeo.ecm.core.schema.types -
-
Uses of Namespace in org.nuxeo.ecm.core.io.impl
Methods in org.nuxeo.ecm.core.io.impl with parameters of type Namespace Modifier and Type Method Description protected 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 Modifier and Type Field Description static Namespace
Namespace. DEFAULT_NS
-
Uses of Namespace in org.nuxeo.ecm.core.schema.types
Fields in org.nuxeo.ecm.core.schema.types declared as Namespace Modifier and Type Field Description protected Namespace
ComplexTypeImpl. ns
Methods in org.nuxeo.ecm.core.schema.types that return Namespace Modifier and Type Method Description Namespace
ComplexType. getNamespace()
Gets the namespace used by this complex type.Namespace
ComplexTypeImpl. getNamespace()
Constructors in org.nuxeo.ecm.core.schema.types with parameters of type Namespace Constructor Description ComplexTypeImpl(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
-