Nuxeo Enterprise Platform 5.4

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

Packages that use XNodeList
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.xml   
org.nuxeo.ecm.core.event.impl Event Service implementation. 
org.nuxeo.ecm.core.persistence   
org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields. 
org.nuxeo.ecm.core.search.api.client.querymodel.descriptor query model descriptor hold information necessary to fire the proper query from either a document model (stateful) or a string with substitution places (question marks) and applicative feeding of them. 
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.directory.ldap   
org.nuxeo.ecm.directory.multi   
org.nuxeo.ecm.directory.sql   
org.nuxeo.ecm.platform.actions   
org.nuxeo.ecm.platform.content.template.service   
org.nuxeo.ecm.platform.convert.ooomanager   
org.nuxeo.ecm.platform.ec.placeful   
org.nuxeo.ecm.platform.htmlsanitizer   
org.nuxeo.ecm.platform.types   
org.nuxeo.ecm.platform.usermanager   
org.nuxeo.ecm.shell   
org.nuxeo.ecm.webapp.directory   
org.nuxeo.ecm.webengine.model.impl   
org.nuxeo.runtime.api   
org.nuxeo.runtime.api.login   
org.nuxeo.runtime.deployment.preprocessor   
org.nuxeo.runtime.model.impl   
org.nuxeo.theme.models   
org.nuxeo.theme.rendering   
org.nuxeo.theme.resources   
org.nuxeo.theme.views   
org.nuxeo.theme.webwidgets   
 

Uses of XNodeList in org.nuxeo.common.xmap
 

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

Uses of XNodeList in org.nuxeo.connect.update.impl.xml
 

Fields in org.nuxeo.connect.update.impl.xml with annotations of type XNodeList
 FieldDefinition[] FormDefinition.fields
           
 

Uses of XNodeList in org.nuxeo.ecm.core.event.impl
 

Methods in org.nuxeo.ecm.core.event.impl with annotations of type XNodeList
 void EventListenerDescriptor.setEvents(java.util.Set<java.lang.String> events)
           
 

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

Fields in org.nuxeo.ecm.core.persistence with annotations of type XNodeList
 java.util.List<java.lang.Class<?>> HibernateConfiguration.annotedClasses
           
 

Uses of XNodeList in org.nuxeo.ecm.core.schema
 

Fields in org.nuxeo.ecm.core.schema with annotations of type XNodeList
 java.lang.String[] DocumentTypeDescriptor.childrenTypes
           
 java.lang.String[] DocumentTypeDescriptor.facets
           
 SchemaDescriptor[] DocumentTypeDescriptor.schemas
           
 

Uses of XNodeList in org.nuxeo.ecm.core.search.api.client.querymodel.descriptor
 

Fields in org.nuxeo.ecm.core.search.api.client.querymodel.descriptor with annotations of type XNodeList
 java.util.List<FacetDescriptor> QueryModelDescriptor.filterFacets
           
 

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

Fields in org.nuxeo.ecm.core.storage.sql with annotations of type XNodeList
 java.util.List<RepositoryDescriptor.ServerDescriptor> RepositoryDescriptor.connect
           
 java.util.Set<java.lang.String> RepositoryDescriptor.FulltextIndexDescriptor.excludeFields
           
 java.util.Set<java.lang.String> RepositoryDescriptor.FulltextIndexDescriptor.fields
           
 java.util.List<RepositoryDescriptor.FulltextIndexDescriptor> RepositoryDescriptor.fulltextIndexes
           
 java.util.List<RepositoryDescriptor.FieldDescriptor> RepositoryDescriptor.schemaFields
           
 

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

Fields in org.nuxeo.ecm.directory.ldap with annotations of type XNodeList
 java.lang.String[] LDAPDirectoryDescriptor.creationClasses
           
 

Methods in org.nuxeo.ecm.directory.ldap with annotations of type XNodeList
 void LDAPServerDescriptor.setLdapUrls(LDAPUrlDescriptor[] ldapUrls)
           
 void LDAPDirectoryDescriptor.setSearchClasses(java.lang.String[] searchClasses)
           
 

Uses of XNodeList in org.nuxeo.ecm.directory.multi
 

Fields in org.nuxeo.ecm.directory.multi with annotations of type XNodeList
 FieldDescriptor[] SubDirectoryDescriptor.fields
           
 SubDirectoryDescriptor[] SourceDescriptor.subDirectories
           
 

Uses of XNodeList in org.nuxeo.ecm.directory.sql
 

Fields in org.nuxeo.ecm.directory.sql with annotations of type XNodeList
 java.util.List<java.lang.String> SQLDirectoryDescriptor.initDependencies
           
 

Uses of XNodeList in org.nuxeo.ecm.platform.actions
 

Methods in org.nuxeo.ecm.platform.actions with annotations of type XNodeList
 void FilterRule.setConditions(java.lang.String[] conditions)
           
 

Uses of XNodeList in org.nuxeo.ecm.platform.content.template.service
 

Fields in org.nuxeo.ecm.platform.content.template.service with annotations of type XNodeList
 java.util.List<ACEDescriptor> TemplateItemDescriptor.acl
           
 java.util.List<NotificationDescriptor> TemplateItemDescriptor.notifications
           
 java.util.List<PropertyDescriptor> TemplateItemDescriptor.properties
           
 

Uses of XNodeList in org.nuxeo.ecm.platform.convert.ooomanager
 

Fields in org.nuxeo.ecm.platform.convert.ooomanager with annotations of type XNodeList
 java.util.List<java.lang.String> OOoManagerDescriptor.pipeNames
           
 java.util.List<java.lang.Integer> OOoManagerDescriptor.portNumbers
           
 

Uses of XNodeList in org.nuxeo.ecm.platform.ec.placeful
 

Fields in org.nuxeo.ecm.platform.ec.placeful with annotations of type XNodeList
 java.util.List<java.lang.Class<? extends Annotation>> AnnotationDescriptor.annotationClasses
           
 

Uses of XNodeList in org.nuxeo.ecm.platform.htmlsanitizer
 

Fields in org.nuxeo.ecm.platform.htmlsanitizer with annotations of type XNodeList
 java.util.List<FieldDescriptor> HtmlSanitizerDescriptor.fields
           
 java.util.List<java.lang.String> HtmlSanitizerDescriptor.types
           
 

Uses of XNodeList in org.nuxeo.ecm.platform.types
 

Methods in org.nuxeo.ecm.platform.types with annotations of type XNodeList
 void Type.addSubType(java.util.List<SubType> subTypes)
           
 void Type.setViews(TypeView[] views)
           
 

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

Fields in org.nuxeo.ecm.platform.usermanager with annotations of type XNodeList
 java.util.List<java.lang.String> UserManagerDescriptor.administratorsGroups
           
 java.util.List<java.lang.String> UserManagerDescriptor.defaultAdministratorIds
           
 java.util.List<java.lang.String> VirtualUserDescriptor.groups
           
 java.lang.String[] PropertyListDescriptor.values
           
 

Methods in org.nuxeo.ecm.platform.usermanager with annotations of type XNodeList
 void UserManagerDescriptor.setExactMatchUserSearchFields(java.lang.String[] fields)
           
 void UserManagerDescriptor.setSubstringMatchUserSearchFields(java.lang.String[] fields)
           
 void UserManagerDescriptor.setUserSearchFields(java.lang.String[] fields)
          Deprecated. use setSubstringMatchUserSearchFields instead
 

Uses of XNodeList in org.nuxeo.ecm.shell
 

Fields in org.nuxeo.ecm.shell with annotations of type XNodeList
 CommandOption[] DefaultCommandDescriptor.options
           
 CommandParameter[] DefaultCommandDescriptor.params
           
 

Uses of XNodeList in org.nuxeo.ecm.webapp.directory
 

Methods in org.nuxeo.ecm.webapp.directory with annotations of type XNodeList
 void DirectoryTreeDescriptor.setDirectories(java.lang.String[] directories)
           
 

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

Fields in org.nuxeo.ecm.webengine.model.impl with annotations of type XNodeList
 java.lang.String[] AdapterDescriptor.facets
           
 java.util.List<LinkDescriptor> ModuleConfiguration.links
           
 MediaTypeRef[] ModuleConfiguration.mediatTypeRefs
           
 java.util.Set<java.lang.String> ModuleConfiguration.natures
           
 java.util.List<ResourceBinding> ModuleConfiguration.resources
           
 

Uses of XNodeList in org.nuxeo.runtime.api
 

Methods in org.nuxeo.runtime.api with annotations of type XNodeList
 void ServiceHost.setGroups(java.lang.String[] groups)
           
 

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

Methods in org.nuxeo.runtime.api.login with annotations of type XNodeList
 void SecurityDomain.setEntries(java.util.List<LoginModuleDescriptor> descriptors)
           
 

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

Fields in org.nuxeo.runtime.deployment.preprocessor with annotations of type XNodeList
 TemplateContribution[] FragmentDescriptor.contributions
           
 java.util.List<java.lang.String> ContainerDescriptor.directories
           
 java.lang.String[] FragmentDescriptor.requiredBy
           
 java.util.List<java.lang.String> FragmentDescriptor.requires
           
 

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

Fields in org.nuxeo.runtime.model.impl with annotations of type XNodeList
 java.lang.Class[] ExtensionPointImpl.contributions
           
 

Uses of XNodeList in org.nuxeo.theme.models
 

Fields in org.nuxeo.theme.models with annotations of type XNodeList
 java.util.List<java.lang.String> ModelType.allowedTypes
           
 

Uses of XNodeList in org.nuxeo.theme.rendering
 

Fields in org.nuxeo.theme.rendering with annotations of type XNodeList
 java.util.Collection<java.lang.String> RendererType.filters
           
 

Uses of XNodeList in org.nuxeo.theme.resources
 

Fields in org.nuxeo.theme.resources with annotations of type XNodeList
 java.lang.String[] ResourceType.dependencies
           
 

Uses of XNodeList in org.nuxeo.theme.views
 

Fields in org.nuxeo.theme.views with annotations of type XNodeList
 java.lang.String[] ViewType.resources
           
 

Uses of XNodeList in org.nuxeo.theme.webwidgets
 

Fields in org.nuxeo.theme.webwidgets with annotations of type XNodeList
 java.lang.String[] DecorationType.resources
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.