Package com.flowable.idm.engine.impl.el
Class IsUserInAllGroupsFunctionDelegate
- java.lang.Object
-
- com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
-
- com.flowable.idm.engine.impl.el.IsUserInAllGroupsFunctionDelegate
-
- All Implemented Interfaces:
FlowableFunctionDelegate
,FlowableAstFunctionCreator
public class IsUserInAllGroupsFunctionDelegate extends AbstractVariableContainerAwareIdmFunctionDelegate
Function for checking if a user is member of all groups. Usage:isUserInAllGroups(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 IsUserInAllGroupsFunctionDelegate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isUserInAllGroups(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
-
isUserInAllGroups
public static boolean isUserInAllGroups(VariableContainer variableContainer, String userId, Object groupKeys)
-
-