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 boolean areProcessApplicationsRegistered()
           
static ProcessApplicationReference getTargetProcessApplication(CaseExecutionEntity execution)
           
static ProcessApplicationReference getTargetProcessApplication(CoreExecution execution)
           
static ProcessApplicationReference getTargetProcessApplication(ExecutionEntity execution)
           
static ProcessApplicationReference getTargetProcessApplication(ResourceDefinitionEntity definition)
           
static ProcessApplicationReference getTargetProcessApplication(String deploymentId)
           
static ProcessApplicationReference getTargetProcessApplication(TaskEntity task)
           
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(TaskEntity task)

getTargetProcessApplication

public static ProcessApplicationReference getTargetProcessApplication(ResourceDefinitionEntity definition)

getTargetProcessApplication

public static ProcessApplicationReference getTargetProcessApplication(String deploymentId)

areProcessApplicationsRegistered

public static boolean areProcessApplicationsRegistered()

requiresContextSwitch

public static boolean requiresContextSwitch(ProcessApplicationReference processApplicationReference)


Copyright © 2017 camunda services GmbH. All rights reserved.