Uses of Interface
org.camunda.bpm.impl.juel.FunctionNode
Packages that use FunctionNode
-
Uses of FunctionNode in org.camunda.bpm.impl.juel
Classes in org.camunda.bpm.impl.juel that implement FunctionNodeMethods in org.camunda.bpm.impl.juel that return types with arguments of type FunctionNodeModifier and TypeMethodDescriptionTree.getFunctionNodes()
Get function nodes (in no particular order)protected final List<FunctionNode>
Parser.getFunctions()
Constructor parameters in org.camunda.bpm.impl.juel with type arguments of type FunctionNodeModifierConstructorDescriptionTree
(ExpressionNode root, Collection<FunctionNode> functions, Collection<IdentifierNode> identifiers, boolean deferred) Constructor.