Package org.kie.api.runtime
Interface Globals
-
public interface Globals
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
get(String identifier)
Collection<String>
getGlobalKeys()
void
set(String identifier, Object value)
void
setDelegate(Globals delegate)
-