Class ScriptBindings

  • All Implemented Interfaces:
    Map<String,​Object>, Bindings

    public class ScriptBindings
    extends Object
    implements Bindings

    A Bindings implementation which wraps an existing binding and enhances the key / value map with read-only access to:

    Note on backwards compatibility: before 7.2 the Script bindings behaved in a way that all script variables were automatically exposed as process variables. You can enable this behavior by setting autoStoreScriptVariables.

    Author:
    Tom Baeyens, Daniel Meyer