Uses of Class
org.camunda.bpm.application.ProcessApplicationExecutionException
-
Packages that use ProcessApplicationExecutionException Package Description org.camunda.bpm.application org.camunda.bpm.application.impl -
-
Uses of ProcessApplicationExecutionException in org.camunda.bpm.application
Methods in org.camunda.bpm.application that throw ProcessApplicationExecutionException Modifier and Type Method Description <T> T
AbstractProcessApplication. execute(java.util.concurrent.Callable<T> callable)
<T> T
AbstractProcessApplication. execute(java.util.concurrent.Callable<T> callable, InvocationContext invocationContext)
<T> T
ProcessApplicationInterface. execute(java.util.concurrent.Callable<T> callable)
The default implementation simply modifies the ContextClassLoader
<T> T
ProcessApplicationInterface. execute(java.util.concurrent.Callable<T> callable, InvocationContext context)
Is invoked instead ofProcessApplicationInterface.execute(Callable)
if a context is available. -
Uses of ProcessApplicationExecutionException in org.camunda.bpm.application.impl
Methods in org.camunda.bpm.application.impl that return ProcessApplicationExecutionException Modifier and Type Method Description ProcessApplicationExecutionException
ProcessApplicationLogger. processApplicationExecutionException(java.lang.Exception e)
Methods in org.camunda.bpm.application.impl that throw ProcessApplicationExecutionException Modifier and Type Method Description <T> T
EjbProcessApplication. execute(java.util.concurrent.Callable<T> callable)
<T> T
EmbeddedProcessApplication. execute(java.util.concurrent.Callable<T> callable)
Since the process engine is loaded by the same classloader as the process application, nothing needs to be done.
-