Uses of Class
org.jbpm.JbpmContext

Packages that use JbpmContext
org.jbpm central access to the jbpm database and other services. 
org.jbpm.command commands that can be used as an alternative to the try-finally blocks in the user code. 
org.jbpm.db provides access the to jBPM database. 
org.jbpm.graph.exe contains the runtime structures for process executions. 
org.jbpm.job JNDI helper for JCR compatibility. 
org.jbpm.svc base service infrastructure classes. 
org.jbpm.svc.save various implementation of save operations that are invoked when a process instance is saved. 
 

Uses of JbpmContext in org.jbpm
 

Methods in org.jbpm that return JbpmContext
 JbpmContext JbpmConfiguration.createJbpmContext()
           
 JbpmContext JbpmConfiguration.createJbpmContext(java.lang.String name)
           
 JbpmContext JbpmConfiguration.getCurrentJbpmContext()
           
static JbpmContext JbpmContext.getCurrentJbpmContext()
          obtains the current JbpmContext from a thread local.
 

Uses of JbpmContext in org.jbpm.command
 

Fields in org.jbpm.command declared as JbpmContext
protected  JbpmContext AbstractCancelCommand.jbpmContext
           
 

Methods in org.jbpm.command that return JbpmContext
protected  JbpmContext AbstractTokenBaseCommand.getJbpmContext()
           
protected  JbpmContext AbstractProcessInstanceBaseCommand.getJbpmContext()
           
protected  JbpmContext AbstractGetObjectBaseCommand.getJbpmContext()
           
 

Methods in org.jbpm.command with parameters of type JbpmContext
 java.lang.Object CancelTokenCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object ExecuteJobsCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object TaskInstanceEndCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object GetProcessInstancesCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object SignalCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object CompositeCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object DeployProcessCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object GetTaskInstanceCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object NewProcessInstanceCommand.execute(JbpmContext jbpmContext)
          return the id of the newly created process instance.
 java.lang.Object GetProcessDefinitionCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object DeleteProcessDefinitionCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object StartProcessInstanceCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object AsynchronousCommand.execute(JbpmContext jbpmContext)
          Deprecated.  
 java.lang.Object AbstractTokenBaseCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object Command.execute(JbpmContext jbpmContext)
           
 java.lang.Object VariablesCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object GetTaskListCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object GetProcessInstanceLogCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object AbstractProcessInstanceBaseCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object StartWorkOnTaskCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object GetProcessInstanceCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object GetProcessDefinitionsCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object CancelProcessInstanceCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object CancelWorkOnTaskCommand.execute(JbpmContext jbpmContext)
           
protected  TaskInstance TaskInstanceEndCommand.getTaskInstance(JbpmContext jbpmContext)
           
protected  Token SignalCommand.getToken(JbpmContext jbpmContext)
           
protected  VariableContainer VariablesCommand.getVariableContainer(JbpmContext jbpmContext)
           
protected  void AbstractGetObjectBaseCommand.setJbpmContext(JbpmContext jbpmContext)
           
 

Uses of JbpmContext in org.jbpm.db
 

Fields in org.jbpm.db declared as JbpmContext
protected  JbpmContext AbstractDbTestCase.jbpmContext
           
 

Uses of JbpmContext in org.jbpm.graph.exe
 

Methods in org.jbpm.graph.exe that return JbpmContext
 JbpmContext ExecutionContext.getJbpmContext()
           
 

Uses of JbpmContext in org.jbpm.job
 

Methods in org.jbpm.job with parameters of type JbpmContext
 boolean ExecuteNodeJob.execute(JbpmContext jbpmContext)
           
 boolean ExecuteActionJob.execute(JbpmContext jbpmContext)
           
 boolean Timer.execute(JbpmContext jbpmContext)
           
abstract  boolean Job.execute(JbpmContext jbpmContext)
           
 boolean CleanUpProcessJob.execute(JbpmContext jbpmContext)
           
 

Uses of JbpmContext in org.jbpm.svc
 

Methods in org.jbpm.svc with parameters of type JbpmContext
 void Services.save(ProcessInstance processInstance, JbpmContext jbpmContext)
           
 

Uses of JbpmContext in org.jbpm.svc.save
 

Methods in org.jbpm.svc.save with parameters of type JbpmContext
 void CascadeSaveOperation.save(ProcessInstance processInstance, JbpmContext jbpmContext)
           
 void SaveLogsOperation.save(ProcessInstance processInstance, JbpmContext jbpmContext)
           
 void HibernateSaveOperation.save(ProcessInstance processInstance, JbpmContext jbpmContext)
           
 void SaveOperation.save(ProcessInstance processInstance, JbpmContext jbpmContext)
           
 void CheckUnpersistableVariablesOperation.save(ProcessInstance processInstance, JbpmContext jbpmContext)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.