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.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement ConversationLink Modifier and Type Class Description class
ConversationLinkImpl
The 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. conversationLinkCollection
TODO: choreographyRefMethods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type ConversationLink Modifier and Type Method Description 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 Modifier and Type Method Description Collection<ConversationLink>
Collaboration. getConversationLinks()
TODO: choreographyRef
-