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