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 classCorrelationPropertyImplThe BPMN correlationProperty elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type CorrelationProperty Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CorrelationProperty>CorrelationPropertyBindingImpl. correlationPropertyRefAttributeprotected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<CorrelationProperty,CorrelationPropertyRef>CorrelationKeyImpl. correlationPropertyRefCollectionMethods in org.camunda.bpm.model.bpmn.impl.instance that return CorrelationProperty Modifier and Type Method Description CorrelationPropertyCorrelationPropertyBindingImpl. 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 voidCorrelationPropertyBindingImpl. 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 CorrelationPropertyCorrelationPropertyBinding. 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 voidCorrelationPropertyBinding. setCorrelationProperty(CorrelationProperty correlationProperty)
-