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 FlowCallNode
public String getCalledFlowId(FacesContext context)
getCalledFlowId
in class FlowCallNode
public Map<String,Parameter> getOutboundParameters()
getOutboundParameters
in class FlowCallNode
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.