Uses of Interface
org.camunda.bpm.model.bpmn.instance.CorrelationProperty

Packages that use CorrelationProperty
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
 class CorrelationPropertyImpl
          The BPMN correlationProperty element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type CorrelationProperty
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CorrelationProperty> CorrelationPropertyBindingImpl.correlationPropertyRefAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<CorrelationProperty,CorrelationPropertyRef> CorrelationKeyImpl.correlationPropertyRefCollection
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return CorrelationProperty
 CorrelationProperty CorrelationPropertyBindingImpl.getCorrelationProperty()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type CorrelationProperty
 Collection<CorrelationProperty> CorrelationKeyImpl.getCorrelationProperties()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type CorrelationProperty
 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
 CorrelationProperty CorrelationPropertyBinding.getCorrelationProperty()
           
 

Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type CorrelationProperty
 Collection<CorrelationProperty> CorrelationKey.getCorrelationProperties()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type CorrelationProperty
 void CorrelationPropertyBinding.setCorrelationProperty(CorrelationProperty correlationProperty)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.