Class ScriptInfo

  • All Implemented Interfaces:
    HasExtensionAttributes

    public class ScriptInfo
    extends BaseElement
    Contains relevant information for script evaluation.
    Author:
    Arthur Hupka-Merle
    • Field Detail

      • language

        protected String language
      • resultVariable

        protected String resultVariable
      • script

        protected String script
    • Constructor Detail

      • ScriptInfo

        public ScriptInfo()
    • Method Detail

      • getLanguage

        public String getLanguage()
        The script language
      • setLanguage

        public void setLanguage​(String language)
        The script language
      • getResultVariable

        public String getResultVariable()
        The name of the result variable where the script return value is written to.
      • getScript

        public String getScript()
        The actual script payload in the provided language.
      • setScript

        public void setScript​(String script)
        Set the script payload in the provided language.