Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.automation.client.model.PropertyMap

Packages that use PropertyMap
org.nuxeo.ecm.automation.client.adapters   
org.nuxeo.ecm.automation.client.model   
 

Uses of PropertyMap in org.nuxeo.ecm.automation.client.adapters
 

Methods in org.nuxeo.ecm.automation.client.adapters with parameters of type PropertyMap
 Document DocumentService.createDocument(DocRef parent, String type, String name, PropertyMap properties)
           
 Document DocumentService.update(DocRef doc, PropertyMap properties)
           
 

Uses of PropertyMap in org.nuxeo.ecm.automation.client.model
 

Methods in org.nuxeo.ecm.automation.client.model that return PropertyMap
 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()
           
 

Methods in org.nuxeo.ecm.automation.client.model with parameters of type PropertyMap
 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)
           
 

Constructors in org.nuxeo.ecm.automation.client.model with parameters of type PropertyMap
Document(String id, String type, PropertyList facets, String changeToken, String path, String state, String lock, String repository, PropertyMap properties)
          Reserved to framework.
PropertyMap(PropertyMap props)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.