Package | Description |
---|---|
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.schema.types.primitives |
Primitive types implementationl; according to the XML Schemas specifications,
"primitive datatypes are those that are not defined in terms of other
datatypes; they exist ab initio."
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentTypeImpl
Implementation of a document type.
|
Modifier and Type | Class and Description |
---|---|
class |
AnyType
Type representing any type (for lists).
|
class |
ComplexTypeImpl
A Complex Type holds several fields.
|
class |
CompositeTypeImpl
A Composite Type resolves fields for several schemas.
|
class |
ListTypeImpl
The implementation for a List type.
|
class |
PrimitiveType
Primitive type (basic types like long, string, boolean, etc.).
|
class |
SchemaImpl
The implementation of a Schema
|
class |
SimpleTypeImpl
Implementation of a simple type that is not primitive (and therefore has constraints).
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryType
The binary type handles values of type InputStream.
|
class |
BooleanType
The Boolean type.
|
class |
DateType
The date (actually timestamp) type.
|
class |
DoubleType
The double type.
|
class |
IntegerType
The integer type.
|
class |
LongType
The long type.
|
class |
StringType
The string type.
|
Copyright © 2017 Nuxeo. All rights reserved.