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> TAbstractProcessApplication. execute(java.util.concurrent.Callable<T> callable)<T> TAbstractProcessApplication. execute(java.util.concurrent.Callable<T> callable, InvocationContext invocationContext)<T> TProcessApplicationInterface. execute(java.util.concurrent.Callable<T> callable)The default implementation simply modifies the ContextClassLoader<T> TProcessApplicationInterface. 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 ProcessApplicationExecutionExceptionProcessApplicationLogger. processApplicationExecutionException(java.lang.Exception e)Methods in org.camunda.bpm.application.impl that throw ProcessApplicationExecutionException Modifier and Type Method Description <T> TEjbProcessApplication. execute(java.util.concurrent.Callable<T> callable)<T> TEmbeddedProcessApplication. 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.
-