Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.common.xmap.annotation.XNodeMap

Packages that use XNodeMap
org.nuxeo.common.xmap A framework used to map XML (config) files to Java objects attributes, as specified using Java annotations. 
org.nuxeo.ecm.core.persistence   
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.directory.ldap   
org.nuxeo.ecm.platform.api DEPRECATED
org.nuxeo.ecm.platform.io.descriptors   
org.nuxeo.ecm.platform.pictures.tiles.service   
org.nuxeo.ecm.platform.relations.descriptors   
org.nuxeo.ecm.platform.usermanager   
org.nuxeo.ecm.webengine.model.impl   
org.nuxeo.runtime.api   
org.nuxeo.runtime.api.login   
org.nuxeo.runtime.datasource   
org.nuxeo.runtime.deployment.preprocessor   
org.nuxeo.theme.engines   
org.nuxeo.theme.themes   
org.nuxeo.theme.webwidgets   
 

Uses of XNodeMap in org.nuxeo.common.xmap
 

Constructors in org.nuxeo.common.xmap with parameters of type XNodeMap
XAnnotatedMap(XMap xmap, XAccessor setter, XNodeMap anno)
           
 

Uses of XNodeMap in org.nuxeo.ecm.core.persistence
 

Fields in org.nuxeo.ecm.core.persistence with annotations of type XNodeMap
 java.util.Properties HibernateConfiguration.hibernateProperties
           
 

Uses of XNodeMap in org.nuxeo.ecm.core.storage.sql
 

Fields in org.nuxeo.ecm.core.storage.sql with annotations of type XNodeMap
 java.util.Map<java.lang.String,java.lang.String> RepositoryDescriptor.properties
           
 

Uses of XNodeMap in org.nuxeo.ecm.directory.ldap
 

Fields in org.nuxeo.ecm.directory.ldap with annotations of type XNodeMap
 java.util.Map<java.lang.String,java.lang.String> LDAPDirectoryDescriptor.fieldMapping
           
 java.util.Map<java.lang.String,java.lang.String> LDAPDirectoryDescriptor.EntryAdaptorDescriptor.parameters
           
 

Uses of XNodeMap in org.nuxeo.ecm.platform.api
 

Fields in org.nuxeo.ecm.platform.api with annotations of type XNodeMap
 java.util.Map<java.lang.String,RepositoryDescriptor> ServerDescriptor.repositories
          Deprecated.  
 java.util.Map<java.lang.String,ServiceDescriptor> ServerDescriptor.services
          Deprecated.  
 

Uses of XNodeMap in org.nuxeo.ecm.platform.io.descriptors
 

Methods in org.nuxeo.ecm.platform.io.descriptors with annotations of type XNodeMap
 void IOResourceAdapterDescriptor.setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
           
 

Uses of XNodeMap in org.nuxeo.ecm.platform.pictures.tiles.service
 

Fields in org.nuxeo.ecm.platform.pictures.tiles.service with annotations of type XNodeMap
 java.util.Map<java.lang.String,java.lang.String> TilingBlobPropertyDescriptor.blobProperties
           
 

Uses of XNodeMap in org.nuxeo.ecm.platform.relations.descriptors
 

Methods in org.nuxeo.ecm.platform.relations.descriptors with annotations of type XNodeMap
 void GraphDescriptor.setOptions(java.util.Map<java.lang.String,java.lang.String> options)
           
 

Uses of XNodeMap in org.nuxeo.ecm.platform.usermanager
 

Fields in org.nuxeo.ecm.platform.usermanager with annotations of type XNodeMap
 java.util.Map<java.lang.String,PropertyListDescriptor> VirtualUserDescriptor.listProperties
           
 java.util.Map<java.lang.String,java.lang.String> VirtualUserDescriptor.properties
           
 java.util.Map<java.lang.String,VirtualUserDescriptor> UserManagerDescriptor.virtualUsers
           
 

Uses of XNodeMap in org.nuxeo.ecm.webengine.model.impl
 

Methods in org.nuxeo.ecm.webengine.model.impl with annotations of type XNodeMap
 void ModuleConfiguration.setValidators(java.util.Map<java.lang.String,java.lang.Class<Validator>> m)
           
 

Uses of XNodeMap in org.nuxeo.runtime.api
 

Methods in org.nuxeo.runtime.api with annotations of type XNodeMap
 void ServiceHost.setProperties(java.util.Properties properties)
           
 

Uses of XNodeMap in org.nuxeo.runtime.api.login
 

Fields in org.nuxeo.runtime.api.login with annotations of type XNodeMap
 java.util.Map<java.lang.String,java.lang.String> LoginModuleDescriptor.options
           
 

Uses of XNodeMap in org.nuxeo.runtime.datasource
 

Fields in org.nuxeo.runtime.datasource with annotations of type XNodeMap
 java.util.Map<java.lang.String,java.lang.String> DataSourceDescriptor.properties
           
 

Uses of XNodeMap in org.nuxeo.runtime.deployment.preprocessor
 

Fields in org.nuxeo.runtime.deployment.preprocessor with annotations of type XNodeMap
 java.util.Map<java.lang.String,TemplateDescriptor> FragmentDescriptor.templates
           
 java.util.Map<java.lang.String,TemplateDescriptor> ContainerDescriptor.templates
           
 

Uses of XNodeMap in org.nuxeo.theme.engines
 

Fields in org.nuxeo.theme.engines with annotations of type XNodeMap
 java.util.Map<java.lang.String,RendererType> EngineType.renderers
           
 

Uses of XNodeMap in org.nuxeo.theme.themes
 

Fields in org.nuxeo.theme.themes with annotations of type XNodeMap
 java.util.Map<java.lang.String,ThemeSetEntry> ThemeSet.themes
           
 

Uses of XNodeMap in org.nuxeo.theme.webwidgets
 

Fields in org.nuxeo.theme.webwidgets with annotations of type XNodeMap
 java.util.Map<java.lang.String,PanelDecorationType> DecorationType.panelDecorations
           
 java.util.Map<java.lang.String,WidgetDecorationType> DecorationType.widgetDecorations
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.