Nuxeo Enterprise Platform 5.4

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

Packages that use XNode
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.automation.core   
org.nuxeo.ecm.automation.core.events   
org.nuxeo.ecm.automation.server   
org.nuxeo.ecm.core.api.adapter   
org.nuxeo.ecm.core.lifecycle.extensions Manages LifeCycle configuration (states, transitions...). 
org.nuxeo.ecm.core.management.storage   
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.search.api.internals   
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.storage.sql.jdbc   
org.nuxeo.ecm.directory   
org.nuxeo.ecm.directory.ldap   
org.nuxeo.ecm.directory.multi   
org.nuxeo.ecm.directory.sql   
org.nuxeo.ecm.platform.api DEPRECATED
org.nuxeo.ecm.platform.comment.service   
org.nuxeo.ecm.platform.content.template.service   
org.nuxeo.ecm.platform.htmlsanitizer   
org.nuxeo.ecm.platform.mimetype.service   
org.nuxeo.ecm.platform.picture.core.libraryselector   
org.nuxeo.ecm.platform.query.api   
org.nuxeo.ecm.platform.query.core   
org.nuxeo.ecm.platform.scheduler.core.service   
org.nuxeo.ecm.platform.types   
org.nuxeo.ecm.platform.ui.web.auth.service   
org.nuxeo.ecm.platform.usermanager   
org.nuxeo.ecm.platform.web.common.requestcontroller.service   
org.nuxeo.ecm.shell   
org.nuxeo.ecm.webapp.documentsLists   
org.nuxeo.ecm.webengine   
org.nuxeo.ecm.webengine.install   
org.nuxeo.ecm.webengine.model   
org.nuxeo.ecm.webengine.model.impl   
org.nuxeo.ecm.webengine.rendering   
org.nuxeo.runtime.api   
org.nuxeo.runtime.api.login   
org.nuxeo.runtime.datasource   
org.nuxeo.runtime.deployment.preprocessor   
org.nuxeo.runtime.deployment.preprocessor.template   
org.nuxeo.runtime.management   
org.nuxeo.runtime.model.impl   
org.nuxeo.runtime.model.persistence   
org.nuxeo.runtime.scripting   
org.nuxeo.runtime.services.deployment   
org.nuxeo.runtime.services.event   
org.nuxeo.theme   
org.nuxeo.theme.elements   
org.nuxeo.theme.engines   
org.nuxeo.theme.formats   
org.nuxeo.theme.fragments   
org.nuxeo.theme.models   
org.nuxeo.theme.negotiation   
org.nuxeo.theme.perspectives   
org.nuxeo.theme.rendering   
org.nuxeo.theme.resources   
org.nuxeo.theme.templates   
org.nuxeo.theme.themes   
org.nuxeo.theme.views   
org.nuxeo.theme.vocabularies   
org.nuxeo.theme.webwidgets   
org.nuxeo.webengine.sites.wiki.rendering   
 

Uses of XNode in org.nuxeo.common.xmap
 

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

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

Fields in org.nuxeo.connect.update.impl.xml with annotations of type XNode
 java.lang.String FormDefinition.description
           
 java.lang.String FormDefinition.image
           
 java.lang.String FormDefinition.title
           
 

Uses of XNode in org.nuxeo.ecm.automation.core
 

Fields in org.nuxeo.ecm.automation.core with annotations of type XNode
 java.lang.Class<?> TypeAdapterContribution.accept
           
 java.lang.Class<? extends TypeAdapter> TypeAdapterContribution.clazz
          Adapter implementation class
 java.lang.Class<?> TypeAdapterContribution.produce
           
 boolean OperationContribution.replace
          Put it to true to override an existing contribution having the same ID.
 java.lang.Class<?> OperationContribution.type
          The operation class that must be annotated using Operation annotation.
 

Uses of XNode in org.nuxeo.ecm.automation.core.events
 

Methods in org.nuxeo.ecm.automation.core.events with annotations of type XNode
 void EventHandler.setAttribute(java.lang.String attribute)
           
 

Uses of XNode in org.nuxeo.ecm.automation.server
 

Methods in org.nuxeo.ecm.automation.server with annotations of type XNode
 void RestBinding.setGroups(java.lang.String list)
           
 

Uses of XNode in org.nuxeo.ecm.core.api.adapter
 

Fields in org.nuxeo.ecm.core.api.adapter with annotations of type XNode
 java.lang.Class<?> SessionAdapterDescriptor.factory
           
 java.lang.String SessionAdapterDescriptor.itf
           
 java.lang.Class<?> PropertyFactoryDescriptor.klass
           
 java.lang.String PropertyFactoryDescriptor.schema
           
 java.lang.String PropertyFactoryDescriptor.type
           
 

Uses of XNode in org.nuxeo.ecm.core.lifecycle.extensions
 

Methods in org.nuxeo.ecm.core.lifecycle.extensions with annotations of type XNode
 void LifeCycleDescriptor.setLifeCycleManager(java.lang.String lifeCycleManager)
           
 

Uses of XNode in org.nuxeo.ecm.core.management.storage
 

Methods in org.nuxeo.ecm.core.management.storage with annotations of type XNode
 void DocumentStoreHandlerDescriptor.setClass(java.lang.Class<? extends DocumentStoreHandler> clazz)
           
 

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

Fields in org.nuxeo.ecm.core.persistence with annotations of type XNode
 java.lang.String HibernateConfiguration.name
           
 

Methods in org.nuxeo.ecm.core.persistence with annotations of type XNode
 void HibernateConfiguration.setDatasource(java.lang.String name)
           
 

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

Fields in org.nuxeo.ecm.core.schema with annotations of type XNode
 java.lang.String TypeProviderDescriptor.group
           
 java.lang.Class<TypeHelper> TypeHelperDescriptor.helperClass
           
 boolean SchemaDescriptor.isLazy
           
 java.lang.String SchemaDescriptor.name
           
 java.lang.String SchemaBindingDescriptor.name
           
 java.lang.String DocumentTypeDescriptor.name
           
 boolean SchemaBindingDescriptor.override
           
 java.lang.String DocumentTypeDescriptor.prefetch
           
 java.lang.String SchemaBindingDescriptor.prefix
           
 java.lang.String TypeHelperDescriptor.schema
           
 java.lang.String SchemaBindingDescriptor.src
           
 java.lang.String DocumentTypeDescriptor.superTypeName
           
 java.lang.String TypeHelperDescriptor.type
           
 java.lang.String TypeProviderDescriptor.uri
           
 

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

Methods in org.nuxeo.ecm.core.search.api.client.querymodel.descriptor with annotations of type XNode
 void WhereClauseDescriptor.setFixedPath(java.lang.String fixedPart)
           
 void PredicateDescriptor.setOperator(java.lang.String operator)
           
 void QueryModelDescriptor.setPattern(java.lang.String pattern)
           
 

Uses of XNode in org.nuxeo.ecm.core.search.api.internals
 

Fields in org.nuxeo.ecm.core.search.api.internals with annotations of type XNode
 int IndexingThreadPoolDescriptor.docBatchSize
           
 int IndexingThreadPoolDescriptor.maxPoolSize
           
 

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

Fields in org.nuxeo.ecm.core.storage.sql with annotations of type XNode
 boolean RepositoryDescriptor.aclOptimizationsEnabled
           
 java.lang.String RepositoryDescriptor.FulltextIndexDescriptor.analyzer
           
 java.lang.Class<? extends RepositoryBackend> RepositoryDescriptor.backendClass
           
 java.lang.Class<? extends BinaryManager> RepositoryDescriptor.binaryManagerClass
           
 boolean RepositoryDescriptor.binaryManagerConnect
           
 java.lang.String RepositoryDescriptor.binaryManagerKey
           
 boolean RepositoryDescriptor.binaryManagerListen
           
 java.lang.String RepositoryDescriptor.binaryStorePath
           
 java.lang.String RepositoryDescriptor.FulltextIndexDescriptor.catalog
           
 long RepositoryDescriptor.clusteringDelay
           
 boolean RepositoryDescriptor.clusteringEnabled
           
 int BinaryManagerDescriptor.depth
          The number of intermediate sub-directories to use.
 java.lang.String BinaryManagerDescriptor.digest
          The digest, for instance MD5 or SHA-256.
 boolean RepositoryDescriptor.ServerDescriptor.disabled
           
 java.lang.String RepositoryDescriptor.FieldDescriptor.field
           
 java.lang.String RepositoryDescriptor.FulltextIndexDescriptor.fieldType
          string or blob
 java.lang.String RepositoryDescriptor.fulltextAnalyzer
           
 java.lang.String RepositoryDescriptor.fulltextCatalog
           
 boolean RepositoryDescriptor.fulltextDisabled
           
 java.lang.String RepositoryDescriptor.ServerDescriptor.host
           
 RepositoryDescriptor.ServerDescriptor RepositoryDescriptor.listen
           
 java.lang.String RepositoryDescriptor.name
           
 java.lang.String RepositoryDescriptor.FulltextIndexDescriptor.name
           
 boolean RepositoryDescriptor.noDDL
           
 java.lang.String RepositoryDescriptor.ServerDescriptor.path
           
 boolean RepositoryDescriptor.pathOptimizationsEnabled
           
 int RepositoryDescriptor.ServerDescriptor.port
           
 boolean RepositoryDescriptor.sendInvalidationEvents
           
 java.lang.String RepositoryDescriptor.FieldDescriptor.type
           
 java.lang.String RepositoryDescriptor.usersSeparatorKey
           
 java.lang.String RepositoryDescriptor.xaDataSourceName
           
 

Methods in org.nuxeo.ecm.core.storage.sql with annotations of type XNode
 void RepositoryDescriptor.setQueryMakerDeprecated(java.lang.String klass)
           
 

Uses of XNode in org.nuxeo.ecm.core.storage.sql.jdbc
 

Fields in org.nuxeo.ecm.core.storage.sql.jdbc with annotations of type XNode
 boolean QueryMakerDescriptor.enabled
           
 java.lang.String QueryMakerDescriptor.name
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc with annotations of type XNode
 void QueryMakerDescriptor.setQueryMaker(java.lang.String klass)
           
 

Uses of XNode in org.nuxeo.ecm.directory
 

Methods in org.nuxeo.ecm.directory with annotations of type XNode
 void InverseReference.setFieldName(java.lang.String fieldName)
           
 void InverseReference.setTargetDirectoryName(java.lang.String targetDirectoryName)
           
 

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

Fields in org.nuxeo.ecm.directory.ldap with annotations of type XNode
 java.lang.Class<? extends EntryAdaptor> LDAPDirectoryDescriptor.EntryAdaptorDescriptor.adaptorClass
           
 java.lang.String LDAPDynamicReferenceDescriptor.baseDN
           
 int LDAPDirectoryDescriptor.cacheMaxSize
           
 int LDAPDirectoryDescriptor.cacheTimeout
           
 int LDAPServerDescriptor.connectionTimeout
           
 java.lang.String LDAPDirectoryDescriptor.creationBaseDn
           
 java.lang.String LDAPDirectoryDescriptor.emptyRefMarker
           
 java.lang.String LDAPDynamicReferenceDescriptor.filter
           
 boolean LDAPReference.forceDnConsistencyCheck
           
 java.lang.String LDAPDirectoryDescriptor.idField
           
 java.lang.String LDAPDirectoryDescriptor.missingIdFieldCase
           
 java.lang.String LDAPServerDescriptor.name
           
 java.lang.String LDAPDirectoryDescriptor.name
           
 java.lang.String LDAPDirectoryDescriptor.passwordField
           
 boolean LDAPServerDescriptor.poolingEnabled
           
 java.lang.String LDAPDirectoryDescriptor.rdnAttribute
           
 boolean LDAPDirectoryDescriptor.readOnly
           
 java.lang.String LDAPDirectoryDescriptor.schemaName
           
 java.lang.String LDAPDirectoryDescriptor.searchBaseDn
           
 java.lang.String LDAPDirectoryDescriptor.serverName
           
 java.lang.String LDAPDynamicReferenceDescriptor.type
           
 

Methods in org.nuxeo.ecm.directory.ldap with annotations of type XNode
 void LDAPServerDescriptor.setBindDn(java.lang.String bindDn)
           
 void LDAPServerDescriptor.setBindPassword(java.lang.String bindPassword)
           
 void LDAPDirectoryDescriptor.setEntryAdaptor(LDAPDirectoryDescriptor.EntryAdaptorDescriptor adaptorDescriptor)
           
 void LDAPTreeReference.setFieldName(java.lang.String fieldName)
           
 void LDAPReference.setFieldName(java.lang.String fieldName)
           
 void LDAPTreeReference.setScope(java.lang.String scope)
           
 void LDAPDirectoryDescriptor.setSearchFilter(java.lang.String searchFilter)
           
 void LDAPDirectoryDescriptor.setSearchScope(java.lang.String searchScope)
           
 void LDAPDirectoryDescriptor.setSubstringMatchType(java.lang.String substringMatchType)
           
 void LDAPTreeReference.setTargetDirectoryName(java.lang.String targetDirectoryName)
           
 void LDAPReference.setTargetDirectoryName(java.lang.String targetDirectoryName)
           
 

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

Fields in org.nuxeo.ecm.directory.multi with annotations of type XNode
 boolean SourceDescriptor.creation
           
 java.lang.String FieldDescriptor.forField
           
 boolean SubDirectoryDescriptor.isOptional
           
 java.lang.String SubDirectoryDescriptor.name
           
 java.lang.String SourceDescriptor.name
           
 java.lang.String MultiDirectoryDescriptor.name
           
 java.lang.String FieldDescriptor.name
           
 java.lang.Integer MultiDirectoryDescriptor.querySizeLimit
           
 java.lang.Boolean MultiDirectoryDescriptor.readOnly
           
 boolean MultiDirectoryDescriptor.remove
           
 

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

Fields in org.nuxeo.ecm.directory.sql with annotations of type XNode
 boolean SQLDirectoryDescriptor.autoincrementIdField
           
 int SQLDirectoryDescriptor.cacheMaxSize
           
 int SQLDirectoryDescriptor.cacheTimeout
           
 java.lang.String SQLDirectoryDescriptor.dataFileName
           
 java.lang.String SQLDirectoryDescriptor.dataSourceName
           
 java.lang.String SQLDirectoryDescriptor.dbDriver
           
 java.lang.String SQLDirectoryDescriptor.dbPassword
           
 java.lang.String SQLDirectoryDescriptor.dbUrl
           
 java.lang.String SQLDirectoryDescriptor.dbUser
           
 java.lang.String SQLDirectoryDescriptor.dialectName
           
 java.lang.String SQLDirectoryDescriptor.idField
           
 java.lang.String SQLDirectoryDescriptor.name
           
 java.lang.String SQLDirectoryDescriptor.parentDirectory
           
 java.lang.String SQLDirectoryDescriptor.passwordHashAlgorithm
           
 java.lang.Boolean SQLDirectoryDescriptor.readOnly
           
 java.lang.String SQLDirectoryDescriptor.schemaName
           
 java.lang.String SQLDirectoryDescriptor.tableName
           
 

Methods in org.nuxeo.ecm.directory.sql with annotations of type XNode
 void SQLDirectoryDescriptor.setCreateTablePolicy(java.lang.String createTablePolicy)
           
 void TableReference.setFieldName(java.lang.String fieldName)
           
 void SQLDirectoryDescriptor.setSubstringMatchType(java.lang.String substringMatchType)
           
 void TableReference.setTargetDirectoryName(java.lang.String targetDirectoryName)
           
 

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

Fields in org.nuxeo.ecm.platform.api with annotations of type XNode
 java.lang.Class RepositoryDescriptor.connectorClass
          Deprecated.  
 java.lang.String RepositoryDescriptor.description
          Deprecated.  
 java.lang.String ServerDescriptor.host
          Deprecated.  
 boolean ServiceDescriptor.isPrivate
          Deprecated.  
 java.lang.Class ServerDescriptor.jndiContextFactory
          Deprecated.  
 java.lang.String ServiceDescriptor.jndiName
          Deprecated.  
 java.lang.String ServerDescriptor.jndiPrefix
          Deprecated.  
 java.lang.String ServerDescriptor.jndiSuffix
          Deprecated.  
 java.lang.String ServerDescriptor.name
          Deprecated.  
 java.lang.String RepositoryDescriptor.name
          Deprecated.  
 java.lang.String ServerDescriptor.port
          Deprecated.  
 java.lang.Class ServerDescriptor.repositoryConnector
          Deprecated.  
 java.lang.String ServiceDescriptor.serviceClass
          Deprecated.  
 java.lang.Class ServerDescriptor.serviceConnector
          Deprecated.  
 

Uses of XNode in org.nuxeo.ecm.platform.comment.service
 

Fields in org.nuxeo.ecm.platform.comment.service with annotations of type XNode
 java.lang.String CommentServiceConfig.commentConverterClassName
           
 java.lang.String CommentServiceConfig.commentNamespace
           
 java.lang.String CommentServiceConfig.documentNamespace
           
 java.lang.String CommentServiceConfig.graphName
           
 java.lang.String CommentServiceConfig.predicateNamespace
           
 

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

Methods in org.nuxeo.ecm.platform.content.template.service with annotations of type XNode
 void ACEDescriptor.setUserName(java.lang.String userName)
          Deprecated. 
 

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

Fields in org.nuxeo.ecm.platform.htmlsanitizer with annotations of type XNode
 boolean HtmlSanitizerDescriptor.enabled
           
 java.lang.String HtmlSanitizerDescriptor.name
           
 boolean HtmlSanitizerDescriptor.override
           
 java.lang.String HtmlSanitizerAntiSamyDescriptor.policy
           
 

Uses of XNode in org.nuxeo.ecm.platform.mimetype.service
 

Methods in org.nuxeo.ecm.platform.mimetype.service with annotations of type XNode
 void ExtensionDescriptor.setAmbiguous(boolean ambiguous)
           
 

Uses of XNode in org.nuxeo.ecm.platform.picture.core.libraryselector
 

Fields in org.nuxeo.ecm.platform.picture.core.libraryselector with annotations of type XNode
 ImageUtilsDescriptor LibrarySelectorServiceDescriptor.imageUtils
           
 MetadataUtilsDescriptor LibrarySelectorServiceDescriptor.metadataUtils
           
 MimeUtilsDescriptor LibrarySelectorServiceDescriptor.mimeUtils
           
 

Uses of XNode in org.nuxeo.ecm.platform.query.api
 

Methods in org.nuxeo.ecm.platform.query.api with annotations of type XNode
 void PredicateDefinition.setOperator(java.lang.String operator)
           
 

Uses of XNode in org.nuxeo.ecm.platform.query.core
 

Methods in org.nuxeo.ecm.platform.query.core with annotations of type XNode
 void WhereClauseDescriptor.setFixedPath(java.lang.String fixedPart)
           
 void PredicateDescriptor.setOperator(java.lang.String operator)
           
 void GenericPageProviderDescriptor.setPattern(java.lang.String pattern)
           
 void CoreQueryPageProviderDescriptor.setPattern(java.lang.String pattern)
           
 

Uses of XNode in org.nuxeo.ecm.platform.scheduler.core.service
 

Fields in org.nuxeo.ecm.platform.scheduler.core.service with annotations of type XNode
 java.lang.String ScheduleImpl.cronExpression
           
 java.lang.String ScheduleImpl.eventCategory
           
 java.lang.String ScheduleImpl.eventId
           
 java.lang.String ScheduleImpl.id
           
 java.lang.String ScheduleImpl.password
           
 java.lang.String ScheduleImpl.username
           
 

Methods in org.nuxeo.ecm.platform.scheduler.core.service with annotations of type XNode
 void ScheduleImpl.setEventId(java.lang.String eventId)
           
 

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

Methods in org.nuxeo.ecm.platform.types with annotations of type XNode
 void SubType.setHidden(java.lang.String value)
           
 

Uses of XNode in org.nuxeo.ecm.platform.ui.web.auth.service
 

Methods in org.nuxeo.ecm.platform.ui.web.auth.service with annotations of type XNode
 void OpenUrlDescriptor.setGrantPattern(java.lang.String grantPattern)
           
 

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

Fields in org.nuxeo.ecm.platform.usermanager with annotations of type XNode
 VirtualUserDescriptor UserManagerDescriptor.anonymousUser
           
 java.lang.String UserManagerDescriptor.defaultGroup
           
 java.lang.Boolean UserManagerDescriptor.disableDefaultAdministratorsGroup
           
 java.lang.String UserManagerDescriptor.groupDirectoryName
           
 java.lang.String UserManagerDescriptor.groupListingMode
           
 java.lang.String UserManagerDescriptor.groupMembersField
           
 java.lang.String UserManagerDescriptor.groupParentGroupsField
           
 java.lang.String UserManagerDescriptor.groupSortField
           
 java.lang.String UserManagerDescriptor.groupSubGroupsField
           
 java.lang.String VirtualUserDescriptor.id
           
 java.lang.String VirtualUserDescriptor.password
           
 boolean VirtualUserDescriptor.remove
           
 boolean VirtualUserDescriptor.searchable
           
 java.lang.String UserManagerDescriptor.userDirectoryName
           
 java.lang.String UserManagerDescriptor.userEmailField
           
 java.lang.String UserManagerDescriptor.userListingMode
           
 java.lang.Class<?> UserManagerDescriptor.userManagerClass
           
 boolean UserManagerDescriptor.userSearchFieldsAppend
           
 java.lang.String UserManagerDescriptor.userSortField
           
 

Methods in org.nuxeo.ecm.platform.usermanager with annotations of type XNode
 void UserManagerDescriptor.setUserListingMode(java.lang.String userListingMode)
           
 void UserManagerDescriptor.setUserPasswordPattern(java.lang.String pattern)
           
 void UserManagerDescriptor.setUserSearchFieldsPresent(java.lang.String text)
           
 

Uses of XNode in org.nuxeo.ecm.platform.web.common.requestcontroller.service
 

Methods in org.nuxeo.ecm.platform.web.common.requestcontroller.service with annotations of type XNode
 void FilterConfigDescriptor.setPattern(java.lang.String pattern)
           
 

Uses of XNode in org.nuxeo.ecm.shell
 

Fields in org.nuxeo.ecm.shell with annotations of type XNode
 int CommandParameter.index
           
 java.lang.String CommandParameter.type
           
 

Uses of XNode in org.nuxeo.ecm.webapp.documentsLists
 

Methods in org.nuxeo.ecm.webapp.documentsLists with annotations of type XNode
 void DocumentsListDescriptor.setImageURL(java.lang.String imageURL)
           
 

Uses of XNode in org.nuxeo.ecm.webengine
 

Fields in org.nuxeo.ecm.webengine with annotations of type XNode
 java.lang.String ResourceBinding.className
          Use this to specify the resource class.
 java.lang.String ConfigurationFileDescriptor.entry
           
 java.lang.String ResourceBinding.path
           
 java.lang.String ConfigurationFileDescriptor.path
           
 boolean ResourceBinding.singleton
           
 boolean ConfigurationFileDescriptor.trackChanges
           
 

Uses of XNode in org.nuxeo.ecm.webengine.install
 

Fields in org.nuxeo.ecm.webengine.install with annotations of type XNode
 java.lang.String Installer.module
           
 

Uses of XNode in org.nuxeo.ecm.webengine.model
 

Methods in org.nuxeo.ecm.webengine.model with annotations of type XNode
 void LinkDescriptor.setGuard(java.lang.String expr)
           
 

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

Fields in org.nuxeo.ecm.webengine.model.impl with annotations of type XNode
 java.lang.String ModuleConfiguration.base
           
 java.io.File ModuleConfiguration.directory
          The module directory.
 java.lang.String TypeDescriptor.fragment
           
 java.lang.String ModuleConfiguration.icon
           
 java.lang.String MediaTypeRef.id
           
 boolean ModuleConfiguration.isHeadless
           
 java.lang.String ModuleConfiguration.name
           
 java.lang.String AdapterDescriptor.name
           
 java.lang.String TypeDescriptor.superType
           
 java.lang.String AdapterDescriptor.targetType
           
 java.lang.String ModuleConfiguration.templateFileExt
           
 java.lang.String ModuleConfiguration.title
           
 java.lang.String TypeDescriptor.type
           
 

Methods in org.nuxeo.ecm.webengine.model.impl with annotations of type XNode
 void TypeDescriptor.setVisibility(java.lang.String v)
           
 

Uses of XNode in org.nuxeo.ecm.webengine.rendering
 

Fields in org.nuxeo.ecm.webengine.rendering with annotations of type XNode
 java.lang.Class<?> RenderingExtensionDescriptor.klass
           
 java.lang.String RenderingExtensionDescriptor.name
           
 

Uses of XNode in org.nuxeo.runtime.api
 

Methods in org.nuxeo.runtime.api with annotations of type XNode
 void ServiceDescriptor.setGroup(java.lang.String group)
           
 

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

Fields in org.nuxeo.runtime.api.login with annotations of type XNode
 java.lang.String LoginModuleDescriptor.code
           
 java.lang.String LoginModuleDescriptor.flag
           
 

Uses of XNode in org.nuxeo.runtime.datasource
 

Fields in org.nuxeo.runtime.datasource with annotations of type XNode
 org.w3c.dom.Element DataSourceDescriptor.element
           
 java.lang.String DataSourceDescriptor.name
           
 

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

Fields in org.nuxeo.runtime.deployment.preprocessor with annotations of type XNode
 java.lang.String TemplateDescriptor.installPath
           
 boolean TemplateDescriptor.isRequired
           
 java.lang.String TemplateDescriptor.name
           
 java.lang.String FragmentDescriptor.name
           
 java.lang.String ContainerDescriptor.name
           
 java.lang.String TemplateDescriptor.src
           
 int FragmentDescriptor.startLevel
          Deprecated. 
 int FragmentDescriptor.version
           
 

Uses of XNode in org.nuxeo.runtime.deployment.preprocessor.template
 

Methods in org.nuxeo.runtime.deployment.preprocessor.template with annotations of type XNode
 void TemplateContribution.setTarget(java.lang.String target)
           
 

Uses of XNode in org.nuxeo.runtime.management
 

Methods in org.nuxeo.runtime.management with annotations of type XNode
 void ServerLocatorDescriptor.setExisting(java.lang.String value)
           
 void ServerLocatorDescriptor.setRmiPort(java.lang.String value)
           
 

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

Fields in org.nuxeo.runtime.model.impl with annotations of type XNode
 org.w3c.dom.Element ConfigurationDescriptorImpl.element
           
 java.lang.String ExtensionPointImpl.name
           
 java.lang.String ExtensionPointImpl.superComponent
           
 

Uses of XNode in org.nuxeo.runtime.model.persistence
 

Fields in org.nuxeo.runtime.model.persistence with annotations of type XNode
 java.lang.Class<?> ContributionStorageDescriptor.clazz
           
 

Uses of XNode in org.nuxeo.runtime.scripting
 

Fields in org.nuxeo.runtime.scripting with annotations of type XNode
 java.lang.String ScriptDescriptor.name
           
 java.lang.String ScriptDescriptor.src
           
 

Uses of XNode in org.nuxeo.runtime.services.deployment
 

Fields in org.nuxeo.runtime.services.deployment with annotations of type XNode
 java.lang.String DeploymentDescriptor.src
           
 

Uses of XNode in org.nuxeo.runtime.services.event
 

Methods in org.nuxeo.runtime.services.event with annotations of type XNode
 void ListenerDescriptor.setListener(java.lang.Class<EventListener> listenerClass)
           
 

Uses of XNode in org.nuxeo.theme
 

Fields in org.nuxeo.theme with annotations of type XNode
 java.lang.String RegistryType.className
           
 java.lang.String RegistryType.name
           
 

Methods in org.nuxeo.theme with annotations of type XNode
 void ApplicationType.setRoot(java.lang.String root)
           
 void ShortcutType.setTarget(java.lang.String target)
           
 

Uses of XNode in org.nuxeo.theme.elements
 

Fields in org.nuxeo.theme.elements with annotations of type XNode
 java.lang.String ElementType.className
           
 java.lang.String ElementType.name
           
 java.lang.String ElementType.nodeTypeName
           
 

Uses of XNode in org.nuxeo.theme.engines
 

Fields in org.nuxeo.theme.engines with annotations of type XNode
 java.lang.String EngineType.name
           
 

Uses of XNode in org.nuxeo.theme.formats
 

Fields in org.nuxeo.theme.formats with annotations of type XNode
 java.lang.String FormatType.className
           
 java.lang.String FormatFilterType.engine
           
 java.lang.String FormatFilterType.formatName
           
 java.lang.String FormatFilterType.mode
           
 java.lang.String FormatType.name
           
 java.lang.String FormatFilterType.name
           
 java.lang.String FormatType.predicateName
           
 java.lang.String FormatFilterType.templateEngine
           
 

