Uses of Interface
org.camunda.bpm.model.bpmn.instance.CorrelationProperty
-
Packages that use CorrelationProperty Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of CorrelationProperty in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement CorrelationProperty Modifier and Type Class Description class
CorrelationPropertyImpl
The BPMN correlationProperty elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type CorrelationProperty Modifier and Type Field Description protected static AttributeReference<CorrelationProperty>
CorrelationPropertyBindingImpl. correlationPropertyRefAttribute
protected static ElementReferenceCollection<CorrelationProperty,CorrelationPropertyRef>
CorrelationKeyImpl. correlationPropertyRefCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return CorrelationProperty Modifier and Type Method Description CorrelationProperty
CorrelationPropertyBindingImpl. getCorrelationProperty()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type CorrelationProperty Modifier and Type Method Description Collection<CorrelationProperty>
CorrelationKeyImpl. getCorrelationProperties()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type CorrelationProperty Modifier and Type Method Description void
CorrelationPropertyBindingImpl. setCorrelationProperty(CorrelationProperty correlationProperty)
-
Uses of CorrelationProperty in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return CorrelationProperty Modifier and Type Method Description CorrelationProperty
CorrelationPropertyBinding. getCorrelationProperty()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type CorrelationProperty Modifier and Type Method Description Collection<CorrelationProperty>
CorrelationKey. getCorrelationProperties()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type CorrelationProperty Modifier and Type Method Description void
CorrelationPropertyBinding. setCorrelationProperty(CorrelationProperty correlationProperty)
-