Uses of Interface
org.camunda.bpm.model.bpmn.instance.CorrelationPropertyBinding
-
Packages that use CorrelationPropertyBinding Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of CorrelationPropertyBinding in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement CorrelationPropertyBinding Modifier and Type Class Description class
CorrelationPropertyBindingImpl
The BPMN correlationPropertyBinding elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type CorrelationPropertyBinding Modifier and Type Field Description protected static ChildElementCollection<CorrelationPropertyBinding>
CorrelationSubscriptionImpl. correlationPropertyBindingCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type CorrelationPropertyBinding Modifier and Type Method Description java.util.Collection<CorrelationPropertyBinding>
CorrelationSubscriptionImpl. getCorrelationPropertyBindings()
-
Uses of CorrelationPropertyBinding in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type CorrelationPropertyBinding Modifier and Type Method Description java.util.Collection<CorrelationPropertyBinding>
CorrelationSubscription. getCorrelationPropertyBindings()
-