|
jBPM distribution 6.0.0.CR4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntryPoint | |
---|---|
org.jbpm.process | |
org.kie.api.runtime | The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. |
org.kie.api.runtime.rule | The rule runtime classes. |
Uses of EntryPoint in org.jbpm.process |
---|
Classes in org.jbpm.process that implement EntryPoint | |
---|---|
class |
StatefulProcessSession
|
Methods in org.jbpm.process that return EntryPoint | |
---|---|
EntryPoint |
StatefulProcessSession.getEntryPoint(String name)
|
Methods in org.jbpm.process that return types with arguments of type EntryPoint | |
---|---|
Collection<? extends EntryPoint> |
StatefulProcessSession.getEntryPoints()
|
Uses of EntryPoint in org.kie.api.runtime |
---|
Subinterfaces of EntryPoint in org.kie.api.runtime | |
---|---|
interface |
KieRuntime
|
interface |
KieSession
KieSession 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.rule | |
---|---|
interface |
RuleRuntime
The RuleRuntime is a super-interface for all KieSession s. |
Methods in org.kie.api.runtime.rule that return EntryPoint | |
---|---|
EntryPoint |
RuleRuntime.getEntryPoint(String name)
Returns the WorkingMemoryEntryPoint instance associated with the given name. |
Methods in org.kie.api.runtime.rule that return types with arguments of type EntryPoint | |
---|---|
Collection<? extends EntryPoint> |
RuleRuntime.getEntryPoints()
Returns a collection of all available working memory entry points for this session. |
|
jBPM distribution 6.0.0.CR4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |