Uses of Class
com.ebmwebsourcing.easybpel.model.bpel.executable.TReceive

Packages that use TReceive
com.ebmwebsourcing.easybpel.model.bpel.executable   
com.ebmwebsourcing.easybpel.model.bpel.impl.activity   
 

Uses of TReceive in com.ebmwebsourcing.easybpel.model.bpel.executable
 

Fields in com.ebmwebsourcing.easybpel.model.bpel.executable declared as TReceive
protected  TReceive TWhile.receive
           
protected  TReceive TOnMessage.receive
           
protected  TReceive TActivityContainer.receive
           
protected  TReceive TRepeatUntil.receive
           
protected  TReceive TOnAlarmPick.receive
           
protected  TReceive TScope.receive
           
protected  TReceive TElseif.receive
           
protected  TReceive TIf.receive
           
protected  TReceive TProcess.receive
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return TReceive
 TReceive ObjectFactory.createTReceive()
          Create an instance of TReceive
 TReceive TWhile.getReceive()
          Gets the value of the receive property.
 TReceive TOnMessage.getReceive()
          Gets the value of the receive property.
 TReceive TActivityContainer.getReceive()
          Gets the value of the receive property.
 TReceive TRepeatUntil.getReceive()
          Gets the value of the receive property.
 TReceive TOnAlarmPick.getReceive()
          Gets the value of the receive property.
 TReceive TScope.getReceive()
          Gets the value of the receive property.
 TReceive TElseif.getReceive()
          Gets the value of the receive property.
 TReceive TIf.getReceive()
          Gets the value of the receive property.
 TReceive TProcess.getReceive()
          Gets the value of the receive property.
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return types with arguments of type TReceive
 javax.xml.bind.JAXBElement<TReceive> ObjectFactory.createReceive(TReceive value)
          Create an instance of JAXBElement<TReceive>}
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable with parameters of type TReceive
 javax.xml.bind.JAXBElement<TReceive> ObjectFactory.createReceive(TReceive value)
          Create an instance of JAXBElement<TReceive>}
 void TWhile.setReceive(TReceive value)
          Sets the value of the receive property.
 void TOnMessage.setReceive(TReceive value)
          Sets the value of the receive property.
 void TActivityContainer.setReceive(TReceive value)
          Sets the value of the receive property.
 void TRepeatUntil.setReceive(TReceive value)
          Sets the value of the receive property.
 void TOnAlarmPick.setReceive(TReceive value)
          Sets the value of the receive property.
 void TScope.setReceive(TReceive value)
          Sets the value of the receive property.
 void TElseif.setReceive(TReceive value)
          Sets the value of the receive property.
 void TIf.setReceive(TReceive value)
          Sets the value of the receive property.
 void TProcess.setReceive(TReceive value)
          Sets the value of the receive property.
 

Uses of TReceive in com.ebmwebsourcing.easybpel.model.bpel.impl.activity
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.activity with parameters of type TReceive
ReceiveImpl(TReceive model, BPELElement parent)
           
 



Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.