| Package | Description | 
|---|---|
| org.nuxeo.ecm.automation.client.adapters | |
| 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 | 
|---|---|
| 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 | 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 | PropertyMapSetter. set(String key,
   PropertyMap value) | 
| void | PropertyMap. set(String key,
   PropertyMap value)Deprecated. 
 since 5.7. Use  Document.set(String, PropertyMap)to
             inject data. | 
| 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)Reserved to framework. | 
| PropertyMap(PropertyMap props) | 
| PropertyMapSetter(PropertyMap propertyMap) | 
Copyright © 2014 Nuxeo SA. All rights reserved.