public static class RuleUnitExecutorSession.RuleUnitGlobals extends Object implements org.kie.api.runtime.Globals
Modifier and Type | Method and Description |
---|---|
Object |
get(String identifier) |
Collection<String> |
getGlobalKeys() |
void |
set(String identifier,
Object value) |
void |
setDelegate(org.kie.api.runtime.Globals delegate) |
public void set(String identifier, Object value)
set
in interface org.kie.api.runtime.Globals
public void setDelegate(org.kie.api.runtime.Globals delegate)
setDelegate
in interface org.kie.api.runtime.Globals
public Collection<String> getGlobalKeys()
getGlobalKeys
in interface org.kie.api.runtime.Globals
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.