|
jBPM distribution 6.1.0.Beta3 | |||||||||
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 | |
org.kie.internal.runtime.manager.context |
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 |
---|
Classes in org.jbpm.runtime.manager.impl.mapper that implement Context | |
---|---|
class |
EnvironmentAwareProcessInstanceContext
|
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,
String ownerId,
javax.persistence.EntityManager em)
|
Integer |
InMemoryMapper.findMapping(Context<?> context,
String ownerId)
|
Integer |
JPAMapper.findMapping(Context context,
String ownerId)
|
void |
InMemoryMapper.removeMapping(Context<?> context,
String ownerId)
|
void |
JPAMapper.removeMapping(Context context,
String ownerId)
|
protected Context |
JPAMapper.resolveContext(Context orig,
javax.persistence.EntityManager em)
|
void |
InMemoryMapper.saveMapping(Context<?> context,
Integer ksessionId,
String ownerId)
|
void |
JPAMapper.saveMapping(Context context,
Integer ksessionId,
String ownerId)
|
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
|
Uses of Context in org.kie.internal.runtime.manager.context |
---|
Classes in org.kie.internal.runtime.manager.context that implement Context | |
---|---|
class |
org.kie.internal.runtime.manager.context.ProcessInstanceIdContext
|
|
jBPM distribution 6.1.0.Beta3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |