| Package | Description | 
|---|---|
| org.camunda.bpm.application | |
| org.camunda.bpm.application.impl | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
AbstractProcessApplication.execute(Callable<T> callable)  | 
<T> T | 
ProcessApplicationInterface.execute(Callable<T> callable)
The default implementation simply modifies the Context  
ClassLoader | 
<T> T | 
AbstractProcessApplication.execute(Callable<T> callable,
       InvocationContext invocationContext)  | 
<T> T | 
ProcessApplicationInterface.execute(Callable<T> callable,
       InvocationContext context)
Is invoked instead of  
ProcessApplicationInterface.execute(Callable) if a context is available. | 
| Modifier and Type | Method and Description | 
|---|---|
ProcessApplicationExecutionException | 
ProcessApplicationLogger.processApplicationExecutionException(Exception e)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
EjbProcessApplication.execute(Callable<T> callable)  | 
<T> T | 
EmbeddedProcessApplication.execute(Callable<T> callable)
Since the process engine is loaded by the same classloader
 as the process application, nothing needs to be done. 
 | 
Copyright © 2018. All rights reserved.