Nuxeo ECM Projects 5.6-RC1

Uses of Class
org.nuxeo.common.xmap.XMap

Packages that use XMap
org.nuxeo.common.xmap A framework used to map XML (config) files to Java objects attributes, as specified using Java annotations. 
org.nuxeo.connect.update.standalone   
org.nuxeo.runtime.model.impl   
 

Uses of XMap in org.nuxeo.common.xmap
 

Constructors in org.nuxeo.common.xmap with parameters of type XMap
XAnnotatedContent(XMap xmap, XAccessor setter, XContent anno)
           
XAnnotatedList(XMap xmap, XAccessor setter, XNodeList anno)
           
XAnnotatedMap(XMap xmap, XAccessor setter, XNodeMap anno)
           
XAnnotatedMember(XMap xmap, XAccessor setter, XNode anno)
           
XAnnotatedObject(XMap xmap, Class<?> klass, XObject xob)
           
 

Uses of XMap in org.nuxeo.connect.update.standalone
 

Methods in org.nuxeo.connect.update.standalone that return XMap
static XMap StandaloneUpdateService.createXmap()
           
static XMap StandaloneUpdateService.getXmap()
           
 

Uses of XMap in org.nuxeo.runtime.model.impl
 

Fields in org.nuxeo.runtime.model.impl declared as XMap
 XMap ExtensionPointImpl.xmap
           
 

Methods in org.nuxeo.runtime.model.impl that return XMap
 XMap ExtensionDescriptorReader.getXMap()
           
 


Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.