Class MethodCallNodeImpl

    • Constructor Detail

      • MethodCallNodeImpl

        public MethodCallNodeImpl​(String methodCallNodeId)
    • Method Detail

      • addParameter

        public void addParameter​(Parameter parameter)
      • 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
      • setMethodExpression

        public void setMethodExpression​(jakarta.el.MethodExpression methodExpression)
      • setOutcome

        public void setOutcome​(jakarta.el.ValueExpression outcome)
      • setId

        public void setId​(String id)