You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

This condition evaluates if current user is granted for a Global Permission.

Edit and View Parameters

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 Permission.

XML Declaration

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>

On this page:

 

Useful hint

See also ...

  • No labels