Uses of Interface
org.camunda.bpm.model.bpmn.instance.Message

Packages that use Message
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
protected  Message AbstractBaseElementBuilder.findMessageForName(String messageName)
           
 

Methods in org.camunda.bpm.model.bpmn.builder with parameters of type Message
 B AbstractSendTaskBuilder.message(Message message)
          Sets the message of the send task.
 B AbstractReceiveTaskBuilder.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
 class MessageImpl
          The BPMN message event
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Message
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<Message,InMessageRef> OperationImpl.inMessageRefChild
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Message> SendTaskImpl.messageRefAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Message> ReceiveTaskImpl.messageRefAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Message> MessageEventDefinitionImpl.messageRefAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Message> CorrelationPropertyRetrievalExpressionImpl.messageRefAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Message> MessageFlowImpl.messageRefAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<Message,OutMessageRef> OperationImpl.outMessageRefChild
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return Message
 Message OperationImpl.getInMessage()
           
 Message SendTaskImpl.getMessage()
           
 Message ReceiveTaskImpl.getMessage()
           
 Message MessageEventDefinitionImpl.getMessage()
           
 Message CorrelationPropertyRetrievalExpressionImpl.getMessage()
           
 Message MessageFlowImpl.getMessage()
           
 Message OperationImpl.getOutMessage()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type Message
 void OperationImpl.setInMessage(Message message)
           
 void SendTaskImpl.setMessage(Message message)
           
 void ReceiveTaskImpl.setMessage(Message message)
           
 void MessageEventDefinitionImpl.setMessage(Message message)
           
 void CorrelationPropertyRetrievalExpressionImpl.setMessage(Message message)
           
 void MessageFlowImpl.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
 Message Operation.getInMessage()
           
 Message CorrelationPropertyRetrievalExpression.getMessage()
           
 Message MessageEventDefinition.getMessage()
           
 Message SendTask.getMessage()
           
 Message ReceiveTask.getMessage()
           
 Message MessageFlow.getMessage()
           
 Message Operation.getOutMessage()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type Message
 void Operation.setInMessage(Message message)
           
 void CorrelationPropertyRetrievalExpression.setMessage(Message message)
           
 void MessageEventDefinition.setMessage(Message message)
           
 void SendTask.setMessage(Message message)
           
 void ReceiveTask.setMessage(Message message)
           
 void MessageFlow.setMessage(Message message)
           
 void Operation.setOutMessage(Message message)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.