Class RuleUnitExecutorSession.RuleUnitGlobals

  • All Implemented Interfaces:
    org.kie.api.runtime.Globals
    Enclosing class:
    RuleUnitExecutorSession

    public static class RuleUnitExecutorSession.RuleUnitGlobals
    extends Object
    implements org.kie.api.runtime.Globals
    • Method Detail

      • get

        public Object get​(String identifier)
        Specified by:
        get in interface org.kie.api.runtime.Globals
      • set

        public void set​(String identifier,
                        Object value)
        Specified by:
        set in interface org.kie.api.runtime.Globals
      • setDelegate

        public void setDelegate​(org.kie.api.runtime.Globals delegate)
        Specified by:
        setDelegate in interface org.kie.api.runtime.Globals
      • getGlobalKeys

        public Collection<String> getGlobalKeys()
        Specified by:
        getGlobalKeys in interface org.kie.api.runtime.Globals