Uses of Interface
org.camunda.bpm.model.bpmn.instance.MessageFlowAssociation
-
Packages that use MessageFlowAssociation Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of MessageFlowAssociation in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement MessageFlowAssociation Modifier and Type Class Description class
MessageFlowAssociationImpl
The BPMN messageFlowAssociation elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type MessageFlowAssociation Modifier and Type Field Description protected static ChildElementCollection<MessageFlowAssociation>
CollaborationImpl. messageFlowAssociationCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type MessageFlowAssociation Modifier and Type Method Description Collection<MessageFlowAssociation>
CollaborationImpl. getMessageFlowAssociations()
-
Uses of MessageFlowAssociation in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type MessageFlowAssociation Modifier and Type Method Description Collection<MessageFlowAssociation>
Collaboration. getMessageFlowAssociations()
-