Uses of Interface
org.camunda.bpm.model.bpmn.instance.GlobalConversation
-
Packages that use GlobalConversation Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of GlobalConversation in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement GlobalConversation Modifier and Type Class Description class
GlobalConversationImpl
The BPMN globalConversation elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type GlobalConversation Modifier and Type Field Description protected static AttributeReference<GlobalConversation>
CallConversationImpl. calledCollaborationRefAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance that return GlobalConversation Modifier and Type Method Description GlobalConversation
CallConversationImpl. getCalledCollaboration()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type GlobalConversation Modifier and Type Method Description void
CallConversationImpl. setCalledCollaboration(GlobalConversation calledCollaboration)
-
Uses of GlobalConversation in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return GlobalConversation Modifier and Type Method Description GlobalConversation
CallConversation. getCalledCollaboration()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type GlobalConversation Modifier and Type Method Description void
CallConversation. setCalledCollaboration(GlobalConversation calledCollaboration)
-