|
jBPM distribution 6.2.0.Beta2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Context in org.jbpm.kie.services.impl |
---|
Methods in org.jbpm.kie.services.impl with parameters of type Context | ||
---|---|---|
|
UserTaskServiceImpl.execute(String deploymentId,
Context<?> context,
Command<T> command)
|
|
|
ProcessServiceImpl.execute(String deploymentId,
Context<?> context,
Command<T> command)
|
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)
|
KieSession |
RuntimeEngineInitlializer.initKieSession(Context<?> context,
org.kie.internal.runtime.manager.InternalRuntimeManager manager,
RuntimeEngine engine)
|
TaskService |
RuntimeEngineInitlializer.initTaskService(Context<?> context,
org.kie.internal.runtime.manager.InternalRuntimeManager manager,
RuntimeEngine engine)
|
void |
SingletonRuntimeManager.validate(KieSession ksession,
Context<?> context)
|
void |
PerRequestRuntimeManager.validate(KieSession ksession,
Context<?> context)
|
void |
PerProcessInstanceRuntimeManager.validate(KieSession ksession,
Context<?> context)
|
Constructors in org.jbpm.runtime.manager.impl with parameters of type Context | |
---|---|
RuntimeEngineImpl(Context<?> context,
RuntimeEngineInitlializer initializer)
|
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.services.api |
---|
Methods in org.jbpm.services.api with parameters of type Context | ||
---|---|---|
|
UserTaskService.execute(String deploymentId,
Context<?> context,
Command<T> command)
Executes provided command on the underlying command executor |
|
|
ProcessService.execute(String deploymentId,
Context<?> context,
Command<T> command)
Executes provided command on the underlying command executor (usually KieSession) |
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.2.0.Beta2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |