Uses of Class
org.camunda.bpm.model.bpmn.impl.instance.MessagePath
-
Packages that use MessagePath Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of MessagePath in org.camunda.bpm.model.bpmn.impl.instance
Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type MessagePath Modifier and Type Field Description protected static ChildElement<MessagePath>
CorrelationPropertyRetrievalExpressionImpl. messagePathChild
Methods in org.camunda.bpm.model.bpmn.impl.instance that return MessagePath Modifier and Type Method Description MessagePath
CorrelationPropertyRetrievalExpressionImpl. getMessagePath()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type MessagePath Modifier and Type Method Description void
CorrelationPropertyRetrievalExpressionImpl. setMessagePath(MessagePath messagePath)
-
Uses of MessagePath in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return MessagePath Modifier and Type Method Description MessagePath
CorrelationPropertyRetrievalExpression. getMessagePath()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type MessagePath Modifier and Type Method Description void
CorrelationPropertyRetrievalExpression. setMessagePath(MessagePath messagePath)
-