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

Packages that use TInvoke
com.ebmwebsourcing.easybpel.model.bpel.executable   
 

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

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return TInvoke
 TInvoke ObjectFactory.createTInvoke()
          Create an instance of TInvoke
 TInvoke TActivityContainer.getInvoke()
          Gets the value of the invoke property.
 TInvoke TWhile.getInvoke()
          Gets the value of the invoke property.
 TInvoke TOnMessage.getInvoke()
          Gets the value of the invoke property.
 TInvoke TProcess.getInvoke()
          Gets the value of the invoke property.
 TInvoke TIf.getInvoke()
          Gets the value of the invoke property.
 TInvoke TRepeatUntil.getInvoke()
          Gets the value of the invoke property.
 TInvoke TOnAlarmPick.getInvoke()
          Gets the value of the invoke property.
 TInvoke TElseif.getInvoke()
          Gets the value of the invoke property.
 TInvoke TScope.getInvoke()
          Gets the value of the invoke property.
 

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

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



Copyright © 2012 Petals Link. All Rights Reserved.