Uses of XNode in org.nuxeo.theme.fragments
 

Fields in org.nuxeo.theme.fragments with annotations of type XNode
 java.lang.String FragmentType.className
           
 boolean FragmentType.dynamic
           
 java.lang.String FragmentType.modelName
           
 java.lang.String FragmentType.name
           
 

Uses of XNode in org.nuxeo.theme.models
 

Fields in org.nuxeo.theme.models with annotations of type XNode
 java.lang.String ModelType.className
           
 java.lang.String ModelType.name
           
 

Uses of XNode in org.nuxeo.theme.negotiation
 

Fields in org.nuxeo.theme.negotiation with annotations of type XNode
 java.lang.String NegotiationType.object
           
 java.lang.String NegotiationType.strategy
           
 

Uses of XNode in org.nuxeo.theme.perspectives
 

Fields in org.nuxeo.theme.perspectives with annotations of type XNode
 java.lang.String PerspectiveType.name
           
 java.lang.String PerspectiveType.title
           
 

Uses of XNode in org.nuxeo.theme.rendering
 

Fields in org.nuxeo.theme.rendering with annotations of type XNode
 java.lang.String StandaloneFilterType.className
           
 java.lang.String StandaloneFilterType.engine
           
 java.lang.String StandaloneFilterType.mode
           
 java.lang.String StandaloneFilterType.name
           
 java.lang.String RendererType.name
           
 java.lang.String StandaloneFilterType.templateEngine
           
 

Uses of XNode in org.nuxeo.theme.resources
 

Fields in org.nuxeo.theme.resources with annotations of type XNode
 java.lang.String ResourceType.name
           
 java.lang.String ResourceBank.name
           
 java.lang.String ResourceType.path
           
 boolean ResourceType.shrinkable
           
 java.lang.String ResourceType.url
           
 

Methods in org.nuxeo.theme.resources with annotations of type XNode
 void ResourceBank.setConnectionUrl(java.lang.String connectionUrl)
           
 void ResourceType.setContextPath(java.lang.String contextPath)
           
 

Uses of XNode in org.nuxeo.theme.templates
 

Fields in org.nuxeo.theme.templates with annotations of type XNode
 java.lang.String TemplateEngineType.name
           
 java.lang.String TemplateEngineType.templateView
           
 java.lang.String TemplateEngineType.title
           
 

Uses of XNode in org.nuxeo.theme.themes
 

Fields in org.nuxeo.theme.themes with annotations of type XNode
 java.lang.String ThemeSetEntry.features
           
 java.lang.String ThemeSetEntry.name
           
 java.lang.String ThemeSet.name
           
 java.lang.String ThemeDescriptor.src
           
 

Uses of XNode in org.nuxeo.theme.views
 

Fields in org.nuxeo.theme.views with annotations of type XNode
 java.lang.String ViewType.className
           
 java.lang.String ViewType.elementTypeName
           
 java.lang.String ViewType.engineName
           
 java.lang.String ViewType.formatTypeName
           
 java.lang.String ViewType.icon
           
 java.lang.String ViewType.mode
           
 java.lang.String ViewType.modelTypeName
           
 java.lang.String ViewType.template
           
 java.lang.String ViewType.viewName
           
 

Uses of XNode in org.nuxeo.theme.vocabularies
 

Fields in org.nuxeo.theme.vocabularies with annotations of type XNode
 java.lang.String VocabularyType.className
           
 java.lang.String VocabularyType.name
           
 java.lang.String VocabularyType.path
           
 

Uses of XNode in org.nuxeo.theme.webwidgets
 

Fields in org.nuxeo.theme.webwidgets with annotations of type XNode
 java.lang.String WidgetDecorationType.mode
           
 java.lang.String PanelDecorationType.mode
           
 

Uses of XNode in org.nuxeo.webengine.sites.wiki.rendering
 

Fields in org.nuxeo.webengine.sites.wiki.rendering with annotations of type XNode
 java.lang.String WikiSitesFilterDescriptor.clazz
           
 java.lang.String WikiSitesFilterDescriptor.pattern
           
 java.lang.String WikiSitesFilterDescriptor.replacement
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.