Uses of Class
org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
Packages that use CommandInvocationContext
-
Uses of CommandInvocationContext in org.camunda.bpm.engine.impl.context
Fields in org.camunda.bpm.engine.impl.context with type parameters of type CommandInvocationContextMethods in org.camunda.bpm.engine.impl.context that return CommandInvocationContextModifier and TypeMethodDescriptionstatic CommandInvocationContext
Context.getCommandInvocationContext()
Methods in org.camunda.bpm.engine.impl.context with parameters of type CommandInvocationContextModifier and TypeMethodDescriptionstatic 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 CommandInvocationContextModifier and TypeMethodDescriptionvoid
CommandContext.close
(CommandInvocationContext commandInvocationContext) protected void
CommandContext.closeSessions
(CommandInvocationContext commandInvocationContext)