Contribution org.nuxeo.ecm.platform.faceted.search.dm.actions--filters
In component org.nuxeo.ecm.platform.faceted.search.dm.actions
org.nuxeo.ecm.platform.faceted.search.dm.actions
inside nuxeo-platform-faceted-search-dm-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 append="true" id="rights">
<rule grant="true">
<facet>FacetedSearch</facet>
</rule>
</filter>
<filter id="denyForFacetedSearch">
<rule grant="false">
<facet>FacetedSearch</facet>
</rule>
</filter>
</extension>