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

Packages that use CallableElement
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.util   
 

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

Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as CallableElement
protected  CallableElement CallableElementActivityBehavior.callableElement
           
 

Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return CallableElement
 CallableElement CallableElementActivityBehavior.getCallableElement()
           
 

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

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

Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type CallableElement
protected  void BpmnParse.parseBinding(Element callActivityElement, ActivityImpl activity, CallableElement callableElement, boolean isProcess)
           
protected  void BpmnParse.parseInputParameter(Element callActivityElement, ActivityImpl activity, CallableElement callableElement, boolean isProcess)
           
protected  void BpmnParse.parseOutputParameter(Element callActivityElement, ActivityImpl activity, CallableElement callableElement, boolean isProcess)
           
protected  void BpmnParse.parseVersion(Element callActivityElement, ActivityImpl activity, CallableElement callableElement, boolean isProcess)
           
 

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

Fields in org.camunda.bpm.engine.impl.cmmn.behavior declared as CallableElement
protected  CallableElement ProcessOrCaseTaskActivityBehavior.callableElement
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.behavior that return CallableElement
 CallableElement ProcessOrCaseTaskActivityBehavior.getCallableElement()
           
 

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

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

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

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

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



Copyright © 2015 camunda services GmbH. All rights reserved.