org.camunda.bpm.engine.impl.util
Class CallableElementUtil

java.lang.Object
  extended by org.camunda.bpm.engine.impl.util.CallableElementUtil

public class CallableElementUtil
extends Object

Author:
Roman Smirnov

Constructor Summary
CallableElementUtil()
           
 
Method Summary
static CmmnCaseDefinition getCaseDefinitionToCall(VariableScope execution, CallableElement callableElement)
           
static DeploymentCache getDeploymentCache()
           
static ProcessDefinitionImpl getProcessDefinitionToCall(VariableScope execution, CallableElement callableElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableElementUtil

public CallableElementUtil()
Method Detail

getDeploymentCache

public static DeploymentCache getDeploymentCache()

getProcessDefinitionToCall

public static ProcessDefinitionImpl getProcessDefinitionToCall(VariableScope execution,
                                                               CallableElement callableElement)

getCaseDefinitionToCall

public static CmmnCaseDefinition getCaseDefinitionToCall(VariableScope execution,
                                                         CallableElement callableElement)


Copyright © 2015 camunda services GmbH. All rights reserved.