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 FlowCallNodeComments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.