| Package | Description |
|---|---|
| org.nuxeo.ecm.automation.client.adapters | |
| org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers | |
| org.nuxeo.ecm.automation.client.model |
| Modifier and Type | Method and Description |
|---|---|
Document |
DocumentService.createDocument(DocRef parent,
String type,
String name,
PropertyMap properties) |
Document |
DocumentService.update(DocRef doc,
PropertyMap properties) |
| Modifier and Type | Method and Description |
|---|---|
protected static PropertyMap |
DocumentMarshaller.readObjectProperty(org.codehaus.jackson.JsonParser jp) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
DocumentMarshaller.readProperties(org.codehaus.jackson.JsonParser jp,
PropertyMap props) |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyMap |
Document.contextParameters |
protected PropertyMap |
Document.highlight |
protected PropertyMap |
Document.properties |
| Modifier and Type | Method and Description |
|---|---|
PropertyMap |
Document.getContextParameters() |
PropertyMap |
PropertyMapSetter.getDirties() |
PropertyMap |
Document.getDirties()
This method fetch the dirty properties of the document (which have been
updated during the session)
|
PropertyMap |
Document.getHighlight() |
PropertyMap |
PropertyList.getMap(int i) |
PropertyMap |
PropertyList.getMap(int i,
PropertyMap defValue) |
static PropertyMap |
PropertiesHelper.getMap(Object v,
PropertyMap defValue) |
PropertyMap |
PropertyMap.getMap(String key) |
PropertyMap |
PropertyMap.getMap(String key,
PropertyMap defValue) |
PropertyMap |
Document.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyList.add(PropertyMap value) |
PropertyMap |
PropertyList.getMap(int i,
PropertyMap defValue) |
static PropertyMap |
PropertiesHelper.getMap(Object v,
PropertyMap defValue) |
PropertyMap |
PropertyMap.getMap(String key,
PropertyMap defValue) |
void |
PropertyList.set(int i,
PropertyMap value) |
void |
PropertyMap.set(String key,
PropertyMap value)
Deprecated.
since 5.7. Use
Document.set(String, PropertyMap) to
inject data. |
void |
PropertyMapSetter.set(String key,
PropertyMap value) |
void |
Document.set(String key,
PropertyMap defValue) |
| Constructor and Description |
|---|
Document(String id,
String type,
PropertyList facets,
String changeToken,
String path,
String state,
String lockOwner,
String lockCreated,
String repository,
PropertyMap properties,
PropertyMap contextParameters)
Deprecated.
|
Document(String id,
String type,
PropertyList facets,
String changeToken,
String path,
String state,
String lockOwner,
String lockCreated,
String repository,
String versionLabel,
PropertyMap properties,
PropertyMap contextParameters)
Deprecated.
|
Document(String id,
String type,
PropertyList facets,
String changeToken,
String path,
String state,
String lockOwner,
String lockCreated,
String repository,
String versionLabel,
String isCheckedOut,
PropertyMap properties,
PropertyMap contextParameters,
PropertyMap highlight)
Reserved to framework.
|
PropertyMap(PropertyMap props) |
PropertyMapSetter(PropertyMap propertyMap) |
Copyright © 2020. All rights reserved.