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

Packages that use CallableElement
org.camunda.bpm.engine.impl.cmmn.behavior   
org.camunda.bpm.engine.impl.cmmn.handler   
 

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)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.