Uses of Interface
org.kie.api.runtime.rule.EntryPoint
Packages that use EntryPoint
Package
Description
The runtime engine classes, including KieSession and StatelessKieSession.
The rule runtime classes.
-
Uses of EntryPoint in org.kie.api.runtime
Subinterfaces of EntryPoint in org.kie.api.runtimeModifier and TypeInterfaceDescriptioninterfaceinterfaceKieSession is the most common way to interact with the engine. -
Uses of EntryPoint in org.kie.api.runtime.rule
Subinterfaces of EntryPoint in org.kie.api.runtime.ruleModifier and TypeInterfaceDescriptioninterfaceTheRuleRuntimeis a super-interface for allKieSessions.Methods in org.kie.api.runtime.rule that return EntryPointMethods in org.kie.api.runtime.rule that return types with arguments of type EntryPointModifier and TypeMethodDescriptionCollection<? extends EntryPoint>RuleRuntime.getEntryPoints()Returns a collection of all available working memory entry points for this session.Methods in org.kie.api.runtime.rule with parameters of type EntryPointModifier and TypeMethodDescriptionRuleContext.insertLogical(EntryPoint entryPoint, Object object) Logically inserts a fact into the given EntryPoint, justified by the current rule context.