Package | Description |
---|---|
org.nuxeo.ecm.automation.core.util | |
org.nuxeo.ecm.core.opencmis.impl.server | |
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 | Method and Description |
---|---|
static Object |
DocumentHelper.readStringList(String value,
SimpleType type)
Read an encoded string list as a comma separated list.
|
Modifier and Type | Method and Description |
---|---|
protected static org.apache.chemistry.opencmis.commons.enums.PropertyType |
NuxeoTypeHelper.getPropertType(SimpleType type) |
Modifier and Type | Method and Description |
---|---|
static SimpleType |
XSDTypes.getType(String name) |
protected SimpleType |
XSDLoader.loadSimpleType(Schema schema,
com.sun.xml.xsom.XSType type,
String fieldName) |
Modifier and Type | Method and Description |
---|---|
static Collection<SimpleType> |
XSDTypes.getTypes() |
Modifier and Type | Class and Description |
---|---|
class |
PrimitiveType
Primitive type (basic types like long, string, boolean, etc.).
|
class |
SimpleTypeImpl
Implementation of a simple type that is not primitive (and therefore has constraints).
|
Constructor and Description |
---|
SimpleTypeImpl(SimpleType superType,
String schema,
String name) |
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 © 2018 Nuxeo. All rights reserved.