Uses of Class
org.flowable.bpmn.model.MessageFlow
-
Packages that use MessageFlow Package Description org.flowable.bpmn.model -
-
Uses of MessageFlow in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type MessageFlow Modifier and Type Field Description protected Map<String,MessageFlow>BpmnModel. messageFlowMapMethods in org.flowable.bpmn.model that return MessageFlow Modifier and Type Method Description MessageFlowMessageFlow. clone()MessageFlowBpmnModel. getMessageFlow(String id)Methods in org.flowable.bpmn.model that return types with arguments of type MessageFlow Modifier and Type Method Description Map<String,MessageFlow>BpmnModel. getMessageFlows()Methods in org.flowable.bpmn.model with parameters of type MessageFlow Modifier and Type Method Description voidBpmnModel. addMessageFlow(MessageFlow messageFlow)voidMessageFlow. setValues(MessageFlow otherFlow)Method parameters in org.flowable.bpmn.model with type arguments of type MessageFlow Modifier and Type Method Description voidBpmnModel. setMessageFlows(Map<String,MessageFlow> messageFlows)
-