org.nuxeo.ecm.platform/nuxeo-platform/src/main/resources/OSGI-INF/domainmanager-bundle.xml
Handles domain creation.
org.nuxeo.ecm.platform/nuxeo-platform-dublincore/src/main/resources/OSGI-INF/nxdublincore-service.xml
The DublinCoreStorageService listens to the DOCUMENT_UPDATED
and DOCUMENT_CREATED Core events. If the target document has
the dublincore schema, this service will then update some
metadata.
The fields updated by this event listener are :
- the creation date
- the modification date
- the contributors list
The DublinCoreStorageService exposes an simple api for updating meta-data.
org.nuxeo.ecm.platform/nuxeo-platform-archive-web/src/main/resources/OSGI-INF/archive-directories-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources/config/default-repository-config.xml
Defines the default JackRabbit repository used for development and testing.
org.nuxeo.ecm.platform/nuxeo-platform-ear/postgresql-setup/config/default-repository-config.xml
Defines the default JackRabbit repository used for development and testing.
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources/config/default-repository-config.xml
Defines the default JackRabbit repository used for development and testing.
org.nuxeo.ecm.platform/nuxeo-platform-ear/postgresql-setup/config/default-repository-config.xml
Defines the default JackRabbit repository used for development and testing.
org.nuxeo.ecm.platform/nuxeo-platform/src/main/resources/OSGI-INF/locationmanager-plugins-bundle.xml
org.nuxeo.ecm.core/nuxeo-core/src/main/resources/OSGI-INF/CoreExtensions.xml
This component is contributing the core types and schemas and other
core extensions
org.nuxeo.ecm.core/nuxeo-core/src/main/resources/OSGI-INF/LifeCycleCoreExtensions.xml
Nuxeo core life cycle contributions.
org.nuxeo.ecm.core/nuxeo-core/src/main/resources/OSGI-INF/CoreService.xml
The core service provides a way to register session factories.
Session factories are used by clients to open sessions on core repositories.
Each type of client may implement its factory.
For now there are 2 type of sessions:
- local sessions
- remote sessions (based on EJB remote interfaces)
org.nuxeo.ecm.core/nuxeo-core-api/src/main/resources/OSGI-INF/DocumentAdapterService.xml
Service providing a dynamic adapter mechanism to adapt documents to random interfaces.
org.nuxeo.ecm.core/nuxeo-core-api/src/main/resources/OSGI-INF/RepositoryManager.xml
Manage repositories. TODO: This should be merged with the repository service component
from core module
org.nuxeo.ecm.core/nuxeo-core-api/src/main/resources/OSGI-INF/DocumentProviderService.xml
Document cache service
org.nuxeo.ecm.core/nuxeo-core-facade/src/main/resources/OSGI-INF/CoreServiceBindings.xml
The default core service bindings
org.nuxeo.ecm.core/nuxeo-core/src/main/resources/OSGI-INF/LifeCycleService.xml
Service that deals with life cycle.
org.nuxeo.ecm.core/nuxeo-core/src/main/resources/OSGI-INF/CoreEventListenerService.xml
Service that deals with synchronous core events and listeners.
org.nuxeo.ecm.core/nuxeo-core/src/main/resources/OSGI-INF/RepositoryService.xml
A service managing repositories. It provides a way of defining new reposiotries and retrieving existing ones.
org.nuxeo.ecm.core/nuxeo-core-jcr-connector/src/main/resources/OSGI-INF/JCRLifeCycleManager.xml
JCR life cycle manager.
This is the default Nuxeo core life cycle manager.
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources/config/default-versioning-config.xml
The Versioning component defines the VersioningService implementation by using
the string property versioningService
org.nuxeo.ecm.core/nuxeo-core-schema/src/main/resources/OSGI-INF/SchemaService.xml
Manage document types and schemas.
Allows registrering new types defined using XSD schemas
org.nuxeo.ecm.platform/nuxeo-platform-search-api/src/main/resources/OSGI-INF/querymodel-framework.xml
The QueryModel service registers QueryModelDescriptor instances that
are used by the QueryModelActionsBean to build QueryModel instances
upon requests.
A QueryModel is used to perform NXQL queries on the core with search
parameters set dynamically. They come in two flavors: stateless and
stateful query models:
- Stateless query models are described by a patterned query and the
dynamic parameters are provided as an array by the caller of the
``getDocument(Object[] params)`` method. See the default
"/user_dashboard.xhtml" view for sample usage.
- Stateful query models use an internal non persistent DocumentModel
instance to store use editable parameters. Thus the
``getDocument()`` does not take any parameters since they are read
from the document model instead. The interpretation of the
parameters follow a structure defined by the ``whereClause``
attribute of the QueryModelDescriptor class. A parameter *name* can occur
several times, possibly with different values within a single where clause.
Among other things, it's possible to register an escaper to configure
which special characters should be escaped in fulltext-like fields (
"escaper" attribute) for STATEFUL query models.
Stateless ones are usually handled by some applicative code that
can take care of this. This typically depends on both the search backend and
the behaviour expected by the end user.
org.nuxeo.ecm.platform/nuxeo-platform-search-compass-plugin/src/main/resources/OSGI-INF/nxsearch-backend-compass-framework.xml
Compass Search Engne Backend
org.nuxeo.ecm.platform/nuxeo-platform-search-compass-plugin/src/main/resources/OSGI-INF/nxsearch-compass-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-search-core/src/main/resources/OSGI-INF/nxsearch-framework.xml
Core service that deals with searching.
Julien Anguenot
org.nuxeo.ecm.platform/nuxeo-platform-search-core/src/main/resources/OSGI-INF/nxsearch-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-search-facade/src/main/resources/OSGI-INF/nxsearch-platform-contrib.xml
Expose the search service as a platform service.
org.nuxeo.ecm.core/nuxeo-core/src/main/resources/OSGI-INF/PolicyService.xml
org.nuxeo.ecm.core/nuxeo-core/src/main/resources/OSGI-INF/SecurityService.xml
The security service is responsible to check the permission on a
repository. Permission check will be usually forwarded to the
security manager defined on the repository. This may change later.
The security service also holds a permission provider that defines
the list of available permission names and how they are combined
into groups of permissions.
The security service also defines which permissions are high level
permissions that are to be managed through the end user interface
and in which order they should be display in management menus.
org.nuxeo.ecm.core/nuxeo-core/src/main/resources/OSGI-INF/permissions-contrib.xml
Default permissions (atomic and compound) used by the core. If you
edit this file, please update the specification file:
org.nuxeo.ecm.core/nuxeo-core/doc/NXCore-Security.txt
Olivier Grisel
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/nxdirectories-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-relations-web/src/main/resources/OSGI-INF/directories-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-directory-core/src/main/resources/OSGI-INF/DirectoryService.xml
This component provides a registry for Directory Factories
Directories are abstract representations of data sources. A
Directory Factory represents an implementation of such data
sources, e.g. using SQL, LDAP, etc.
org.nuxeo.ecm.platform/nuxeo-platform-directory-ldap/src/main/resources/OSGI-INF/LDAPDirectoryFactory.xml
The LDAPDirectoryFactory component provides implementation of the
Directory API using an external LDAP server as storage backend,
typically to fetch users and groups data check password based
authentication.
org.nuxeo.ecm.platform/nuxeo-platform-directory-ldap/examples/default-ldap-groups-directory-bundle.xml
org.nuxeo.ecm.platform/nuxeo-platform-directory-ldap/examples/default-ldap-users-directory-bundle.xml
org.nuxeo.ecm.platform/nuxeo-platform-directory-multi/src/main/resources/OSGI-INF/multidirectory-service.xml
Multi-directory implementation.
org.nuxeo.ecm.platform/nuxeo-platform-directory-sql/src/main/resources/OSGI-INF/SQLDirectoryFactory.xml
SQL-based implementation for NXDirectory
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources/config/default-sql-directories-bundle.xml
org.nuxeo.ecm.platform/nuxeo-platform-directory-types-contrib/src/main/resources/OSGI-INF/DirectoryTypes.xml
org.nuxeo.ecm.platform/nuxeo-platform-actions-core/src/main/resources/OSGI-INF/actions-framework.xml
The action service provides extension points for pluggable actions and
filters.
Actions are commands that can be accessed and triggered from the site pages.
Their visibility is adapted to the current user and site possibilities using
filters.
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/actions-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-relations-web/src/main/resources/OSGI-INF/actions-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_search/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_core/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_webplatform/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_core_sync_index/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_search/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_core/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_webplatform/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_core_sync_index/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_search/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_core/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_webplatform/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_core_sync_index/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_search/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_core/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_webplatform/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_core_sync_index/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_search/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_core/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_webplatform/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources_core_sync_index/config/platform-config.xml
A default platform layout. All services are available remotely trough a JNDI
server on localhost Services not specified here will be retrieved using
NXRuntime on the current JVM.
Only one repository is defined: "default" which is managed by a remote service on
localhost.
This is the default layout that may be used for simple installations schemes
like:
org.nuxeo.ecm.platform/nuxeo-platform-api/src/main/resources/OSGI-INF/PlatformService.xml
A service defining the platform services and repositories to be exposed to
the client
org.nuxeo.ecm.platform/nuxeo-platform-archive-facade/src/main/resources/OSGI-INF/PlatformBindings.xml
Defines the archive manager service binding
org.nuxeo.ecm.platform/nuxeo-platform-archive-facade/src/main/resources/OSGI-INF/nxarchive-service-contrib.xml
This service is used to register the archive record factory.
org.nuxeo.ecm.platform/nuxeo-platform-archive-facade/src/main/resources/OSGI-INF/nxarchive-service-definitions.xml
Service that has to do with archive record management.
The role of the Archive tab is to offer an user the possibility
to associate to a document information about it's physical archiving.
This information is not part of the document itself, but it is
related to the document.By modifying or adding an archive record
to a document, the state in life cycle, version number and other
characteristics of the document are not affected. The records
correspond to a specific version of the document and by deleting
a document,the archive records associated to this document are not deleted.
org.nuxeo.ecm.platform/nuxeo-platform-archive-api/src/main/resources/OSGI-INF/ArchiveManagerBinding.xml
Contribute with a binding on a server defined by other component.
Bogdan Tatar
org.nuxeo.ecm.platform/nuxeo-platform-archive-web/src/main/resources/OSGI-INF/actions-contrib.xml
NXArchive action contributions.
org.nuxeo.ecm.platform/nuxeo-platform-audit-io/src/main/resources/OSGI-INF/io-audit-contrib.xml
Sample contribution for audit logs copy.
<extension point="adapters" target="org.nuxeo.ecm.platform.io.IOManager">
<adapter class="org.nuxeo.ecm.platform.audit.io.IOAuditAdapter" name="audit_logs">
<property name="nothing">default</property>
</adapter>
</extension>
org.nuxeo.ecm.platform/nuxeo-platform-relations-web/src/main/resources/OSGI-INF/audit-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-audit-search/src/main/resources/OSGI-INF/nxsearch-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-search-nxcore/src/main/resources/OSGI-INF/nxsearch-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-audit-search/src/main/resources/OSGI-INF/nxsearch-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-search-nxcore/src/main/resources/OSGI-INF/nxsearch-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-audit-facade/src/main/resources/OSGI-INF/nxaudit-service-contrib.xml
Service that deals with log entry factory.
Most of the work is done at EJB layer though This supports JMS events based
notifications on a dedicated topic.
org.nuxeo.ecm.platform/nuxeo-platform-audit-core/src/main/resources/OSGI-INF/nxaudit-default-extensions.xml
Default auditable events contributions.
org.nuxeo.ecm.platform/nuxeo-platform-audit-core/src/main/resources/OSGI-INF/nxaudit-service-definitions.xml
Service that deals with audit.
Most of the work is done at EJB layer though
This supports JMS events based notifications on a dedicated topic.
org.nuxeo.ecm.platform/nuxeo-platform-audit-facade/src/main/resources/OSGI-INF/nxaudit-platform-contrib.xml
Expose the Logs bean service as a Nuxeo Platform service
org.nuxeo.ecm.platform/nuxeo-platform-audit-web-access/src/main/resources/OSGI-INF/nxaudit-service-contrib.xml
Web Access audit related contributions.
org.nuxeo.ecm.platform/nuxeo-platform-audit-client/src/main/resources/OSGI-INF/actions-contrib.xml
NXAudit action contributions.
org.nuxeo.ecm.platform/nuxeo-platform-cache-client/src/main/resources/OSGI-INF/platform-cacheable-server-contrib.xml
A cache manager binding.
org.nuxeo.ecm.platform/nuxeo-platform-comment-web/src/main/resources/OSGI-INF/comment-actions-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-comment-api/src/main/resources/OSGI-INF/CommentableAdapter.xml
Defines Commentable document adapter
org.nuxeo.ecm.platform/nuxeo-platform-comment-core/src/main/resources/OSGI-INF/comment-schemas-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-comment/src/main/resources/OSGI-INF/comment-defaultPermissions-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-comment/src/main/resources/OSGI-INF/CommentService.xml
This component gives the user the possibility to add comments to documents.
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources/config/commentService-config-bundle.xml
This component gives the user the possibility to add comments to documents.
org.nuxeo.ecm.platform/nuxeo-platform-comment/src/main/resources/OSGI-INF/comment-platform-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-comment/src/main/resources/OSGI-INF/comment-types-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-content-template-manager/src/main/resources/OSGI-INF/content-template-listener.xml
Core event listener that takes care of automatically creating children docs according to templates
org.nuxeo.ecm.platform/nuxeo-platform-content-template-manager/src/main/resources/OSGI-INF/content-template-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-content-template-manager/src/main/resources/OSGI-INF/content-template-framework.xml
org.nuxeo.ecm.platform/nuxeo-platform/src/main/resources/OSGI-INF/defaultPermissions-bundle.xml
Service that sets the permissions on the default objects created in the repository
org.nuxeo.ecm.platform/nuxeo-platform-directory-facade/src/main/resources/OSGI-INF/DirectoryManager-platform-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources/config/notification-config.xml
org.nuxeo.ecm.platform/nuxeo-platform-notification-core/src/main/resources/OSGI-INF/NotificationService.xml
This component provides a registry for notifications
By registring to it's extention point one can specify the possible
notifications a user can subscribe to.
org.nuxeo.ecm.platform/nuxeo-platform-notification-web/src/main/resources/OSGI-INF/PlatformBindings.xml
Defines the notification service binding
org.nuxeo.ecm.platform/nuxeo-platform-placeful-core/src/main/resources/OSGI-INF/nxplacefulservice-framework.xml
This component manages placeful annotations stored in RDBMS
org.nuxeo.ecm.platform/nuxeo-platform-placeful-facade/src/main/resources/OSGI-INF/documentadapters-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-notification-core/src/main/resources/OSGI-INF/nxplacefulservice-configs-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-events-core/src/main/resources/OSGI-INF/events-contextdatacleaner-contrib.xml
Listener used to clean a document model context data.
Context data is sent together with a document to be used when processing an
event for the document. This listener is supposed to be called at the end of
the other event processings to clean this list.
Order is 700 so that it is notified after most of listeners.
org.nuxeo.ecm.platform/nuxeo-platform-events-core/src/main/resources/OSGI-INF/nxevents-jms-service.xml
JMS message producer service.
Send JMS messages on a dedicated NXP JMS topic.
1.0 @author Julien Anguenot
org.nuxeo.ecm.platform/nuxeo-platform-events-facade/src/main/resources/OSGI-INF/nxevents-facade-platform-contrib.xml
Expose the document message producer service as a Nuxeo platform
service.
Julien Anguenot
org.nuxeo.ecm.platform/nuxeo-platform-filemanager-core/src/main/resources/OSGI-INF/nxfilemanager-plugins-contrib.xml
Component to carry default extension points.
org.nuxeo.ecm.platform/nuxeo-platform-filemanager-core/src/main/resources/OSGI-INF/nxfilemanager-service.xml
The FileManager service provide a generic service for building
Documents form a simple File.
org.nuxeo.ecm.platform/nuxeo-platform-filemanager-facade/src/main/resources/OSGI-INF/nxfilemanager-platform-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-forms-layout-client/src/main/resources/OSGI-INF/layouts-contrib.xml
Component that provides main contributions to the web layout manager widget
types.
org.nuxeo.ecm.platform/nuxeo-platform-forms-layout-client/src/main/resources/OSGI-INF/layouts-framework.xml
The web layout manager provides extension points for pluggable widget types
and layouts.
Layouts are groups of widgets controlling the rendering of (for instance) a
document fields display on a page. The layouts and widgets can be dispmlayed
in a given mode (create, edit, view, etc...).
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/layouts-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-forum/src/main/resources/OSGI-INF/forum-workflow-definitions-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-forum/src/main/resources/OSGI-INF/forum-workflow-rules-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-forum/src/main/resources/OSGI-INF/forum-workflow-document-security-policy-contrib.xml
TODO
org.nuxeo.ecm.platform/nuxeo-platform-comment-core/src/main/resources/OSGI-INF/comment-life-cycle-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-forum/src/main/resources/OSGI-INF/forum-actions-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-forum-core/src/main/resources/OSGI-INF/forum-schemas-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-forum-core/src/main/resources/OSGI-INF/forum-life-cycle-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-forum/src/main/resources/OSGI-INF/forum-types-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-imaging-core/src/main/resources/OSGI-INF/ImagingComponent.xml
The imaging component is providing API for image manipulations
org.nuxeo.ecm.platform/nuxeo-platform-imaging-core/src/main/resources/OSGI-INF/picture-adapter-contrib.xml
N/A
org.nuxeo.ecm.platform/nuxeo-platform-imaging-facade/src/main/resources/OSGI-INF/imaging-platform-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-imaging-transform/src/main/resources/OSGI-INF/nxtransform-plugins-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-io-core/src/main/resources/OSGI-INF/io-framework.xml
org.nuxeo.ecm.platform/nuxeo-platform-io-facade/src/main/resources/OSGI-INF/io-platform-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-io-client/src/main/resources/OSGI-INF/actions-contrib.xml
IO client action contributions.
org.nuxeo.ecm.platform/nuxeo-platform-login/src/main/resources/OSGI-INF/JBossLoginConfig.xml
Login modules used on JBoss
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources/config/login-config.xml
Login modules used on JBoss
org.nuxeo.ecm.platform/nuxeo-platform-login/src/main/resources/OSGI-INF/NXLoginModule-framework.xml
Login module for Nuxeo.
Uses JAAS.
org.nuxeo.ecm.platform/nuxeo-platform-login/src/main/resources/OSGI-INF/loginModulePlugin-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-mimetype-core/src/main/resources/OSGI-INF/nxmimetype-service.xml
Core mimetype registry service.
Deals with mimetypes registration and mimetype detection (BETA).
org.nuxeo.ecm.platform/nuxeo-platform-mimetype-facade/src/main/resources/OSGI-INF/mimetype-platform-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-modifier/src/main/resources/nxdocmodifier-bundle.xml
A document modifier alter a document binary data attached to the document.
The service defines an extension point to associate transformation plugins
that will perform modificaiton in binary data provided from a document
property. The binary data is passed to the associated transformation plugin.
The transformation result value will be set to a specified field.
org.nuxeo.ecm.platform/nuxeo-platform-note-core-listener/src/main/resources/OSGI-INF/event-listener-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-notification-facade/src/main/resources/OSGI-INF/PlatformBindings.xml
Defines the notification service binding
org.nuxeo.ecm.platform/nuxeo-platform-notification-core/src/main/resources/OSGI-INF/PlatformBindings.xml
Defines the notification service binding
org.nuxeo.ecm.platform/nuxeo-platform-notification-facade/src/main/resources/OSGI-INF/PlatformBindings.xml
Defines the notification service binding
org.nuxeo.ecm.platform/nuxeo-platform-notification-core/src/main/resources/OSGI-INF/PlatformBindings.xml
Defines the notification service binding
org.nuxeo.ecm.platform/nuxeo-platform-notification-core/src/main/resources/OSGI-INF/notification-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-notification-web/src/main/resources/OSGI-INF/actions-contrib.xml
NXNotifications action contributions.
org.nuxeo.ecm.platform/nuxeo-platform-imaging-core/src/main/resources/OSGI-INF/picture-life-cycle-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-imaging-core/src/main/resources/OSGI-INF/picture-schemas-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-imaging-core/src/main/resources/OSGI-INF/picture-types-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-placeful-facade/src/main/resources/OSGI-INF/PlatformBindings.xml
Defines the placeful service binding
org.nuxeo.ecm.platform/nuxeo-platform-publishing/src/main/resources/OSGI-INF/nuxeo-platform-publishing-contrib.xml
Nuxeo Platform Publishing Service default contributions.
Julien Anguenot
org.nuxeo.ecm.platform/nuxeo-platform-publishing/src/main/resources/OSGI-INF/nuxeo-platform-publishing-framework.xml
Nuxeo Platform Publishing Service.
org.nuxeo.ecm.platform/nuxeo-platform-publishing/src/main/resources/OSGI-INF/nxworkflow-contrib.xml
Default NXP Publishing workflows
org.nuxeo.ecm.platform/nuxeo-platform-publishing/src/main/resources/OSGI-INF/nxworkflow-document-security-policy-contrib.xml
Publishing related workflow security policy contributions.
org.nuxeo.ecm.platform/nuxeo-platform-relations-facade/src/main/resources/OSGI-INF/relation-platform-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-relations-io/src/main/resources/OSGI-INF/io-relations-contrib.xml
Sample contribution for relations copy inside a template.
<extension point="adapters" target="org.nuxeo.ecm.platform.io.IOManager">
<adapter class="org.nuxeo.ecm.platform.relations.io.IORelationAdapter" name="template_relations">
<property name="graph">default</property>
<property name="ignore-external">true</property>
</adapter>
</extension>
org.nuxeo.ecm.platform/nuxeo-platform-relations-jena-plugin/src/main/resources/OSGI-INF/nxrelations-jena-plugin.xml
org.nuxeo.ecm.platform/nuxeo-platform-relations-search/src/main/resources/OSGI-INF/nxsearch-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources/config/nxrelations-default-jena-bundle.xml
org.nuxeo.ecm.platform/nuxeo-platform-relations-core/src/main/resources/OSGI-INF/nxrelations.xml
org.nuxeo.ecm.platform/nuxeo-platform-scheduler-core/src/main/resources/OSGI-INF/nxscheduler-service.xml
Core scheduler registry service.
org.nuxeo.ecm.platform/nuxeo-platform-ear/postgresql-setup/config/jdbc-compass-connection-config.xml
org.nuxeo.ecm.platform/nuxeo-platform-search-core-listener/src/main/resources/OSGI-INF/nxsearch-core-listener-contrib.xml
Core event listener that takes care of document model prefetched data
indexing. This listener is useful to index in a synchronous way minimum document model
data so that document updates can show up directly after one request.
org.nuxeo.ecm.platform/nuxeo-platform/src/main/resources/OSGI-INF/service-platform-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-transform-plugins/src/main/resources/OSGI-INF/nxtransform-plugins-contrib.xml
Default transformation plugins and transform chains.
org.nuxeo.ecm.platform/nuxeo-platform-transform-plugins-officemerger/src/main/resources/OSGI-INF/nxtransform-plugins-contrib.xml
Merges Office files into a single one .
org.nuxeo.ecm.platform/nuxeo-platform-transform-plugins-oleextract/src/main/resources/OSGI-INF/oleextract-actions-contrib.xml
Contribute a new action related to Ole Extract transform plugin
org.nuxeo.ecm.platform/nuxeo-platform-transform-plugins-oleextract/src/main/resources/OSGI-INF/oleextract-core-types-contrib.xml
This component is contributing the type and schema needed by oleExtract
org.nuxeo.ecm.platform/nuxeo-platform-transform-plugins-oleextract/src/main/resources/OSGI-INF/oleextract-nxdocmodifier-contrib.xml
docModifier to react on events and call transformation plugin.
org.nuxeo.ecm.platform/nuxeo-platform-transform-plugins-oleextract/src/main/resources/OSGI-INF/oleextract-ecm-types-contrib.xml
Contribute a new ecm type for ole objects
org.nuxeo.ecm.platform/nuxeo-platform-transform-plugins-oleextract/src/main/resources/OSGI-INF/oleextract-lifecycle-core-extensions-contrib.xml
document types to life cycles mapping
org.nuxeo.ecm.platform/nuxeo-platform-transform-plugins-oleextract/src/main/resources/OSGI-INF/oleextract-nxtransform-plugins-contrib.xml
Default transformation plugins and transform chains.
org.nuxeo.ecm.platform/nuxeo-platform-transform-core/src/main/resources/OSGI-INF/nxtransform-framework.xml
Core transformation service.
Allows the definition of transformation plugins and the definition of transformation
chains.
org.nuxeo.ecm.platform/nuxeo-platform-transform-core/src/main/resources/OSGI-INF/nxtransform-platform-contrib.xml
Expose the tranform service as a platform service.
Julien Anguenot
org.nuxeo.ecm.platform/nuxeo-platform-types-core/src/main/resources/OSGI-INF/nxtypes-framework.xml
The type service provides extension points for pluggable document types.
Document types here can be seen as entities defining the behaviour of a
document within the ECM: they hold information about the way they will be
managed and rendered.
org.nuxeo.ecm.platform/nuxeo-platform-types-api/src/main/resources/OSGI-INF/nxtypes-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/ecm-types-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-types-facade/src/main/resources/OSGI-INF/TypeManager-platform-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-ui-web/src/main/resources/OSGI-INF/authentication-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-ui-web/src/main/resources/OSGI-INF/authentication-audit-contrib.xml
Declare Login/Logout events to audit service to make
authentication auditable.
org.nuxeo.ecm.platform/nuxeo-platform-ui-web/src/main/resources/OSGI-INF/authentication-framework.xml
The pluggable authentication service defines a plugin API for the Nuxeo Authentication Filter.
This service let you :
- define new Authentication Plugins
- define authentication chains
org.nuxeo.ecm.platform/nuxeo-platform-ui-web/src/main/resources/OSGI-INF/htmleditor-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-ui-web/src/main/resources/OSGI-INF/htmleditor-framework.xml
org.nuxeo.ecm.platform/nuxeo-platform-ui-web/src/main/resources/OSGI-INF/urlservice-contrib.xml
Contributions for basic rest navigation through the application.
org.nuxeo.ecm.platform/nuxeo-platform-ui-web/src/main/resources/OSGI-INF/urlservice-framework.xml
The URL service provides extension points for url generation and related
actions.
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/urlservice-contrib.xml
Contributions for rest links to document attached files.
org.nuxeo.ecm.platform/nuxeo-platform-ui-web/src/main/resources/OSGI-INF/restAPI-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-ui-web/src/main/resources/OSGI-INF/restAPI-framework.xml
org.nuxeo.ecm.platform/nuxeo-platform-uidgen-core/src/main/resources/OSGI-INF/nxuidgenerator-contrib-service.xml
org.nuxeo.ecm.platform/nuxeo-platform-uidgen-core/src/main/resources/OSGI-INF/nxuidgenerator-service.xml
Help to generate unique IDs needed in different situations. The principal
scope is to generate UIDs which are external references for Documents. The
UIDs formats are defined by extensions to this component and are based on a
unique number provided by this component on a specific key given by a
generator
org.nuxeo.ecm.platform/nuxeo-platform-url-core/src/main/resources/OSGI-INF/docviewurlservice-contrib.xml
Contributions for basic rest navigation through the application.
org.nuxeo.ecm.platform/nuxeo-platform-url-core/src/main/resources/OSGI-INF/docviewurlservice-framework.xml
This service provides extension points for document url generation from
pluggable codecs.
org.nuxeo.ecm.platform/nuxeo-platform-url-facade/src/main/resources/OSGI-INF/url-platform-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-userdata/src/main/resources/OSGI-INF/UserDataService.xml
This component gives the possibility to manage user-specific data, like customized searches.
org.nuxeo.ecm.platform/nuxeo-platform-userdata-core-contrib/src/main/resources/OSGI-INF/userdata-schemas-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-userdata-core-contrib/src/main/resources/OSGI-INF/userdata-defaultPermissions-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-userdata/src/main/resources/OSGI-INF/userdata-types-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-usermanager-core/src/main/resources/OSGI-INF/UserManagerImpl.xml
org.nuxeo.ecm.platform/nuxeo-platform-usermanager-core/src/main/resources/OSGI-INF/UserService.xml
A service to interact with the list of users and groups of the
platform.
org.nuxeo.ecm.platform/nuxeo-platform-directory-ldap/examples/default-virtual-groups-bundle.xml
org.nuxeo.ecm.platform/nuxeo-platform-usermanager-facade/src/main/resources/OSGI-INF/UserManager-platform-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform/src/main/resources/OSGI-INF/locationmanager-bundle.xml
This service manage the different repository locations that can be accessed via the platform.
This service is available via a EJB3 facade that is used to retrive the lis of available cores.
org.nuxeo.ecm.platform/nuxeo-platform-versioning-api/src/main/resources/OSGI-INF/VersioningDocumentAdapter.xml
org.nuxeo.ecm.platform/nuxeo-platform-versioning-core/src/main/resources/OSGI-INF/VersioningRuleContribs.xml
Default versioning rules contributed to versioning service. These rules are
designated for default provided document types (File, Note).
org.nuxeo.ecm.platform/nuxeo-platform-versioning-core/src/main/resources/OSGI-INF/VersioningContribs.xml
Contains extensions for other bundles like core listeners and document model adapters
org.nuxeo.ecm.platform/nuxeo-platform-versioning-core/src/main/resources/OSGI-INF/VersioningModifierService.xml
This component provide ability to perform custom
action on document properties at version changing time
org.nuxeo.ecm.platform/nuxeo-platform-versioning-core/src/main/resources/OSGI-INF/VersioningService.xml
A component through whose extension point one can define incrementation
rules for the two version fields defined in uid (by default) schema. The
fields "major_version" and "minor_version" are positive integers
representing logical version of a document (normal format is xx:xx like
01:23).
The rules can specify options to be presented to the user for versions
incrementation like "increment minor", "increment major", "no increment"
etc, or can specify what to be incremented silently (without user direct
interaction) when a document is updated. Also the incrementation options
could be retrieved from the workflow if the rule specify workflow
interogation and there is an active workflow process for the document to be
updated.
org.nuxeo.ecm.platform/nuxeo-platform-versioning-core/src/main/resources/OSGI-INF/VersionManager-platform-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/services-binding-contrib.xml
A document manager binding.
Dragos Mihalache
org.nuxeo.ecm.platform/nuxeo-platform-webapp-types/src/main/resources/OSGI-INF/ecm-schemas-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/nxworkflow-definitions-contrib.xml
Default NXP workflow definition contributions.
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/nxworkflow-document-rules-contrib.xml
Default NXP workflow rules contributions.
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/nxworkflow-document-security-policy-contrib.xml
Default NXP workflow security policy association contributions.
org.nuxeo.ecm.platform/nuxeo-platform-workflow-core/src/main/resources/OSGI-INF/nxaudit-events-workflow.xml
Core workflow audit related contributions.
org.nuxeo.ecm.platform/nuxeo-platform-workflow-document-facade/src/main/resources/OSGI-INF/nxworkflow-document-facade-platform-contrib.xml
Expose the workflow document facade services as a Nuxeo platform
services.
Julien Anguenot
org.nuxeo.ecm.platform/nuxeo-platform-workflow-document/src/main/resources/OSGI-INF/nxworkflow-document-security-policy.xml
Core workflow related security policy service.
org.nuxeo.ecm.platform/nuxeo-platform-workflow-document/src/main/resources/OSGI-INF/nxworkflow-document-security-policy-default.xml
Default security policy contributions.
org.nuxeo.ecm.platform/nuxeo-platform-workflow-document/src/main/resources/OSGI-INF/nxworkflow-document-rules.xml
Core workflow related rules.
org.nuxeo.ecm.platform/nuxeo-platform-workflow-facade/src/main/resources/OSGI-INF/nxworkflow-facade-platform-contrib.xml
Expose the workflow facade services as a Nuxeo platform
services.
Julien Anguenot
org.nuxeo.ecm.platform/nuxeo-platform-workflow-jbpm/src/main/resources/OSGI-INF/nxworkflow-jbpm.xml
JBPM workflow engine implementation
org.nuxeo.ecm.platform/nuxeo-platform-workflow-core/src/main/resources/OSGI-INF/nxworkflow-framework.xml
Core service that deals with workflow (or BPM) engine.
org.nuxeo.ecm.platform/nuxeo-platform-workflow-client/src/main/resources/OSGI-INF/document-adapter-service-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-workflow-client/src/main/resources/OSGI-INF/actions-contrib.xml
Workflow client action contributions.
org.nuxeo.ecm.platform/nuxeo-platform/src/main/resources/OSGI-INF/nxws_remoting_session_manager-framework.xml
Component which stores remote sessions that can be shared in
between multiple web services.
org.nuxeo.ecm.platform/nuxeo-platform/src/main/resources/OSGI-INF/nxws_remoting_session_manager-platform-contrib.xml
Expose the Web Service remote session manager as a platform
service.
org.nuxeo.ecm.platform/nuxeo-platform-publishing/src/main/resources/OSGI-INF/querymodel-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/directorytreemanager-framework.xml
The DirectoryTreeService is used to build tree-shaped explorer like
navigation menus (usging the <t:tree2 /> components) from a hierarchical
set of directories (with schemas "vocabulary" and "xvocabulary").
DirectoryTreeDescriptors also reference a QueryModel to update on node selection
and a JSF view to display on node selection.
This is typically used to display results of a query where documents are filtered
upon a hierachical property (such as the dc:coverage metadata for instance).
Registry for DirectoryTreeDescriptor instances used to build
DirectoryTreeNodes.
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/documentslists-contrib.xml
Default DocumentsLists used in Nuxeo5
Thierry Delprat
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/documentslists-framework.xml
The DocumentsLists service registers lists of documents.
These lists of documents can be used for :
- Clipboard : lists of documents that can be copied or pasted
- Workling List : the list of documents user is working on (mass processing)
- List of selected document inside a container
Registry for new Lists
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/resultsprovider-framework.xml
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/querymodel-contrib.xml
Default QueryModel contributions used to fetch the documents list
displayed in the user dashboard page.
Olivier Grisel
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/nxsearchui-framework.xml
org.nuxeo.ecm.platform/nuxeo-platform-webapp-types/src/main/resources/OSGI-INF/search-schemas-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/nxsearchui-contrib.xml
Default configuration for searchUIConfigService
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/search-types-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/uiPermissionService-framework.xml
This service provides the list of permissions displayed in the UI
for a document type.
Attention: this service is deprecated in favor of the centralized
org.nuxeo.ecm.core.security.SecurityService that provides similar UI
related features
Example: @author GeorgeLefter (glefter@nuxeo.com)
Example:
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/nxplacefulservice-configs-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/trashManagement-contrib.xml
Default trash management used in Nuxeo5
Narcis Paslaru
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/trashManagement-framework.xml
The TrashManagement service registers a flag that enables / disables the
"recycle bin"-like behaviour of the delete action
Flag for trash management behaviour
org.nuxeo.runtime/nuxeo-runtime-jboss-adapter/src/main/resources/OSGI-INF/JBossAdapterService.xml
org.nuxeo.runtime/nuxeo-runtime/src/main/resources/OSGI-INF/EventService.xml
An event notification service. Notifications are grouped by topics.
org.nuxeo.runtime/nuxeo-runtime/src/main/resources/OSGI-INF/LoginComponent.xml
The login component is defining the login infrastructure
and extension points to add new security domains
org.nuxeo.runtime/nuxeo-runtime-scripting/src/main/resources/OSGI-INF/ScriptingService.xml
A scripting service. Adds scripting capability by using JSR223.
org.nuxeo.runtime/nuxeo-runtime/src/main/resources/OSGI-INF/DefaultJBossBindings.xml
Default application layout and service bindings for Nuxeo5 on JBoss
org.nuxeo.runtime/nuxeo-runtime/src/main/resources/OSGI-INF/ServiceManagement.xml
The service management component is describing the application layout and service bindings
The application is split in groups of services. Each group can be located on a different host (i.e. different JVM).
A host exposing services is named "server". So a server may expose one or more service groups.
This component let you define the application layout and define each server and service groups that
form the application.
Thus the main responsibility of a server is to expose (locate and instantiate) services.
Each server definition should specify a locator to be used to lookup services.
If the service is not found on any server Nuxeo Runtime will be used to locate it.
To bind services to a server you should specify the group containing the service.
And then bind the group to a server.
If you don't specify any group (or the group you specify is not bound to any server) the service
will be automatically added to the root group (the default one)
org.nuxeo.runtime/nuxeo-runtime/src/main/resources/OSGI-INF/RemotingService.xml
A service that expose an administration interface via jboss-remoting
org.nuxeo.runtime/nuxeo-runtime/src/main/resources/OSGI-INF/DeploymentService.xml
Deploys external XML component files.
org.nuxeo.runtime/nuxeo-runtime/src/main/resources/OSGI-INF/StreamingService.xml
A streaming service. It behaves like a registry of streams that can be created and retrieved from remote.
This is useful to share (upload and download) large files between various hosts forming the system
@minBufSize the min. transfer buffer size. Defaults to 8K
@maxBufSize the max. transfer buffer size. Defaults to 8MB. The size of the transfer buffer is computed at runtime for best performance between these 2 buffer size limits.
org.nuxeo.theme/nuxeo-theme-core/src/main/resources/OSGI-INF/nxthemes-core-contrib.xml
Contributions to NXThemes Core. Core features are registered
here. @author Jean-Marc Orliaguet (jmo@chalmers.se)
org.nuxeo.theme/nuxeo-theme-fragments/src/main/resources/OSGI-INF/nxthemes-fragments-contrib.xml
Contributions to NXThemes Fragments.
All generic Model and Fragment types are registered here.
org.nuxeo.theme/nuxeo-theme-jsf-editor/src/main/resources/OSGI-INF/nxthemes-jsf-editor-contrib.xml
Contributions to the NXThemes Theme Editor. All web features and
resources specific to the Theme Editor are registered here.
org.nuxeo.theme/nuxeo-theme-jsf/src/main/resources/OSGI-INF/nxthemes-jsf-contrib.xml
Contributions to the JSF implementation of NXThemes.
Web-related features and resources are registered here.
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/theme-contrib.xml
org.nuxeo.theme/nuxeo-theme-core/src/main/resources/OSGI-INF/nxthemes-core-service.xml
Service providing an extension mechanism for Themes.
org.nuxeo.theme/nuxeo-theme-webwidgets/src/main/resources/OSGI-INF/nxthemes-service.xml
Service providing an extension mechanism for Web widgets.
org.nuxeo.theme/nuxeo-theme-webwidgets/src/main/resources/OSGI-INF/nxthemes-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/resultsprovider-contrib.xml
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/nxtreemanager-framework.xml
Empty Service for the TreeManager.
Only used to get some configuration from the EP.
org.nuxeo.ecm.platform/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/nxtreemanager-contrib.xml
Default configuration for Nuxeo5 tree
Last generation: 12:17:53 CET 24/12/2007