|
jBPM distribution 6.0.1.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
org.jbpm.runtime.manager.impl | |
org.jbpm.runtime.manager.impl.mapper | |
org.jbpm.test | |
org.kie.api.runtime.manager |
Uses of Context in org.jbpm.runtime.manager.impl |
---|
Methods in org.jbpm.runtime.manager.impl with parameters of type Context | |
---|---|
RuntimeEngine |
SingletonRuntimeManager.getRuntimeEngine(Context context)
|
RuntimeEngine |
PerRequestRuntimeManager.getRuntimeEngine(Context<?> context)
|
RuntimeEngine |
PerProcessInstanceRuntimeManager.getRuntimeEngine(Context<?> context)
|
void |
SingletonRuntimeManager.validate(KieSession ksession,
Context<?> context)
|
void |
PerRequestRuntimeManager.validate(KieSession ksession,
Context<?> context)
|
void |
PerProcessInstanceRuntimeManager.validate(KieSession ksession,
Context<?> context)
|
Uses of Context in org.jbpm.runtime.manager.impl.mapper |
---|
Methods in org.jbpm.runtime.manager.impl.mapper that return Context | |
---|---|
Context |
JPAMapper.getProcessInstanceByCorrelationKey(org.kie.internal.process.CorrelationKey correlationKey,
javax.persistence.EntityManager em)
|
protected Context |
JPAMapper.resolveContext(Context orig,
javax.persistence.EntityManager em)
|
Methods in org.jbpm.runtime.manager.impl.mapper with parameters of type Context | |
---|---|
protected ContextMappingInfo |
JPAMapper.findContextByContextId(Context context,
javax.persistence.EntityManager em)
|
Integer |
JPAMapper.findMapping(Context context)
|
Integer |
InMemoryMapper.findMapping(Context<?> context)
|
void |
JPAMapper.removeMapping(Context context)
|
void |
InMemoryMapper.removeMapping(Context<?> context)
|
protected Context |
JPAMapper.resolveContext(Context orig,
javax.persistence.EntityManager em)
|
void |
InMemoryMapper.saveMapping(Context<?> context,
Integer ksessionId)
|
void |
JPAMapper.saveMapping(Context context,
Integer ksessionId)
|
Uses of Context in org.jbpm.test |
---|
Methods in org.jbpm.test with parameters of type Context | |
---|---|
protected RuntimeEngine |
JbpmJUnitBaseTestCase.getRuntimeEngine(Context<?> context)
Returns new RuntimeEngine built from the manager of this test case. |
Uses of Context in org.kie.api.runtime.manager |
---|
Methods in org.kie.api.runtime.manager with parameters of type Context | |
---|---|
RuntimeEngine |
RuntimeManager.getRuntimeEngine(Context<?> context)
Returns RuntimeEngine instance that is fully initialized:
KiseSession is created or loaded depending on the strategy
TaskService is initialized and attached to ksession (via listener)
WorkItemHandlers are initialized and registered on ksession
EventListeners (process, agenda, working memory) are initialized and added to ksession
|
|
jBPM distribution 6.0.1.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |