Extension point permissionMapper
Documentation
Check the name of the permission that will be check before CRUD operation.
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="permissionMapper" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService"> <permissionMapper> <createAnnotation>createAnnotation"</createAnnotation> <readAnnotation>readAnnotation</readAnnotation> <updateAnnotation>updateAnnotation</updateAnnotation> <deleteAnnotation>deleteAnnotation</deleteAnnotation> </permissionMapper> </extension>
-
<extension point="permissionMapper" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService"> <permissionMapper> <createAnnotation>updateDocument</createAnnotation> <readAnnotation>viewDocument</readAnnotation> <updateAnnotation>updateDocument</updateAnnotation> <deleteAnnotation>deleteDocument</deleteAnnotation> </permissionMapper> </extension>