jBPM :: Distribution 6.2.0.Final

Uses of Interface
org.kie.api.runtime.manager.Context

Packages that use Context
org.jbpm.kie.services.impl   
org.jbpm.runtime.manager.impl   
org.jbpm.runtime.manager.impl.mapper   
org.jbpm.services.api   
org.jbpm.test   
org.kie.api.runtime.manager   
org.kie.internal.runtime.manager.context   
 

Uses of Context in org.jbpm.kie.services.impl
 

Methods in org.jbpm.kie.services.impl with parameters of type Context
<T> T
UserTaskServiceImpl.execute(String deploymentId, Context<?> context, Command<T> command)
           
<T> T
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)
           
 Long InMemoryMapper.findMapping(Context<?> context, String ownerId)
           
 Long 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, Long ksessionId, String ownerId)
           
 void JPAMapper.saveMapping(Context context, Long ksessionId, String ownerId)
           
 

Uses of Context in org.jbpm.services.api
 

Methods in org.jbpm.services.api with parameters of type Context
<T> T
UserTaskService.execute(String deploymentId, Context<?> context, Command<T> command)
          Executes provided command on the underlying command executor
<T> T
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.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.