Class ConversationLinkImpl

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

public class ConversationLinkImpl extends BaseElementImpl implements ConversationLink
The BPMN conversationLink element
Author:
Sebastian Menski
  • Field Details

    • nameAttribute

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

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<InteractionNode> sourceRefAttribute
    • targetRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<InteractionNode> targetRefAttribute
  • Constructor Details

    • ConversationLinkImpl

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