abstract FlowBuilder | 
FlowBuilder.finalizer(MethodExpression methodExpression) | 
 
 A MethodExpression that will be invoked when the flow is exited. 
 | 
abstract FlowBuilder | 
FlowBuilder.finalizer(String methodExpression) | 
 
 A MethodExpression that will be invoked when the flow is exited. 
 | 
abstract FlowBuilder | 
FlowBuilder.id(String definingDocumentId,
  String id) | 
 
 Set the defining document id and flow id of this flow. 
 | 
abstract FlowBuilder | 
FlowBuilder.inboundParameter(String name,
                ValueExpression expression) | 
 
 A parameter that will be populated with the value from a correspondingly named outbound parameter from another flow
 when this flow is entered from that flow. 
 | 
abstract FlowBuilder | 
FlowBuilder.inboundParameter(String name,
                String expression) | 
 
 A parameter that will be populated with the value from a correspondingly named outbound parameter from another flow
 when this flow is entered from that flow. 
 | 
abstract FlowBuilder | 
FlowBuilder.initializer(MethodExpression methodExpression) | 
 
 A MethodExpression that will be invoked when the flow is entered. 
 | 
abstract FlowBuilder | 
FlowBuilder.initializer(String methodExpression) | 
 
 A MethodExpression that will be invoked when the flow is entered. 
 |