Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use PropertyList
org.nuxeo.ecm.automation.client.model   
 

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

Methods in org.nuxeo.ecm.automation.client.model that return PropertyList
 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 PropertyMap.getList(String key, PropertyList defValue)
           
 

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

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


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.