| Package | Description | 
|---|---|
| javax.faces.flow.builder | 
| Modifier and Type | Method and Description | 
|---|---|
abstract MethodCallBuilder | 
MethodCallBuilder.defaultOutcome(String outcome)
If the method is a void method, or the
 method returns   | 
abstract MethodCallBuilder | 
MethodCallBuilder.defaultOutcome(ValueExpression outcome)
If the method is a void method, or the
 method returns   | 
abstract MethodCallBuilder | 
MethodCallBuilder.expression(MethodExpression methodExpression)
Set the method expression of this method call node.  | 
abstract MethodCallBuilder | 
MethodCallBuilder.expression(String methodExpression)
Set the method expression of this method call node.  | 
abstract MethodCallBuilder | 
MethodCallBuilder.expression(String methodExpression,
          Class[] paramTypes)
Set the method expression of this method call node.  | 
abstract MethodCallBuilder | 
MethodCallBuilder.markAsStartNode()  | 
abstract MethodCallBuilder | 
FlowBuilder.methodCallNode(String methodCallNodeId)
Define a method call node.  | 
abstract MethodCallBuilder | 
MethodCallBuilder.parameters(List<Parameter> parameters)
Set the parameters of the method call node.  | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.