| 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 | Field and Description |
|---|---|
protected PropertyList |
Document.facets |
| Modifier and Type | Method and Description |
|---|---|
PropertyList |
Document.getFacets() |
PropertyList |
Document.getHighlight(String field) |
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 |
PropertyMap.getList(String key,
PropertyList defValue) |
| 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) |
void |
PropertyList.set(int i,
PropertyList value) |
void |
PropertyMap.set(String key,
PropertyList value)
Deprecated.
since 5.7. Use
Document.set(String, PropertyList) to
inject data. |
void |
PropertyMapSetter.set(String key,
PropertyList value) |
void |
Document.set(String key,
PropertyList 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.
|
Copyright © 2021. All rights reserved.