| Syntax | $hasDirectUserAccess{access_value_1}{access_value_2} ... {access_value_n} |
| Documentation | Examines if the given accesses are granted for the current user on the current branch:
Parameters:
access_value_1 through access_value_n, the names of the accesses to examine if granted for the current user on the current branch.
Returns:
1 if and only if all given accesses are granted for the current user on the current branch; 0 otherwise.
Throws:
java.lang.IllegalArgumentException if any of the given access names does not exist. |
| Examples |
|
| Group | Security |
| Minimum required transaction-mode: | READ |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | <unlimited> |