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, BaseCallableElement callableElement)
           
static DecisionDefinition getDecisionDefinitionToCall(VariableScope execution, BaseCallableElement callableElement)
           
static DeploymentCache getDeploymentCache()
           
static ProcessDefinitionImpl getProcessDefinitionToCall(VariableScope execution, BaseCallableElement 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,
                                                               BaseCallableElement callableElement)

getCaseDefinitionToCall

public static CmmnCaseDefinition getCaseDefinitionToCall(VariableScope execution,
                                                         BaseCallableElement callableElement)

getDecisionDefinitionToCall

public static DecisionDefinition getDecisionDefinitionToCall(VariableScope execution,
                                                             BaseCallableElement callableElement)


Copyright © 2016 camunda services GmbH. All rights reserved.