Nuxeo Enterprise Platform 5.4

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

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

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

Methods in org.nuxeo.ecm.automation.client.jaxrs.model that return PropertyList
 PropertyList PropertyList.getList(int i)
           
 PropertyList PropertyList.getList(int i, PropertyList defValue)
           
static PropertyList PropertiesHelper.getList(java.lang.Object v, PropertyList defValue)
           
 PropertyList PropertyMap.getList(java.lang.String key)
           
 PropertyList PropertyMap.getList(java.lang.String key, PropertyList defValue)
           
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.model with parameters of type PropertyList
 void PropertyList.add(PropertyList value)
           
 PropertyList PropertyList.getList(int i, PropertyList defValue)
           
static PropertyList PropertiesHelper.getList(java.lang.Object v, PropertyList defValue)
           
 PropertyList PropertyMap.getList(java.lang.String key, PropertyList defValue)
           
 void PropertyList.set(int i, PropertyList value)
           
 void PropertyMap.set(java.lang.String key, PropertyList value)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.