Uses of Interface
org.camunda.bpm.model.bpmn.instance.MessageFlow
-
Packages that use MessageFlow Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of MessageFlow in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement MessageFlow Modifier and Type Class Description class
MessageFlowImpl
The BPMN messageFlow elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type MessageFlow Modifier and Type Field Description protected static AttributeReference<MessageFlow>
MessageFlowAssociationImpl. innerMessageFlowRefAttribute
protected static ChildElementCollection<MessageFlow>
CollaborationImpl. messageFlowCollection
protected static ElementReferenceCollection<MessageFlow,MessageFlowRef>
ConversationNodeImpl. messageFlowRefCollection
protected static AttributeReference<MessageFlow>
MessageFlowAssociationImpl. outerMessageFlowRefAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance that return MessageFlow Modifier and Type Method Description MessageFlow
MessageFlowAssociationImpl. getInnerMessageFlow()
MessageFlow
MessageFlowAssociationImpl. getOuterMessageFlow()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type MessageFlow Modifier and Type Method Description Collection<MessageFlow>
CollaborationImpl. getMessageFlows()
Collection<MessageFlow>
ConversationNodeImpl. getMessageFlows()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type MessageFlow Modifier and Type Method Description void
MessageFlowAssociationImpl. setInnerMessageFlow(MessageFlow innerMessageFlow)
void
MessageFlowAssociationImpl. setOuterMessageFlow(MessageFlow outerMessageFlow)
-
Uses of MessageFlow in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return MessageFlow Modifier and Type Method Description MessageFlow
MessageFlowAssociation. getInnerMessageFlow()
MessageFlow
MessageFlowAssociation. getOuterMessageFlow()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type MessageFlow Modifier and Type Method Description Collection<MessageFlow>
Collaboration. getMessageFlows()
Collection<MessageFlow>
ConversationNode. getMessageFlows()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type MessageFlow Modifier and Type Method Description void
MessageFlowAssociation. setInnerMessageFlow(MessageFlow innerMessageFlow)
void
MessageFlowAssociation. setOuterMessageFlow(MessageFlow outerMessageFlow)
-