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 classMessageFlowImplThe BPMN messageFlow elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type MessageFlow Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<MessageFlow>MessageFlowAssociationImpl. innerMessageFlowRefAttributeprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<MessageFlow>CollaborationImpl. messageFlowCollectionprotected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<MessageFlow,MessageFlowRef>ConversationNodeImpl. messageFlowRefCollectionprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<MessageFlow>MessageFlowAssociationImpl. outerMessageFlowRefAttributeMethods in org.camunda.bpm.model.bpmn.impl.instance that return MessageFlow Modifier and Type Method Description MessageFlowMessageFlowAssociationImpl. getInnerMessageFlow()MessageFlowMessageFlowAssociationImpl. 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 voidMessageFlowAssociationImpl. setInnerMessageFlow(MessageFlow innerMessageFlow)voidMessageFlowAssociationImpl. 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 MessageFlowMessageFlowAssociation. getInnerMessageFlow()MessageFlowMessageFlowAssociation. 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 voidMessageFlowAssociation. setInnerMessageFlow(MessageFlow innerMessageFlow)voidMessageFlowAssociation. setOuterMessageFlow(MessageFlow outerMessageFlow)
-