This Condition evaluates if current user is granted for a Global Permission.
It is possible to select one of available Global Permissions.
When defined, the condition will be configured to evaluate if current user is granted for the selected Global Permission.
The Condition configuration may be done in XML in Worflow descriptor as follow :
<condition type="class"> <arg name="class.name">fr.alkaes.myaa.workflow.condition.GlobalPermissionCondition</arg> <arg name="permission">GlobalPermissionKey</arg> </condition>
The GlobalPermissionKey has to be replaced by the wanted Global Permission Key.
On this page:
Useful hint
See also ...