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.cmmn.behavior   
org.camunda.bpm.engine.impl.cmmn.handler   
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 DmnBusinessRuleTaskActivityBehavior.callableElement
           
 

Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type BaseCallableElement
DmnBusinessRuleTaskActivityBehavior(BaseCallableElement callableElement, String resultVariableName, DecisionResultMapper decisionResultMapper)
           
 

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.parseTenantId(Element callingActivityElement, ActivityImpl activity, BaseCallableElement callableElement, String attrName)
           
protected  void BpmnParse.parseVersion(Element callingActivityElement, ActivityImpl activity, BaseCallableElement callableElement, String bindingAttributeName, String versionAttributeName)
           
 

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

Fields in org.camunda.bpm.engine.impl.cmmn.behavior declared as BaseCallableElement
protected  BaseCallableElement CallingTaskActivityBehavior.callableElement
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.behavior that return BaseCallableElement
 BaseCallableElement CallingTaskActivityBehavior.getCallableElement()
           
 

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

Uses of BaseCallableElement in org.camunda.bpm.engine.impl.cmmn.handler
 

Methods in org.camunda.bpm.engine.impl.cmmn.handler that return BaseCallableElement
protected  BaseCallableElement DecisionTaskItemHandler.createCallableElement()
           
protected abstract  BaseCallableElement CallingTaskItemHandler.createCallableElement()
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type BaseCallableElement
protected  void CallingTaskItemHandler.initializeBinding(org.camunda.bpm.model.cmmn.instance.CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, BaseCallableElement callableElement)
           
protected  void CallingTaskItemHandler.initializeDefinitionKey(org.camunda.bpm.model.cmmn.instance.CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, BaseCallableElement callableElement)
           
protected  void CallingTaskItemHandler.initializeTenantId(org.camunda.bpm.model.cmmn.instance.CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, BaseCallableElement callableElement)
           
protected  void CallingTaskItemHandler.initializeVersion(org.camunda.bpm.model.cmmn.instance.CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, BaseCallableElement callableElement)
           
 

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 void DecisionEvaluationUtil.evaluateDecision(AbstractVariableScope execution, BaseCallableElement callableElement, String resultVariable, DecisionResultMapper decisionResultMapper)
           
static CmmnCaseDefinition CallableElementUtil.getCaseDefinitionToCall(VariableScope execution, BaseCallableElement callableElement)
           
static DecisionDefinition CallableElementUtil.getDecisionDefinitionToCall(VariableScope execution, BaseCallableElement callableElement)
           
static ProcessDefinitionImpl CallableElementUtil.getProcessDefinitionToCall(VariableScope execution, BaseCallableElement callableElement)
           
protected static DecisionDefinition DecisionEvaluationUtil.resolveDecisionDefinition(BaseCallableElement callableElement, AbstractVariableScope execution)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.