Nuxeo ECM Projects 5.4.3-SNAPSHOT

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.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(Set<String> events)
           
 

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

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

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

Fields in org.nuxeo.ecm.core.schema with annotations of type XNodeList
 String[] DocumentTypeDescriptor.childrenTypes
           
 String[] DocumentTypeDescriptor.facets
           
 SchemaDescriptor[] FacetDescriptor.schemas
           
 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
 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
 List<RepositoryDescriptor.ServerDescriptor> RepositoryDescriptor.connect
           
 Set<String> RepositoryDescriptor.FulltextIndexDescriptor.excludeFields
           
 Set<String> RepositoryDescriptor.FulltextIndexDescriptor.fields
           
 Set<String> RepositoryDescriptor.fulltextExcludedTypes
           
 Set<String> RepositoryDescriptor.fulltextIncludedTypes
           
 List<RepositoryDescriptor.FulltextIndexDescriptor> RepositoryDescriptor.fulltextIndexes
           
 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
 String[] LDAPDirectoryDescriptor.creationClasses
           
 

Methods in org.nuxeo.ecm.directory.ldap with annotations of type XNodeList
 void LDAPServerDescriptor.setLdapUrls(LDAPUrlDescriptor[] ldapUrls)
           
 void LDAPDirectoryDescriptor.setSearchClasses(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
 List<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(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
 List<ACEDescriptor> TemplateItemDescriptor.acl
           
 List<NotificationDescriptor> TemplateItemDescriptor.notifications
           
 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
 List<String> OOoManagerDescriptor.pipeNames
           
 List<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
 List<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
 List<FieldDescriptor> HtmlSanitizerDescriptor.fields
           
 List<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(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
 List<String> UserManagerDescriptor.administratorsGroups
           
 List<String> UserManagerDescriptor.defaultAdministratorIds
           
 List<String> VirtualUserDescriptor.groups
           
 String[] PropertyListDescriptor.values
           
 

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

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

Methods in org.nuxeo.ecm.webapp.directory with annotations of type XNodeList
 void DirectoryTreeDescriptor.setDirectories(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
 String[] AdapterDescriptor.facets
           
 List<LinkDescriptor> ModuleConfiguration.links
           
 MediaTypeRef[] ModuleConfiguration.mediatTypeRefs
           
 List<ModuleShortcut> ModuleConfiguration.moduleShortcuts
          A list of entry points into the module - to be shown in the main webengine page.
 Set<String> ModuleConfiguration.natures
           
 List<ResourceBinding> ModuleConfiguration.resources
          Deprecated. resources are deprecated - you should use a jax-rs application to declare more resources.
 

Uses of XNodeList in org.nuxeo.runtime.api
 

Methods in org.nuxeo.runtime.api with annotations of type XNodeList
 void ServiceHost.setGroups(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(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
           
 List<String> ContainerDescriptor.directories
           
 String[] FragmentDescriptor.requiredBy
           
 List<String> FragmentDescriptor.requires
           
 

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

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

Uses of XNodeList in org.nuxeo.theme.models
 

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

Uses of XNodeList in org.nuxeo.theme.rendering
 

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

Uses of XNodeList in org.nuxeo.theme.resources
 

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

Uses of XNodeList in org.nuxeo.theme.views
 

Fields in org.nuxeo.theme.views with annotations of type XNodeList
 List<String> ViewType.resources
           
 

Uses of XNodeList in org.nuxeo.theme.webwidgets
 

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


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.