Uses of Interface
org.camunda.bpm.model.bpmn.instance.ConversationLink
- 
Packages that use ConversationLink Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance 
- 
- 
Uses of ConversationLink in org.camunda.bpm.model.bpmn.impl.instanceClasses in org.camunda.bpm.model.bpmn.impl.instance that implement ConversationLink Modifier and Type Class Description classConversationLinkImplThe BPMN conversationLink elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type ConversationLink Modifier and Type Field Description protected static ChildElementCollection<ConversationLink>CollaborationImpl. conversationLinkCollectionTODO: choreographyRefMethods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type ConversationLink Modifier and Type Method Description java.util.Collection<ConversationLink>CollaborationImpl. getConversationLinks()
- 
Uses of ConversationLink in org.camunda.bpm.model.bpmn.instanceMethods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type ConversationLink Modifier and Type Method Description java.util.Collection<ConversationLink>Collaboration. getConversationLinks()TODO: choreographyRef
 
-