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

Packages that use ConversationLink
org.camunda.bpm.model.bpmn.impl.instance   
org.camunda.bpm.model.bpmn.instance   
 

Uses of ConversationLink in org.camunda.bpm.model.bpmn.impl.instance
 

Classes in org.camunda.bpm.model.bpmn.impl.instance that implement ConversationLink
 class ConversationLinkImpl
          The BPMN conversationLink element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type ConversationLink
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ConversationLink> CollaborationImpl.conversationLinkCollection
          TODO: choreographyRef
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type ConversationLink
 Collection<ConversationLink> CollaborationImpl.getConversationLinks()
           
 

Uses of ConversationLink in org.camunda.bpm.model.bpmn.instance
 

Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type ConversationLink
 Collection<ConversationLink> Collaboration.getConversationLinks()
          TODO: choreographyRef
 



Copyright © 2017 camunda services GmbH. All rights reserved.