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 classCorrelationPropertyBindingImplThe BPMN correlationPropertyBinding elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type CorrelationPropertyBinding Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CorrelationPropertyBinding>CorrelationSubscriptionImpl. correlationPropertyBindingCollectionMethods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type CorrelationPropertyBinding Modifier and Type Method Description 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 Collection<CorrelationPropertyBinding>CorrelationSubscription. getCorrelationPropertyBindings()
-