public class SilentWrappingEvaluationContextImpl extends Object implements EvaluationContext
| Constructor and Description |
|---|
SilentWrappingEvaluationContextImpl(EvaluationContext wrapped)
This EvaluationContext should only be used to "try" evaluations
|
| Modifier and Type | Method and Description |
|---|---|
EvaluationContext |
current() |
void |
enterFrame() |
void |
exitFrame() |
Map<String,Object> |
getAllValues() |
org.kie.dmn.api.core.DMNRuntime |
getDMNRuntime() |
Collection<org.kie.dmn.api.feel.runtime.events.FEELEventListener> |
getListeners() |
ClassLoader |
getRootClassLoader() |
Object |
getRootObject() |
Object |
getValue(String name) |
Object |
getValue(String[] name) |
boolean |
isDefined(String name) |
boolean |
isDefined(String[] name) |
void |
notifyEvt(Supplier<org.kie.dmn.api.feel.runtime.events.FEELEvent> event) |
void |
setRootObject(Object v) |
void |
setValue(String name,
Object value) |
public SilentWrappingEvaluationContextImpl(EvaluationContext wrapped)
public void enterFrame()
enterFrame in interface EvaluationContextpublic void exitFrame()
exitFrame in interface EvaluationContextpublic EvaluationContext current()
current in interface EvaluationContextpublic void setValue(String name, Object value)
setValue in interface EvaluationContextpublic Object getValue(String name)
getValue in interface EvaluationContextpublic Object getValue(String[] name)
getValue in interface EvaluationContextpublic boolean isDefined(String name)
isDefined in interface EvaluationContextpublic boolean isDefined(String[] name)
isDefined in interface EvaluationContextpublic Map<String,Object> getAllValues()
getAllValues in interface EvaluationContextpublic void notifyEvt(Supplier<org.kie.dmn.api.feel.runtime.events.FEELEvent> event)
notifyEvt in interface EvaluationContextpublic Collection<org.kie.dmn.api.feel.runtime.events.FEELEventListener> getListeners()
getListeners in interface EvaluationContextpublic void setRootObject(Object v)
setRootObject in interface EvaluationContextpublic Object getRootObject()
getRootObject in interface EvaluationContextpublic org.kie.dmn.api.core.DMNRuntime getDMNRuntime()
getDMNRuntime in interface EvaluationContextpublic ClassLoader getRootClassLoader()
getRootClassLoader in interface EvaluationContextCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.