public class FlowCallNodeImpl extends FlowCallNode implements Serializable
| Constructor and Description |
|---|
FlowCallNodeImpl(String id,
String calledFlowDocumentId,
String calledFlowId,
List<Parameter> outboundParametersFromConfig) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Parameter> |
_getOutboundParameters() |
boolean |
equals(Object obj) |
String |
getCalledFlowDocumentId(FacesContext context) |
String |
getCalledFlowId(FacesContext context) |
String |
getId() |
Map<String,Parameter> |
getOutboundParameters() |
int |
hashCode() |
public String getCalledFlowDocumentId(FacesContext context)
getCalledFlowDocumentId in class FlowCallNodepublic String getCalledFlowId(FacesContext context)
getCalledFlowId in class FlowCallNodepublic Map<String,Parameter> getOutboundParameters()
getOutboundParameters in class FlowCallNodeCopyright © 1997–2019 Eclipse Foundation. All rights reserved.