Class CorrelationKeyImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, CorrelationKey, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class CorrelationKeyImpl extends BaseElementImpl implements CorrelationKey
The BPMN correlationKey element
Author:
Sebastian Menski
  • Field Details

    • nameAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
    • correlationPropertyRefCollection

      protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<CorrelationProperty,CorrelationPropertyRef> correlationPropertyRefCollection
  • Constructor Details

    • CorrelationKeyImpl

      public CorrelationKeyImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
  • Method Details