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   
 

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.parseInputParameter(Element callActivityElement, ActivityImpl activity, CallableElement callableElement)
           
protected  void BpmnParse.parseOutputParameter(Element callActivityElement, ActivityImpl activity, CallableElement callableElement)
           
 

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

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

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

Methods in org.camunda.bpm.engine.impl.cmmn.handler that return CallableElement
protected  CallableElement ProcessOrCaseTaskItemHandler.createCallableElement()
           
 

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



Copyright © 2016 camunda services GmbH. All rights reserved.