Uses of Class
org.camunda.bpm.engine.impl.core.model.BaseCallableElement.CallableElementBinding
-
Packages that use BaseCallableElement.CallableElementBinding Package Description org.camunda.bpm.engine.impl.bpmn.behavior org.camunda.bpm.engine.impl.cmmn.behavior org.camunda.bpm.engine.impl.core.model -
-
Uses of BaseCallableElement.CallableElementBinding in org.camunda.bpm.engine.impl.bpmn.behavior
Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return BaseCallableElement.CallableElementBinding Modifier and Type Method Description protected BaseCallableElement.CallableElementBindingCallableElementActivityBehavior. getBinding() -
Uses of BaseCallableElement.CallableElementBinding in org.camunda.bpm.engine.impl.cmmn.behavior
Methods in org.camunda.bpm.engine.impl.cmmn.behavior that return BaseCallableElement.CallableElementBinding Modifier and Type Method Description protected BaseCallableElement.CallableElementBindingCallingTaskActivityBehavior. getBinding() -
Uses of BaseCallableElement.CallableElementBinding in org.camunda.bpm.engine.impl.core.model
Fields in org.camunda.bpm.engine.impl.core.model declared as BaseCallableElement.CallableElementBinding Modifier and Type Field Description protected BaseCallableElement.CallableElementBindingBaseCallableElement. bindingMethods in org.camunda.bpm.engine.impl.core.model that return BaseCallableElement.CallableElementBinding Modifier and Type Method Description BaseCallableElement.CallableElementBindingBaseCallableElement. getBinding()static BaseCallableElement.CallableElementBindingBaseCallableElement.CallableElementBinding. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseCallableElement.CallableElementBinding[]BaseCallableElement.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 BaseCallableElement.CallableElementBinding Modifier and Type Method Description voidBaseCallableElement. setBinding(BaseCallableElement.CallableElementBinding binding)
-