Class ContentCheckRightsCondition

All Implemented Interfaces:
com.opensymphony.workflow.Condition, EnhancedCondition, Disposable, Initializable, LogEnabled, Serviceable

Condition for checking rights of an user for the current action using the right content context.

The following configuration can be used for checking rights:

 <condition type="avalon">
   <arg name="role">org.ametys.cms.workflow.ContentCheckRigthsCondition</arg>
   <arg name="right">Right_Edition</arg>
 </condition>