Contribution org.nuxeo.ecm.platform.comment.actions--filters
In component org.nuxeo.ecm.platform.comment.actions
org.nuxeo.ecm.platform.comment.actions
inside nuxeo-platform-comment-web-5.8.jar
This contribution is part of XML component Extension Point
Extension point filters of component ActionService.Contributed Items
XML Source
<extension point="filters" target="org.nuxeo.ecm.platform.actions.ActionService">
<filter id="comment">
<rule grant="true">
<type>Comment</type>
</rule>
</filter>
<filter id="commentable">
<rule grant="true">
<facet>Commentable</facet>
</rule>
</filter>
<filter id="canAddComment">
<rule grant="true">
<permission>AddChildren</permission>
</rule>
</filter>
</extension>