Uses of Interface
com.soyatec.bpmn.Message

Uses of Message in com.soyatec.bpmn
 

Methods in com.soyatec.bpmn that return Message
 Message BPMNFactory.createMessage()
          Returns a new object of class 'Message'
 Message UserTask.getInMessage()
          Returns the value of the 'In Message' containment reference
 Message ServiceTask.getInMessage()
          Returns the value of the 'In Message' containment reference
 Message SendTask.getMessage()
          Returns the value of the 'Message' containment reference
 Message ReceiveTask.getMessage()
          Returns the value of the 'Message' containment reference
 Message MessageFlow.getMessage()
          Returns the value of the 'Message' containment reference
 Message Event.getMessage()
          Returns the value of the 'Message' containment reference
 Message UserTask.getOutMessage()
          Returns the value of the 'Out Message' containment reference
 Message ServiceTask.getOutMessage()
          Returns the value of the 'Out Message' containment reference
 

Methods in com.soyatec.bpmn with parameters of type Message
 void UserTask.setInMessage(Message value)
          Sets the value of the 'In Message' containment reference
 void ServiceTask.setInMessage(Message value)
          Sets the value of the 'In Message' containment reference
 void SendTask.setMessage(Message value)
          Sets the value of the 'Message' containment reference
 void ReceiveTask.setMessage(Message value)
          Sets the value of the 'Message' containment reference
 void MessageFlow.setMessage(Message value)
          Sets the value of the 'Message' containment reference
 void Event.setMessage(Message value)
          Sets the value of the 'Message' containment reference
 void UserTask.setOutMessage(Message value)
          Sets the value of the 'Out Message' containment reference
 void ServiceTask.setOutMessage(Message value)
          Sets the value of the 'Out Message' containment reference