org.camunda.bpm.engine.impl.context
Class ProcessApplicationContextUtil

java.lang.Object
  extended by org.camunda.bpm.engine.impl.context.ProcessApplicationContextUtil

public class ProcessApplicationContextUtil
extends Object


Constructor Summary
ProcessApplicationContextUtil()
           
 
Method Summary
static ProcessApplicationReference getTargetProcessApplication(CaseExecutionEntity execution)
           
static ProcessApplicationReference getTargetProcessApplication(CoreExecution execution)
           
static ProcessApplicationReference getTargetProcessApplication(ExecutionEntity execution)
           
static ProcessApplicationReference getTargetProcessApplication(String deploymentId)
           
static boolean requiresContextSwitch(ProcessApplicationReference processApplicationReference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessApplicationContextUtil

public ProcessApplicationContextUtil()
Method Detail

getTargetProcessApplication

public static ProcessApplicationReference getTargetProcessApplication(CoreExecution execution)

getTargetProcessApplication

public static ProcessApplicationReference getTargetProcessApplication(ExecutionEntity execution)

getTargetProcessApplication

public static ProcessApplicationReference getTargetProcessApplication(CaseExecutionEntity execution)

getTargetProcessApplication

public static ProcessApplicationReference getTargetProcessApplication(String deploymentId)

requiresContextSwitch

public static boolean requiresContextSwitch(ProcessApplicationReference processApplicationReference)


Copyright © 2015 camunda services GmbH. All rights reserved.