Modifier and Type | Method and Description |
---|---|
static String |
ComplexPropertyJSONEncoder.encode(ComplexProperty cp) |
static String |
ComplexPropertyJSONEncoder.encode(ComplexProperty cp,
DateTimeFormat dateTimeFormat) |
protected void |
JSONPropertyWriter.writeMapProperty(org.codehaus.jackson.JsonGenerator jg,
ComplexProperty prop,
JSONPropertyWriter.PropertyConsumer fieldNameWriter) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentPartImpl |
class |
MapProperty
Phantom properties are not stored as children objects.
|
Modifier and Type | Class and Description |
---|---|
class |
BlobProperty
Blob property, reading and writing from a
Blob object. |
class |
ExternalBlobProperty
Property handling an external blob: create/edit is done from a map, and the value returned is a blob.
|
Modifier and Type | Method and Description |
---|---|
protected static Object |
NuxeoPropertyData.convertComplexPropertyToCMIS(ComplexProperty prop,
org.apache.chemistry.opencmis.commons.server.CallContext callContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseDocument.readComplexProperty(T state,
ComplexProperty complexProperty)
Reads state into a complex property.
|
protected boolean |
BaseDocument.writeComplexProperty(T state,
ComplexProperty complexProperty,
Document.WriteContext writeContext)
Writes state from a complex property.
|
protected boolean |
BaseDocument.writeComplexProperty(T state,
ComplexProperty complexProperty,
String xpath,
boolean skipDirtyCheck,
Document.WriteContext wc)
Writes state from a complex property.
|
Copyright © 2017 Nuxeo. All rights reserved.