Uses of Class
org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
-
Packages that use CommandInvocationContext Package Description org.camunda.bpm.engine.impl.context org.camunda.bpm.engine.impl.interceptor -
-
Uses of CommandInvocationContext in org.camunda.bpm.engine.impl.context
Fields in org.camunda.bpm.engine.impl.context with type parameters of type CommandInvocationContext Modifier and Type Field Description protected static ThreadLocal<Deque<CommandInvocationContext>>
Context. commandInvocationContextThreadLocal
Methods in org.camunda.bpm.engine.impl.context that return CommandInvocationContext Modifier and Type Method Description static CommandInvocationContext
Context. getCommandInvocationContext()
Methods in org.camunda.bpm.engine.impl.context with parameters of type CommandInvocationContext Modifier and Type Method Description static void
Context. setCommandInvocationContext(CommandInvocationContext commandInvocationContext)
-
Uses of CommandInvocationContext in org.camunda.bpm.engine.impl.interceptor
Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type CommandInvocationContext Modifier and Type Method Description void
CommandContext. close(CommandInvocationContext commandInvocationContext)
protected void
CommandContext. closeSessions(CommandInvocationContext commandInvocationContext)
-