Package org.camunda.bpm.engine.impl.el
Class CommandContextFunctions
- java.lang.Object
-
- org.camunda.bpm.engine.impl.el.CommandContextFunctions
-
public class CommandContextFunctions extends Object
- Author:
- Sebastian Menski
-
-
Field Summary
Fields Modifier and Type Field Description static StringCURRENT_USERstatic StringCURRENT_USER_GROUPS
-
Constructor Summary
Constructors Constructor Description CommandContextFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcurrentUser()static List<String>currentUserGroups()
-
-
-
Field Detail
-
CURRENT_USER
public static final String CURRENT_USER
- See Also:
- Constant Field Values
-
CURRENT_USER_GROUPS
public static final String CURRENT_USER_GROUPS
- See Also:
- Constant Field Values
-
-