Class FlowCallNodeImpl

All Implemented Interfaces:
Freezable

public class FlowCallNodeImpl extends FlowCallNode implements Freezable
Since:
2.2
Author:
Leonardo Uribe
  • Constructor Details

    • FlowCallNodeImpl

      public FlowCallNodeImpl(String id)
  • Method Details

    • getOutboundParameters

      public Map<String,Parameter> getOutboundParameters()
      Specified by:
      getOutboundParameters in class FlowCallNode
    • putOutboundParameter

      public void putOutboundParameter(String key, Parameter value)
    • getCalledFlowDocumentId

      public String getCalledFlowDocumentId(FacesContext context)
      Specified by:
      getCalledFlowDocumentId in class FlowCallNode
    • getCalledFlowId

      public String getCalledFlowId(FacesContext context)
      Specified by:
      getCalledFlowId in class FlowCallNode
    • getId

      public String getId()
      Specified by:
      getId in class FlowNode
    • setId

      public void setId(String id)
    • setCalledFlowId

      public void setCalledFlowId(String calledFlowId)
    • setCalledFlowDocumentId

      public void setCalledFlowDocumentId(String calledFlowDocumentId)
    • freeze

      public void freeze()
      Description copied from interface: Freezable
      Call this method when the object will be made available to the runtime
      Specified by:
      freeze in interface Freezable
    • setCalledFlowId

      public void setCalledFlowId(jakarta.el.ValueExpression calledFlowIdEL)
    • setCalledFlowDocumentId

      public void setCalledFlowDocumentId(jakarta.el.ValueExpression calledFlowDocumentIdEL)