| 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.createDocument(DocRef parent,
String type,
String name,
PropertyMap properties,
boolean synchronizedIndexing) |
Document |
DocumentService.update(DocRef doc,
PropertyMap properties) |
Document |
DocumentService.update(DocRef doc,
PropertyMap properties,
boolean synchronizedIndexing) |
| 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 | Class and Description |
|---|---|
class |
NuxeoPropertyMap
Version corrigée de
PropertyMap. |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyMap |
Document.contextParameters |
protected PropertyMap |
Document.properties |
| Modifier and Type | Method and Description |
|---|---|
PropertyMap |
Document.getContextParameters() |
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 |
NuxeoDocument.getMap(String key)
Fournit la valeur d'une propriété.
|
PropertyMap |
PropertyMap.getMap(String key,
PropertyMap defValue) |
PropertyMap |
NuxeoDocument.getMap(String key,
PropertyMap defValue)
Fournit la valeur d'une propriété, ou retourne la valeur par défaut fournie.
|
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) |
PropertyMap |
NuxeoDocument.getMap(String key,
PropertyMap defValue)
Fournit la valeur d'une propriété, ou retourne la valeur par défaut fournie.
|
void |
PropertyList.set(int i,
PropertyMap value) |
void |
PropertyMap.set(String key,
PropertyMap value) |
void |
NuxeoDocument.set(String key,
PropertyMap value)
Ajoute ou modifie une propriété.
|
void |
NuxeoPropertyMap.set(String key,
PropertyMap value)
Range la valeur fournie, associée à sa clef, dans le dictionnaire.
|
| 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)
Reserved to framework.
|
NuxeoDocument(String type,
String id,
String path,
String state,
PropertyMap properties)
Constructeur.
|
NuxeoPropertyMap(PropertyMap props)
Constructeur avec initialisation.
|
PropertyMap(PropertyMap props) |
Copyright © 2018. All rights reserved.