Class AbstractUserQueryingFunctionDelegate
java.lang.Object
com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
com.flowable.idm.engine.impl.el.AbstractUserQueryingFunctionDelegate
- All Implemented Interfaces:
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate, org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
- Direct Known Subclasses:
FindGroupMemberEmailsFunctionDelegate, FindGroupMembersFunctionDelegate
public abstract class AbstractUserQueryingFunctionDelegate
extends AbstractVariableContainerAwareIdmFunctionDelegate
- Author:
- Roman Saratz
-
Field Summary
Fields inherited from class AbstractVariableContainerAwareIdmFunctionDelegate
functionMethod, functionName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static List<PlatformUser> queryUsers(Consumer<PlatformUserQuery> queryModifier, org.flowable.common.engine.api.variable.VariableContainer variableContainer) Methods inherited from class AbstractVariableContainerAwareIdmFunctionDelegate
createFunction, findMethod, functionMethod, getFunctionNames, localName, prefixMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
functionMethod, localNames, prefixes
-
Constructor Details
-
AbstractUserQueryingFunctionDelegate
-
-
Method Details
-
queryUsers
protected static List<PlatformUser> queryUsers(Consumer<PlatformUserQuery> queryModifier, org.flowable.common.engine.api.variable.VariableContainer variableContainer)
-