abstract MethodCallBuilder | 
MethodCallBuilder.defaultOutcome(ValueExpression outcome) | 
 
 If the method is a void method, or the method returns null, this can be used to specify what value should be
 passed to runtime when the method returns. 
 | 
abstract MethodCallBuilder | 
MethodCallBuilder.defaultOutcome(String outcome) | 
 
 If the method is a void method, or the method returns null, this can be used to specify what value should be
 passed to runtime when 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. 
 |