Uses of Class
org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext

Packages that use CommandInvocationContext
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
protected static ThreadLocal<Stack<CommandInvocationContext>> Context.commandInvocationContextThreadLocal
           
 

Methods in org.camunda.bpm.engine.impl.context that return CommandInvocationContext
static CommandInvocationContext Context.getCommandInvocationContext()
           
 

Methods in org.camunda.bpm.engine.impl.context with parameters of type CommandInvocationContext
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
 void CommandContext.close(CommandInvocationContext commandInvocationContext)
           
protected  void CommandContext.closeSessions(CommandInvocationContext commandInvocationContext)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.