Uses of Class
org.jbpm.JbpmContext

Packages that use JbpmContext
org.jbpm central access to the jbpm database and other services. 
org.jbpm.command   
org.jbpm.db provides access the to jBPM database. 
org.jbpm.graph.exe contains the runtime structures for process executions. 
org.jbpm.job   
org.jbpm.svc   
org.jbpm.svc.save   
 

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()
          Deprecated. method moved to JbpmConfiguration.
 

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 AbstractProcessInstanceBaseCommand.getJbpmContext()
           
protected  JbpmContext AbstractGetObjectBaseCommand.getJbpmContext()
           
protected  JbpmContext AbstractTokenBaseCommand.getJbpmContext()
           
 

Methods in org.jbpm.command with parameters of type JbpmContext
 java.lang.Object CancelProcessInstanceCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object AbstractProcessInstanceBaseCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object GetProcessInstancesCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object TaskInstanceEndCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object GetProcessInstanceCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object DeployProcessCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object GetTaskListCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object StartWorkOnTaskCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object GetProcessDefinitionCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object GetProcessDefinitionsCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object GetTaskInstanceCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object StartProcessInstanceCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object ExecuteJobsCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object SignalCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object Command.execute(JbpmContext jbpmContext)
           
 java.lang.Object GetProcessInstanceLogCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object GetTokenLogCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object NewProcessInstanceCommand.execute(JbpmContext jbpmContext)
          return the id of the newly created process instance.
 java.lang.Object CancelWorkOnTaskCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object CancelTokenCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object AbstractTokenBaseCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object DeleteProcessDefinitionCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object CompositeCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object GetTokenCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object VariablesCommand.execute(JbpmContext jbpmContext)
           
 java.lang.Object AsynchronousCommand.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
abstract  boolean Job.execute(JbpmContext jbpmContext)
           
 boolean ExecuteNodeJob.execute(JbpmContext jbpmContext)
           
 boolean CleanUpProcessJob.execute(JbpmContext jbpmContext)
           
 boolean Timer.execute(JbpmContext jbpmContext)
           
 boolean ExecuteActionJob.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 SaveOperation.save(ProcessInstance processInstance, JbpmContext jbpmContext)
           
 void HibernateSaveOperation.save(ProcessInstance processInstance, JbpmContext jbpmContext)
           
 void SaveLogsOperation.save(ProcessInstance processInstance, JbpmContext jbpmContext)
           
 void CheckUnpersistableVariablesOperation.save(ProcessInstance processInstance, JbpmContext jbpmContext)
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.