Package org.drools.ruleunit.executor
Class RuleUnitExecutorSession.RuleUnitGlobals
- java.lang.Object
-
- org.drools.ruleunit.executor.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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(String identifier)Collection<String>getGlobalKeys()voidset(String identifier, Object value)voidsetDelegate(org.kie.api.runtime.Globals delegate)
-
-
-
Method Detail
-
get
public Object get(String identifier)
- Specified by:
getin interfaceorg.kie.api.runtime.Globals
-
set
public void set(String identifier, Object value)
- Specified by:
setin interfaceorg.kie.api.runtime.Globals
-
setDelegate
public void setDelegate(org.kie.api.runtime.Globals delegate)
- Specified by:
setDelegatein interfaceorg.kie.api.runtime.Globals
-
getGlobalKeys
public Collection<String> getGlobalKeys()
- Specified by:
getGlobalKeysin interfaceorg.kie.api.runtime.Globals
-
-