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

Packages that use CallableElement.CallableElementBinding
org.camunda.bpm.engine.impl.bpmn.behavior   
org.camunda.bpm.engine.impl.cmmn.behavior   
org.camunda.bpm.engine.impl.core.model   
 

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

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

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

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

Uses of CallableElement.CallableElementBinding in org.camunda.bpm.engine.impl.core.model
 

Fields in org.camunda.bpm.engine.impl.core.model declared as CallableElement.CallableElementBinding
protected  CallableElement.CallableElementBinding CallableElement.binding
           
 

Methods in org.camunda.bpm.engine.impl.core.model that return CallableElement.CallableElementBinding
 CallableElement.CallableElementBinding CallableElement.getBinding()
           
static CallableElement.CallableElementBinding CallableElement.CallableElementBinding.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CallableElement.CallableElementBinding[] CallableElement.CallableElementBinding.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.camunda.bpm.engine.impl.core.model with parameters of type CallableElement.CallableElementBinding
 void CallableElement.setBinding(CallableElement.CallableElementBinding binding)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.