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

Compare with Current View Page History

Version 1 Current »

Overview

This Validator 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 Validator will be configured to evaluate if current user is granted for the selected Global Permission.

 

 

XML Declaration

The Validator configuration may be done in XML in Worflow descriptor as follow :

<validator name="" type="class">
	<arg name="class.name">fr.alkaes.myaa.workflow.validator.GlobalPermissionValidator</arg>
	<arg name="permissionKey">GlobalPermissionKey</arg>
</validator>

The GlobalPermissionKey  has to be replaced by the wanted Global Permission Key.


On this page:

 

  • No labels