Uses of Interface
org.camunda.bpm.model.bpmn.instance.IoBinding
-
Packages that use IoBinding Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of IoBinding in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement IoBinding Modifier and Type Class Description class
IoBindingImpl
The BPMN ioBinding elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type IoBinding Modifier and Type Field Description protected static ChildElementCollection<IoBinding>
CallableElementImpl. ioBindingCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type IoBinding Modifier and Type Method Description Collection<IoBinding>
CallableElementImpl. getIoBindings()
-
Uses of IoBinding in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type IoBinding Modifier and Type Method Description Collection<IoBinding>
CallableElement. getIoBindings()
-