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

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

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

Fields in org.camunda.bpm.engine.impl.cmmn.behavior declared as CallableElement.CallableElementBinding
protected  CallableElement.CallableElementBinding CallableElement.binding
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.behavior that return CallableElement.CallableElementBinding
protected  CallableElement.CallableElementBinding ProcessOrCaseTaskActivityBehavior.getBinding()
           
 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.cmmn.behavior with parameters of type CallableElement.CallableElementBinding
 void CallableElement.setBinding(CallableElement.CallableElementBinding binding)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.