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

Packages that use GlobalConversation
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
 class GlobalConversationImpl
          The BPMN globalConversation element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type GlobalConversation
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<GlobalConversation> CallConversationImpl.calledCollaborationRefAttribute
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return GlobalConversation
 GlobalConversation CallConversationImpl.getCalledCollaboration()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type GlobalConversation
 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
 GlobalConversation CallConversation.getCalledCollaboration()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type GlobalConversation
 void CallConversation.setCalledCollaboration(GlobalConversation calledCollaboration)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.