Uses of Class
org.camunda.bpm.application.InvocationContext
-
Uses of InvocationContext in org.camunda.bpm.application
Modifier and TypeMethodDescription<T> T
AbstractProcessApplication.execute
(Callable<T> callable, InvocationContext invocationContext) <T> T
ProcessApplicationInterface.execute
(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
Modifier and TypeMethodDescriptionstatic <T> T
Context.executeWithinProcessApplication
(Callable<T> callback, ProcessApplicationReference processApplicationReference, InvocationContext invocationContext)