Class AmetysObjectCheckRightsCondition

All Implemented Interfaces:
com.opensymphony.workflow.Condition, EnhancedCondition, Disposable, Initializable, LogEnabled, Serviceable
Direct Known Subclasses:
FormCheckRightsCondition

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

The following configuration can be used for checking rights:

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