Nuxeo ECM Projects 5.4.3-SNAPSHOT

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.impl   
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.impl
 

Methods in org.nuxeo.connect.update.impl that return XMap
static XMap UpdateServiceImpl.createXmap()
           
static XMap UpdateServiceImpl.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.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.