Package com.flowable.idm.engine.impl.el
Class FindGroupMembersFunctionDelegate
java.lang.Object
com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
com.flowable.idm.engine.impl.el.AbstractUserQueryingFunctionDelegate
com.flowable.idm.engine.impl.el.FindGroupMembersFunctionDelegate
- All Implemented Interfaces:
FlowableFunctionDelegate
,FlowableAstFunctionCreator
- Author:
- Roman Saratz
-
Field Summary
Fields inherited from class com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
functionMethod, functionName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<String>
findGroupMemberUserIds
(VariableContainer variableContainer, Object groupKeys) Methods inherited from class com.flowable.idm.engine.impl.el.AbstractUserQueryingFunctionDelegate
queryUsers
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
-
Constructor Details
-
FindGroupMembersFunctionDelegate
public FindGroupMembersFunctionDelegate()
-
-
Method Details
-
findGroupMemberUserIds
public static Collection<String> findGroupMemberUserIds(VariableContainer variableContainer, Object groupKeys)
-