Uses of Interface
org.camunda.bpm.model.bpmn.instance.Message
Packages that use Message
Package
Description
-
Uses of Message in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder that return MessageModifier and TypeMethodDescriptionprotected Message
AbstractBaseElementBuilder.findMessageForName
(String messageName) Methods in org.camunda.bpm.model.bpmn.builder with parameters of type Message -
Uses of Message in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement MessageFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type MessageModifier and TypeFieldDescriptionprotected static ElementReference<Message,
InMessageRef> OperationImpl.inMessageRefChild
protected static AttributeReference<Message>
CorrelationPropertyRetrievalExpressionImpl.messageRefAttribute
protected static AttributeReference<Message>
MessageEventDefinitionImpl.messageRefAttribute
protected static AttributeReference<Message>
MessageFlowImpl.messageRefAttribute
protected static AttributeReference<Message>
ReceiveTaskImpl.messageRefAttribute
protected static AttributeReference<Message>
SendTaskImpl.messageRefAttribute
protected static ElementReference<Message,
OutMessageRef> OperationImpl.outMessageRefChild
Methods in org.camunda.bpm.model.bpmn.impl.instance that return MessageModifier and TypeMethodDescriptionOperationImpl.getInMessage()
CorrelationPropertyRetrievalExpressionImpl.getMessage()
MessageEventDefinitionImpl.getMessage()
MessageFlowImpl.getMessage()
ReceiveTaskImpl.getMessage()
SendTaskImpl.getMessage()
OperationImpl.getOutMessage()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type MessageModifier and TypeMethodDescriptionvoid
OperationImpl.setInMessage
(Message message) void
CorrelationPropertyRetrievalExpressionImpl.setMessage
(Message message) void
MessageEventDefinitionImpl.setMessage
(Message message) void
MessageFlowImpl.setMessage
(Message message) void
ReceiveTaskImpl.setMessage
(Message message) void
SendTaskImpl.setMessage
(Message message) void
OperationImpl.setOutMessage
(Message message) -
Uses of Message in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return MessageModifier and TypeMethodDescriptionOperation.getInMessage()
CorrelationPropertyRetrievalExpression.getMessage()
MessageEventDefinition.getMessage()
MessageFlow.getMessage()
ReceiveTask.getMessage()
SendTask.getMessage()
Operation.getOutMessage()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type MessageModifier and TypeMethodDescriptionvoid
Operation.setInMessage
(Message message) void
CorrelationPropertyRetrievalExpression.setMessage
(Message message) void
MessageEventDefinition.setMessage
(Message message) void
MessageFlow.setMessage
(Message message) void
ReceiveTask.setMessage
(Message message) void
SendTask.setMessage
(Message message) void
Operation.setOutMessage
(Message message)