Class ScriptExecutionManager


  • @API(status=INTERNAL,
         since="5.1")
    @Deprecated
    public class ScriptExecutionManager
    extends Object
    Deprecated.
    Entry point for script execution support.
    Since:
    5.1
    • Constructor Detail

      • ScriptExecutionManager

        public ScriptExecutionManager()
        Deprecated.
    • Method Detail

      • evaluate

        public Object evaluate​(Script script,
                               Bindings bindings)
                        throws ScriptException
        Deprecated.
        Evaluate the script using the given bindings.
        Parameters:
        script - the script to evaluate
        bindings - the context-aware bindings
        Returns:
        the result object
        Throws:
        ScriptException - if an error occurs in script.