Package | Description |
---|---|
org.nuxeo.ecm.core.api | |
org.nuxeo.ecm.core.api.impl | |
org.nuxeo.ecm.core.api.model | |
org.nuxeo.ecm.core.api.model.impl | |
org.nuxeo.ecm.core.event.impl |
Event Service implementation.
|
org.nuxeo.ecm.platform.contentview.json |
Modifier and Type | Method and Description |
---|---|
void |
DocumentModel.accept(PropertyVisitor visitor,
Object arg)
Method that implement the visitor pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleDocumentModel.accept(PropertyVisitor visitor,
Object arg) |
void |
DocumentModelImpl.accept(PropertyVisitor visitor,
Object arg) |
Modifier and Type | Class and Description |
---|---|
class |
ValueExporter
Exporter for a document's values into a map.
|
Modifier and Type | Method and Description |
---|---|
void |
Property.accept(PropertyVisitor visitor,
Object arg)
Method that implement the visitor pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
ScalarProperty.accept(PropertyVisitor visitor,
Object arg) |
void |
MapProperty.accept(PropertyVisitor visitor,
Object arg) |
void |
ListProperty.accept(PropertyVisitor visitor,
Object arg) |
void |
DocumentPartImpl.accept(PropertyVisitor visitor,
Object arg) |
void |
ComplexProperty.visitChildren(PropertyVisitor visitor,
Object arg) |
Modifier and Type | Method and Description |
---|---|
void |
ShallowDocumentModel.accept(PropertyVisitor visitor,
Object arg) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentModelToJSON
Transforms a document model properties into a json object.
|
Copyright © 2016 Nuxeo SA. All rights reserved.