Package org.kie.api.runtime
Interface KieContext
-
- All Known Subinterfaces:
ProcessContext
,RuleContext
public interface KieContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description KieRuntime
getKieRuntime()
KieRuntime
getKnowledgeRuntime()
Deprecated.
-
-
-
Method Detail
-
getKieRuntime
KieRuntime getKieRuntime()
-
getKnowledgeRuntime
@Deprecated KieRuntime getKnowledgeRuntime()
Deprecated.Added for backwards compatibility. Will be removed in the future.
-
-