Package | Description |
---|---|
org.camunda.bpm.application | |
org.camunda.bpm.engine.impl.context |
Modifier and Type | Method and Description |
---|---|
<T> T |
ProcessApplicationInterface.execute(Callable<T> callable,
InvocationContext context)
Is invoked instead of
ProcessApplicationInterface.execute(Callable) if a context is available. |
<T> T |
AbstractProcessApplication.execute(Callable<T> callable,
InvocationContext invocationContext) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
Context.executeWithinProcessApplication(Callable<T> callback,
ProcessApplicationReference processApplicationReference,
InvocationContext invocationContext) |
Copyright © 2022. All rights reserved.