Uses of Interface
org.camunda.bpm.model.bpmn.instance.Message
-
Packages that use Message Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of Message in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder that return Message Modifier and Type Method Description protected Message
AbstractBaseElementBuilder. findMessageForName(String messageName)
Methods in org.camunda.bpm.model.bpmn.builder with parameters of type Message Modifier and Type Method Description B
AbstractReceiveTaskBuilder. message(Message message)
Sets the message of the send task.B
AbstractSendTaskBuilder. message(Message message)
Sets the message of the send task. -
Uses of Message in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Message Modifier and Type Class Description class
MessageImpl
The BPMN message eventFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Message Modifier and Type Field Description protected 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 Message Modifier and Type Method Description Message
OperationImpl. getInMessage()
Message
CorrelationPropertyRetrievalExpressionImpl. getMessage()
Message
MessageEventDefinitionImpl. getMessage()
Message
MessageFlowImpl. getMessage()
Message
ReceiveTaskImpl. getMessage()
Message
SendTaskImpl. getMessage()
Message
OperationImpl. getOutMessage()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type Message Modifier and Type Method Description void
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 Message Modifier and Type Method Description Message
Operation. getInMessage()
Message
CorrelationPropertyRetrievalExpression. getMessage()
Message
MessageEventDefinition. getMessage()
Message
MessageFlow. getMessage()
Message
ReceiveTask. getMessage()
Message
SendTask. getMessage()
Message
Operation. getOutMessage()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type Message Modifier and Type Method Description void
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)
-