Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
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 Global Permission.
XML Declaration
The Condition configuration may be done in XML in Worflow descriptor as follow :
Code Block | ||
---|---|---|
| ||
<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.
Excerpt | ||
---|---|---|
| ||
Workflow Condition on Global Permissions |
Panel | |
---|---|
On this page:
|
Content by Label | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Info | ||
---|---|---|
| ||
See also ... |