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