Package com.flowable.idm.engine.impl.el
Class IsUserInAnyGroupFunctionDelegate
- java.lang.Object
-
- com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
-
- com.flowable.idm.engine.impl.el.IsUserInAnyGroupFunctionDelegate
-
- All Implemented Interfaces:
FlowableFunctionDelegate
,FlowableAstFunctionCreator
public class IsUserInAnyGroupFunctionDelegate extends AbstractVariableContainerAwareIdmFunctionDelegate
Function for checking if a user is member in any group. Usage:isUserInAnyGroup(userId, groupKeys)
- Author:
- Simon Amport, Filip Hrisafov
-
-
Field Summary
-
Fields inherited from class com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
functionMethod, functionName
-
-
Constructor Summary
Constructors Constructor Description IsUserInAnyGroupFunctionDelegate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isUserInAnyGroup(VariableContainer variableContainer, String userId, Object groupKeys)
-
Methods inherited from class com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
createFunction, findMethod, functionMethod, getFunctionNames, localName, prefix
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
localNames, prefixes
-
-
-
-
Method Detail
-
isUserInAnyGroup
public static boolean isUserInAnyGroup(VariableContainer variableContainer, String userId, Object groupKeys)
-
-