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.core.versioning   
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.api.ws   
org.nuxeo.ecm.platform.comment.service   
org.nuxeo.ecm.platform.content.template.service   
org.nuxeo.ecm.platform.forms.layout.descriptors   
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.webapp.documentsLists   
org.nuxeo.ecm.webengine   
org.nuxeo.ecm.webengine.install   
org.nuxeo.ecm.webengine.jaxrs.servlet.config   
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
 String FormDefinition.description
           
 String FormDefinition.image
           
 String FormDefinition.title
           
 

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

Fields in org.nuxeo.ecm.automation.core with annotations of type XNode
 Class<?> TypeAdapterContribution.accept
           
 Class<? extends TypeAdapter> TypeAdapterContribution.clazz
          Adapter implementation class
 Class<?> TypeAdapterContribution.produce
           
 boolean OperationContribution.replace
          Put it to true to override an existing contribution having the same ID.
 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(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(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
 Class<?> SessionAdapterDescriptor.factory
           
 String SessionAdapterDescriptor.itf
           
 Class<?> PropertyFactoryDescriptor.klass
           
 String PropertyFactoryDescriptor.schema
           
 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(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(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
 String HibernateConfiguration.name
           
 

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

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

Fields in org.nuxeo.ecm.core.schema with annotations of type XNode
 String TypeProviderDescriptor.group
           
 Class<TypeHelper> TypeHelperDescriptor.helperClass
           
 boolean SchemaDescriptor.isLazy
           
 String SchemaDescriptor.name
           
 String SchemaBindingDescriptor.name
           
 String FacetDescriptor.name
           
 String DocumentTypeDescriptor.name
           
 boolean SchemaBindingDescriptor.override
           
 String DocumentTypeDescriptor.prefetch
           
 String SchemaBindingDescriptor.prefix
           
 String TypeHelperDescriptor.schema
           
 String SchemaBindingDescriptor.src
           
 String DocumentTypeDescriptor.superTypeName
           
 String TypeHelperDescriptor.type
           
 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(String fixedPart)
          Deprecated.  
 void PredicateDescriptor.setOperator(String operator)
           
 void QueryModelDescriptor.setPattern(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
           
 String RepositoryDescriptor.FulltextIndexDescriptor.analyzer
           
 Class<? extends RepositoryBackend> RepositoryDescriptor.backendClass
           
 Class<? extends BinaryManager> RepositoryDescriptor.binaryManagerClass
           
 boolean RepositoryDescriptor.binaryManagerConnect
           
 String RepositoryDescriptor.binaryManagerKey
           
 boolean RepositoryDescriptor.binaryManagerListen
           
 String RepositoryDescriptor.binaryStorePath
           
 String RepositoryDescriptor.FulltextIndexDescriptor.catalog
           
 long RepositoryDescriptor.clusteringDelay
           
 boolean RepositoryDescriptor.clusteringEnabled
           
 int BinaryManagerDescriptor.depth
          The number of intermediate sub-directories to use.
 String BinaryManagerDescriptor.digest
          The digest, for instance MD5 or SHA-256.
 boolean RepositoryDescriptor.ServerDescriptor.disabled
           
 String RepositoryDescriptor.FieldDescriptor.field
           
 String RepositoryDescriptor.FulltextIndexDescriptor.fieldType
          string or blob
 String RepositoryDescriptor.fulltextAnalyzer
           
 String RepositoryDescriptor.fulltextCatalog
           
 boolean RepositoryDescriptor.fulltextDisabled
           
 String RepositoryDescriptor.ServerDescriptor.host
           
 RepositoryDescriptor.ServerDescriptor RepositoryDescriptor.listen
           
 String RepositoryDescriptor.name
           
 String RepositoryDescriptor.FulltextIndexDescriptor.name
           
 boolean RepositoryDescriptor.noDDL
           
 String RepositoryDescriptor.ServerDescriptor.path
           
 boolean RepositoryDescriptor.pathOptimizationsEnabled
           
 int RepositoryDescriptor.ServerDescriptor.port
           
 int RepositoryDescriptor.readAclMaxSize
           
 boolean RepositoryDescriptor.sendInvalidationEvents
           
 String RepositoryDescriptor.FieldDescriptor.type
           
 String RepositoryDescriptor.usersSeparatorKey
           
 String RepositoryDescriptor.xaDataSourceName
           
 

Methods in org.nuxeo.ecm.core.storage.sql with annotations of type XNode
 void RepositoryDescriptor.setQueryMakerDeprecated(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
           
 String QueryMakerDescriptor.name
           
 Class<? extends QueryMaker> QueryMakerDescriptor.queryMaker
           
 

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

Fields in org.nuxeo.ecm.core.versioning with annotations of type XNode
 InitialStateDescriptor VersioningRuleDescriptor.initialState
           
 InitialStateDescriptor DefaultVersioningRuleDescriptor.initialState
           
 

Uses of XNode in org.nuxeo.ecm.directory
 

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

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

Fields in org.nuxeo.ecm.directory.ldap with annotations of type XNode
 Class<? extends EntryAdaptor> LDAPDirectoryDescriptor.EntryAdaptorDescriptor.adaptorClass
           
 String LDAPDynamicReferenceDescriptor.baseDN
           
 int LDAPDirectoryDescriptor.cacheMaxSize
           
 int LDAPDirectoryDescriptor.cacheTimeout
           
 int LDAPServerDescriptor.connectionTimeout
           
 String LDAPDirectoryDescriptor.creationBaseDn
           
 String LDAPDirectoryDescriptor.emptyRefMarker
           
 String LDAPDynamicReferenceDescriptor.filter
           
 boolean LDAPReference.forceDnConsistencyCheck
           
 String LDAPDirectoryDescriptor.idCase
          Since 5.4.2: force id case to upper or lower, or leaver it unchanged.
 String LDAPDirectoryDescriptor.idField
           
 String LDAPDirectoryDescriptor.missingIdFieldCase
           
 String LDAPDirectoryDescriptor.name
           
 String LDAPServerDescriptor.name
           
 String LDAPDirectoryDescriptor.passwordField
           
 boolean LDAPServerDescriptor.poolingEnabled
           
 String LDAPDirectoryDescriptor.rdnAttribute
           
 boolean LDAPDirectoryDescriptor.readOnly
           
 String LDAPDirectoryDescriptor.schemaName
           
 String LDAPDirectoryDescriptor.searchBaseDn
           
 String LDAPDirectoryDescriptor.serverName
           
 String LDAPDynamicReferenceDescriptor.type
           
 

Methods in org.nuxeo.ecm.directory.ldap with annotations of type XNode
 void LDAPServerDescriptor.setBindDn(String bindDn)
           
 void LDAPServerDescriptor.setBindPassword(String bindPassword)
           
 void LDAPDirectoryDescriptor.setEntryAdaptor(LDAPDirectoryDescriptor.EntryAdaptorDescriptor adaptorDescriptor)
           
 void LDAPReference.setFieldName(String fieldName)
           
 void LDAPTreeReference.setFieldName(String fieldName)
           
 void LDAPTreeReference.setScope(String scope)
           
 void LDAPDirectoryDescriptor.setSearchFilter(String searchFilter)
           
 void LDAPDirectoryDescriptor.setSearchScope(String searchScope)
           
 void LDAPDirectoryDescriptor.setSubstringMatchType(String substringMatchType)
           
 void LDAPReference.setTargetDirectoryName(String targetDirectoryName)
           
 void LDAPTreeReference.setTargetDirectoryName(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
           
 String FieldDescriptor.forField
           
 boolean SubDirectoryDescriptor.isOptional
           
 String SubDirectoryDescriptor.name
           
 String SourceDescriptor.name
           
 String FieldDescriptor.name
           
 String MultiDirectoryDescriptor.name
           
 Integer MultiDirectoryDescriptor.querySizeLimit
           
 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
           
 String SQLDirectoryDescriptor.dataFileCharacterSeparator
           
 String SQLDirectoryDescriptor.dataFileName
           
 String SQLDirectoryDescriptor.dataSourceName
           
 String SQLDirectoryDescriptor.dbDriver
           
 String SQLDirectoryDescriptor.dbPassword
           
 String SQLDirectoryDescriptor.dbUrl
           
 String SQLDirectoryDescriptor.dbUser
           
 String SQLDirectoryDescriptor.idField
           
 String SQLDirectoryDescriptor.name
           
 Boolean SQLDirectoryDescriptor.nativeCase
           
 String SQLDirectoryDescriptor.parentDirectory
           
 String SQLDirectoryDescriptor.passwordHashAlgorithm
           
 Boolean SQLDirectoryDescriptor.readOnly
           
 String SQLDirectoryDescriptor.schemaName
           
 String SQLDirectoryDescriptor.tableName
           
 

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

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

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

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

Fields in org.nuxeo.ecm.platform.api.ws with annotations of type XNode
 String DocumentLoaderDescriptor.name
           
 

Methods in org.nuxeo.ecm.platform.api.ws with annotations of type XNode
 void DocumentLoaderDescriptor.setClass(Class<? extends DocumentLoader> clazz)
           
 

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

Fields in org.nuxeo.ecm.platform.comment.service with annotations of type XNode
 String CommentServiceConfig.commentConverterClassName
           
 String CommentServiceConfig.commentNamespace
           
 String CommentServiceConfig.documentNamespace
           
 String CommentServiceConfig.graphName
           
 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(String userName)
          Deprecated. 
 

Uses of XNode in org.nuxeo.ecm.platform.forms.layout.descriptors
 

Methods in org.nuxeo.ecm.platform.forms.layout.descriptors with annotations of type XNode
 void WidgetTypeConfigurationDescriptor.setConfProperties(PropertiesDescriptor propsDesc)
           
 

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

Fields in org.nuxeo.ecm.platform.htmlsanitizer with annotations of type XNode
 boolean HtmlSanitizerDescriptor.enabled
           
 String HtmlSanitizerDescriptor.name
           
 boolean HtmlSanitizerDescriptor.override
           
 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(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(String fixedPart)
           
 void PredicateDescriptor.setOperator(String operator)
           
 void GenericPageProviderDescriptor.setPattern(String pattern)
           
 void CoreQueryPageProviderDescriptor.setPattern(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
 String ScheduleImpl.cronExpression
           
 String ScheduleImpl.eventCategory
           
 String ScheduleImpl.eventId
           
 String ScheduleImpl.id
           
 String ScheduleImpl.username
           
 

Methods in org.nuxeo.ecm.platform.scheduler.core.service with annotations of type XNode
 void ScheduleImpl.setEventId(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(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(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
           
 String UserManagerDescriptor.defaultGroup
           
 String UserManagerDescriptor.digestAuthDirectory
           
 String UserManagerDescriptor.digestAuthRealm
           
 Boolean UserManagerDescriptor.disableDefaultAdministratorsGroup
           
 String UserManagerDescriptor.groupDirectoryName
           
 String UserManagerDescriptor.groupListingMode
           
 String UserManagerDescriptor.groupMembersField
           
 String UserManagerDescriptor.groupParentGroupsField
           
 String UserManagerDescriptor.groupSortField
           
 String UserManagerDescriptor.groupSubGroupsField
           
 String VirtualUserDescriptor.id
           
 String VirtualUserDescriptor.password
           
 boolean VirtualUserDescriptor.remove
           
 boolean VirtualUserDescriptor.searchable
           
 String UserManagerDescriptor.userDirectoryName
           
 String UserManagerDescriptor.userEmailField
           
 String UserManagerDescriptor.userListingMode
           
 Class<?> UserManagerDescriptor.userManagerClass
           
 boolean UserManagerDescriptor.userSearchFieldsAppend
           
 String UserManagerDescriptor.userSortField
           
 

Methods in org.nuxeo.ecm.platform.usermanager with annotations of type XNode
 void UserManagerDescriptor.setUserListingMode(String userListingMode)
           
 void UserManagerDescriptor.setUserPasswordPattern(String pattern)
           
 void UserManagerDescriptor.setUserSearchFieldsPresent(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(String pattern)
           
 

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

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

Uses of XNode in org.nuxeo.ecm.webengine
 

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

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

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

Uses of XNode in org.nuxeo.ecm.webengine.jaxrs.servlet.config
 

Methods in org.nuxeo.ecm.webengine.jaxrs.servlet.config with annotations of type XNode
 void FilterSetDescriptor.setPathInfo(String pathInfo)
           
 

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

Methods in org.nuxeo.ecm.webengine.model with annotations of type XNode
 void LinkDescriptor.setGuard(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
 String ModuleConfiguration.base
           
 File ModuleConfiguration.directory
          The module directory.
 String TypeDescriptor.fragment
           
 String ModuleShortcut.href
          The relative href to your entry point (relative to webengine root)
 String ModuleShortcut.icon
          An optional icon
 String MediaTypeRef.id
           
 boolean ModuleConfiguration.isHeadless
          Deprecated. 
 String ModuleConfiguration.name
           
 String AdapterDescriptor.name
           
 String ModuleConfiguration.path
          Deprecated. you should use new module definition - through WebEngineModule
 String ModuleConfiguration.rootType
          Deprecated. you should use new module definition - through WebEngineModule
 String TypeDescriptor.superType
           
 String AdapterDescriptor.targetType
           
 String ModuleConfiguration.templateFileExt
           
 String ModuleShortcut.title
          A title.
 String TypeDescriptor.type
           
 

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

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

Fields in org.nuxeo.ecm.webengine.rendering with annotations of type XNode
 Class<?> RenderingExtensionDescriptor.klass
           
 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(String group)
           
 

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

Fields in org.nuxeo.runtime.api.login with annotations of type XNode
 Class<?> LoginModuleDescriptor.code
           
 String LoginModuleDescriptor.flag
           
 

Uses of XNode in org.nuxeo.runtime.datasource
 

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

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

Fields in org.nuxeo.runtime.deployment.preprocessor with annotations of type XNode
 String TemplateDescriptor.installPath
           
 boolean TemplateDescriptor.isRequired
           
 String TemplateDescriptor.name
           
 String FragmentDescriptor.name
           
 String ContainerDescriptor.name
           
 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(String target)
           
 

Uses of XNode in org.nuxeo.runtime.management
 

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

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

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

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

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

Uses of XNode in org.nuxeo.runtime.scripting
 

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

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

Fields in org.nuxeo.runtime.services.deployment with annotations of type XNode
 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(Class<EventListener> listenerClass)
           
 

Uses of XNode in org.nuxeo.theme
 

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

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

Uses of XNode in org.nuxeo.theme.elements
 

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

Uses of XNode in org.nuxeo.theme.engines
 

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

Uses of XNode in org.nuxeo.theme.formats
 

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

Uses of XNode in org.nuxeo.theme.fragments
 

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

Uses of XNode in org.nuxeo.theme.models
 

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

Uses of XNode in org.nuxeo.theme.negotiation
 

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

Uses of XNode in org.nuxeo.theme.perspectives
 

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

Uses of XNode in org.nuxeo.theme.rendering
 

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

Uses of XNode in org.nuxeo.theme.resources
 

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

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

Uses of XNode in org.nuxeo.theme.templates
 

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

Uses of XNode in org.nuxeo.theme.themes
 

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

Uses of XNode in org.nuxeo.theme.views
 

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

Uses of XNode in org.nuxeo.theme.vocabularies
 

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

Uses of XNode in org.nuxeo.theme.webwidgets
 

Fields in org.nuxeo.theme.webwidgets with annotations of type XNode
 String WidgetDecorationType.mode
           
 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
 String WikiSitesFilterDescriptor.clazz
           
 String WikiSitesFilterDescriptor.pattern
           
 String WikiSitesFilterDescriptor.replacement
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.