Nuxeo 5

Nuxeo 5 Component
org.nuxeo.ecm.platform.annotations.services.AnnotationsService

Individual Documentation Coverage

done proportion
80.0 %


Author: missing

Version: missing

Location: nuxeo-features/nuxeo-platform-annotations/nuxeo-platform-annotations-core/src/main/resources/OSGI-INF/nxannotations.xml

Require

No requirements

Required by

Not required

Implementation


Extension Points:

uriResolver


Contribute uriResolver. A uriResolver maps from URI send to
the annotea server and maps them to the URI stored in the
graph. The aim is to be able to treat as the same document,
2 different URL. An example could be annotation on a
javadoc class. You want to be able to annotates it, wherever
is the server showing the javadoc.

You need to map from the source URI to the URI stored in the
server, but also to map from a source URI to all the URI
that will be considered 'same' when doing a search.

urlPatternFilter


A set of filter based on the HTTPD filter Allow,Deny. Allows
to filter the URL the server will process.

metadataMapper


Contribute a class responsible to add metadata to an
annotation.

permissionManager


Contribute the component that will check the permission
before crud operation on annotation.

annotabilityManager


Check if a URI is annotable. Offer finer grain filtering
than the URL filter. It is done after the URI has been translated to repo form.

eventListener


Contribute event listener to the annotation server to be
notified on crud operation.

permissionMapper


Check the name of the permission that will be check before
CRUD operation.


Has contribution from:

Last generation: 18:21:25 CEST 11/07/2009