|
jBPM distribution 6.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
org.jbpm.runtime.manager.impl | |
org.jbpm.runtime.manager.impl.mapper | |
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.kie.api.runtime.manager |
---|
Methods in org.kie.api.runtime.manager with parameters of type Context | |
---|---|
RuntimeEngine |
RuntimeManager.getRuntimeEngine(Context<?> context)
|
|
jBPM distribution 6.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |