Uses of Class
org.omg.spec.bpmn.model.TConversationLink
-
Packages that use TConversationLink Package Description org.omg.spec.bpmn.model -
-
Uses of TConversationLink in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TConversationLink Modifier and Type Field Description protected List<TConversationLink>
TCollaboration. conversationLink
Methods in org.omg.spec.bpmn.model that return TConversationLink Modifier and Type Method Description TConversationLink
ObjectFactory. createTConversationLink()
Create an instance ofTConversationLink
Methods in org.omg.spec.bpmn.model that return types with arguments of type TConversationLink Modifier and Type Method Description javax.xml.bind.JAXBElement<TConversationLink>
ObjectFactory. createConversationLink(TConversationLink value)
List<TConversationLink>
TCollaboration. getConversationLink()
Gets the value of the conversationLink property.Methods in org.omg.spec.bpmn.model with parameters of type TConversationLink Modifier and Type Method Description javax.xml.bind.JAXBElement<TConversationLink>
ObjectFactory. createConversationLink(TConversationLink value)
-