Package | Description |
---|---|
org.nuxeo.ecm.automation.core.util | |
org.nuxeo.ecm.core.api.model.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 | |
org.nuxeo.ecm.core.storage.sql.coremodel |
Modifier and Type | Method and Description |
---|---|
static Object |
ComplexTypeJSONDecoder.decode(ComplexType ct,
org.codehaus.jackson.node.ObjectNode jsonObject) |
static Object |
ComplexTypeJSONDecoder.decode(ComplexType ct,
String json) |
Modifier and Type | Method and Description |
---|---|
ComplexType |
MapProperty.getType() |
abstract ComplexType |
ComplexProperty.getType() |
Modifier and Type | Interface and Description |
---|---|
interface |
DocumentType
Document types are composite types made of several schemas.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentTypeImpl
Implementation of a document type.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeType
A composite type is an aggregation of several schemas.
|
interface |
Schema
A marker interface for schemas.
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexTypeImpl |
class |
CompositeTypeImpl |
class |
SchemaImpl |
Modifier and Type | Method and Description |
---|---|
ComplexType |
FieldImpl.getDeclaringType() |
ComplexType |
Field.getDeclaringType()
Gets the complex type that declared this field.
|
Modifier and Type | Method and Description |
---|---|
TypeRef<? extends ComplexType> |
ComplexTypeImpl.getRef() |
TypeRef<? extends ComplexType> |
ComplexType.getRef() |
Constructor and Description |
---|
ComplexTypeImpl(ComplexType superType,
String schema,
String name) |
ComplexTypeImpl(ComplexType superType,
String schema,
String name,
Namespace ns) |
Constructor and Description |
---|
ComplexTypeImpl(TypeRef<? extends ComplexType> superType,
String schema,
String name) |
ComplexTypeImpl(TypeRef<? extends ComplexType> superType,
String schema,
String name,
Namespace ns) |
ComplexTypeImpl(TypeRef<? extends ComplexType> superType,
String schema,
String name,
Namespace ns,
int struct) |
Constructor and Description |
---|
SQLComplexProperty(Node node,
ComplexType type,
SQLSession session,
boolean readonly)
Creates a
SQLComplexProperty to wrap a Node . |
SQLContentProperty(Node node,
ComplexType type,
SQLSession session,
boolean readonly) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.