| Package | Description |
|---|---|
| org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers | |
| org.nuxeo.ecm.automation.client.model |
| Modifier and Type | Method and Description |
|---|---|
protected static PropertyList |
DocumentMarshaller.readArrayProperty(org.codehaus.jackson.JsonParser jp) |
| Modifier and Type | Class and Description |
|---|---|
class |
NuxeoPropertyList
Version corrigée de
PropertyList. |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyList |
Document.facets |
| Modifier and Type | Method and Description |
|---|---|
PropertyList |
Document.getFacets() |
PropertyList |
PropertyList.getList(int i) |
PropertyList |
PropertyList.getList(int i,
PropertyList defValue) |
static PropertyList |
PropertiesHelper.getList(Object v,
PropertyList defValue) |
PropertyList |
PropertyMap.getList(String key) |
PropertyList |
NuxeoDocument.getList(String key)
Fournit la valeur d'une propriété.
|
PropertyList |
PropertyMap.getList(String key,
PropertyList defValue) |
PropertyList |
NuxeoDocument.getList(String key,
PropertyList defValue)
Fournit la valeur d'une propriété, ou retourne la valeur par défaut fournie.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyList.add(PropertyList value) |
PropertyList |
PropertyList.getList(int i,
PropertyList defValue) |
static PropertyList |
PropertiesHelper.getList(Object v,
PropertyList defValue) |
PropertyList |
PropertyMap.getList(String key,
PropertyList defValue) |
PropertyList |
NuxeoDocument.getList(String key,
PropertyList defValue)
Fournit la valeur d'une propriété, ou retourne la valeur par défaut fournie.
|
void |
PropertyList.set(int i,
PropertyList value) |
void |
PropertyMap.set(String key,
PropertyList value) |
void |
NuxeoDocument.set(String key,
PropertyList value)
Ajoute ou modifie une propriété.
|
void |
NuxeoPropertyMap.set(String key,
PropertyList value)
Range la valeur fournie, associée à sa clef, dans le dictionnaire.
|
static String |
DocumentPermissions.toString(PropertyList list) |
| 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.
|
NuxeoPropertyList(PropertyList list)
Constructeur avec initialisation.
|
Copyright © 2018. All rights reserved.