Contribution org.nuxeo.ecm.platform.smart.folder.actions--filters
In component org.nuxeo.ecm.platform.smart.folder.actions
org.nuxeo.ecm.platform.smart.folder.actions
inside nuxeo-platform-smart-folder-jsf-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="view">
<rule grant="false">
<type>SmartFolder</type>
</rule>
</filter>
<filter id="view_smart_folder">
<rule grant="true">
<type>SmartFolder</type>
</rule>
</filter>
</extension>