Interface WebCommandManagerScript

    • Method Detail

      • getScriptContent

        java.lang.String getScriptContent()
        Returns the script content
      • setScriptType

        void setScriptType​(int scriptType)
        Set or modify the script type
      • setScriptContent

        void setScriptContent​(java.lang.String scriptContent)
        Set or modify the script content
      • getScriptUsageType

        int getScriptUsageType()
        Returns the script usage type EnumScriptUsageType
      • setScriptUsageType

        void setScriptUsageType​(int iUsageType)
        Set or modify the usage of the script
      • getScriptRuntimeId

        java.lang.String getScriptRuntimeId()
        Returns the script runtime id
      • setScriptRuntimeId

        void setScriptRuntimeId​(java.lang.String scriptRuntimeID)
        Set or modify the the script runtime id
      • setVariables

        void setVariables​(java.util.List<WebScriptVariable> scriptVariables)
        Set the script variables
      • getVariables

        java.util.List<WebScriptVariable> getVariables()
        Get the script variables