Uses of Class
org.camunda.bpm.application.InvocationContext
-
Packages that use InvocationContext Package Description org.camunda.bpm.application org.camunda.bpm.engine.impl.context -
-
Uses of InvocationContext in org.camunda.bpm.application
Methods in org.camunda.bpm.application with parameters of type InvocationContext Modifier and Type Method Description <T> TAbstractProcessApplication. execute(java.util.concurrent.Callable<T> callable, InvocationContext invocationContext)<T> TProcessApplicationInterface. execute(java.util.concurrent.Callable<T> callable, InvocationContext context)Is invoked instead ofProcessApplicationInterface.execute(Callable)if a context is available. -
Uses of InvocationContext in org.camunda.bpm.engine.impl.context
Methods in org.camunda.bpm.engine.impl.context with parameters of type InvocationContext Modifier and Type Method Description static <T> TContext. executeWithinProcessApplication(java.util.concurrent.Callable<T> callback, ProcessApplicationReference processApplicationReference, InvocationContext invocationContext)
-