Class FlowCallNodeImpl

    • Constructor Detail

      • FlowCallNodeImpl

        public FlowCallNodeImpl​(String id)
    • Method Detail

      • putOutboundParameter

        public void putOutboundParameter​(String key,
                                         Parameter value)
      • 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)
        Parameters:
        calledFlowIdEL - the _calledFlowIdEL to set
      • setCalledFlowDocumentId

        public void setCalledFlowDocumentId​(jakarta.el.ValueExpression calledFlowDocumentIdEL)
        Parameters:
        calledFlowDocumentIdEL - the _calledFlowDocumentIdEL to set