Uses of Class
org.camunda.bpm.engine.impl.core.model.BaseCallableElement

Packages that use BaseCallableElement
org.camunda.bpm.engine.impl.bpmn.behavior   
org.camunda.bpm.engine.impl.bpmn.parser   
org.camunda.bpm.engine.impl.core.model   
org.camunda.bpm.engine.impl.util   
 

Uses of BaseCallableElement in org.camunda.bpm.engine.impl.bpmn.behavior
 

Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as BaseCallableElement
protected  BaseCallableElement DecisionRuleTaskActivityBehavior.callableElement
           
 

Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return BaseCallableElement
 BaseCallableElement DecisionRuleTaskActivityBehavior.getCallableElement()
           
 

Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type BaseCallableElement
 void DecisionRuleTaskActivityBehavior.setCallableElement(BaseCallableElement callableElement)
           
 

Uses of BaseCallableElement in org.camunda.bpm.engine.impl.bpmn.parser
 

Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type BaseCallableElement
protected  void BpmnParse.parseBinding(Element callActivityElement, ActivityImpl activity, BaseCallableElement callableElement, String bindingAttributeName)
           
protected  void BpmnParse.parseVersion(Element callingActivityElement, ActivityImpl activity, BaseCallableElement callableElement, String bindingAttributeName, String versionAttributeName)
           
 

Uses of BaseCallableElement in org.camunda.bpm.engine.impl.core.model
 

Subclasses of BaseCallableElement in org.camunda.bpm.engine.impl.core.model
 class CallableElement
           
 

Uses of BaseCallableElement in org.camunda.bpm.engine.impl.util
 

Methods in org.camunda.bpm.engine.impl.util with parameters of type BaseCallableElement
static CmmnCaseDefinition CallableElementUtil.getCaseDefinitionToCall(VariableScope execution, BaseCallableElement callableElement)
           
static DecisionDefinition CallableElementUtil.getDecisionDefinitionToCall(VariableScope execution, BaseCallableElement callableElement)
           
static ProcessDefinitionImpl CallableElementUtil.getProcessDefinitionToCall(VariableScope execution, BaseCallableElement callableElement)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.