|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionEntryPoint | |
---|---|
org.droolsjbpm.services.impl.helpers | |
org.jbpm.process | |
org.kie.runtime | The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. |
org.kie.runtime.rule | The rule runtime classes. |
Uses of SessionEntryPoint in org.droolsjbpm.services.impl.helpers |
---|
Classes in org.droolsjbpm.services.impl.helpers that implement SessionEntryPoint | |
---|---|
class |
StatefulKnowledgeSessionDelegate
|
Methods in org.droolsjbpm.services.impl.helpers that return SessionEntryPoint | |
---|---|
SessionEntryPoint |
StatefulKnowledgeSessionDelegate.getEntryPoint(String string)
|
Methods in org.droolsjbpm.services.impl.helpers that return types with arguments of type SessionEntryPoint | |
---|---|
Collection<? extends SessionEntryPoint> |
StatefulKnowledgeSessionDelegate.getEntryPoints()
|
Uses of SessionEntryPoint in org.jbpm.process |
---|
Classes in org.jbpm.process that implement SessionEntryPoint | |
---|---|
class |
StatefulProcessSession
|
Methods in org.jbpm.process that return SessionEntryPoint | |
---|---|
SessionEntryPoint |
StatefulProcessSession.getEntryPoint(String name)
|
Methods in org.jbpm.process that return types with arguments of type SessionEntryPoint | |
---|---|
Collection<? extends SessionEntryPoint> |
StatefulProcessSession.getEntryPoints()
|
Uses of SessionEntryPoint in org.kie.runtime |
---|
Subinterfaces of SessionEntryPoint in org.kie.runtime | |
---|---|
interface |
KieRuntime
|
interface |
KieSession
KieSession is the most common way to interact with the engine. |
Uses of SessionEntryPoint in org.kie.runtime.rule |
---|
Subinterfaces of SessionEntryPoint in org.kie.runtime.rule | |
---|---|
interface |
Session
The WorkingMemory is a super-interface for all StatefulKnowledgeSession s. |
Methods in org.kie.runtime.rule that return SessionEntryPoint | |
---|---|
SessionEntryPoint |
Session.getEntryPoint(String name)
Returns the WorkingMemoryEntryPoint instance associated with the given name. |
Methods in org.kie.runtime.rule that return types with arguments of type SessionEntryPoint | |
---|---|
Collection<? extends SessionEntryPoint> |
Session.getEntryPoints()
Returns a collection of all available working memory entry points for this session. |
|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |