Uses of Class
org.camunda.bpm.engine.impl.bpmn.parser.MessageDefinition
-
Packages that use MessageDefinition Package Description org.camunda.bpm.engine.impl.bpmn.parser -
-
Uses of MessageDefinition in org.camunda.bpm.engine.impl.bpmn.parser
Fields in org.camunda.bpm.engine.impl.bpmn.parser with type parameters of type MessageDefinition Modifier and Type Field Description protected Map<String,MessageDefinition>BpmnParse. messagesMapping containing values stored during the first phase of parsing since other elements can reference these messages.
-