Class ConversationNodeImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, ConversationNode, InteractionNode, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
CallConversationImpl, ConversationImpl, SubConversationImpl

public abstract class ConversationNodeImpl extends BaseElementImpl implements ConversationNode
The BPMN conversationNode element
Author:
Sebastian Menski
  • Field Details

    • nameAttribute

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

      protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Participant,ParticipantRef> participantRefCollection
    • messageFlowRefCollection

      protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<MessageFlow,MessageFlowRef> messageFlowRefCollection
    • correlationKeyCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CorrelationKey> correlationKeyCollection
  • Constructor Details

    • ConversationNodeImpl

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