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

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

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

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return TScope
 TScope ObjectFactory.createTScope()
          Create an instance of TScope
 TScope TWhile.getScope()
          Gets the value of the scope property.
 TScope TForEach.getScope()
          Gets the value of the scope property.
 TScope TOnEvent.getScope()
          Gets the value of the scope property.
 TScope TOnMessage.getScope()
          Gets the value of the scope property.
 TScope TActivityContainer.getScope()
          Gets the value of the scope property.
 TScope TRepeatUntil.getScope()
          Gets the value of the scope property.
 TScope TOnAlarmPick.getScope()
          Gets the value of the scope property.
 TScope TScope.getScope()
          Gets the value of the scope property.
 TScope TElseif.getScope()
          Gets the value of the scope property.
 TScope TIf.getScope()
          Gets the value of the scope property.
 TScope TProcess.getScope()
          Gets the value of the scope property.
 

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

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

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity with parameters of type TScope
static Activity ActivityImpl.analyzeScope(TScope temp, BPELElementImpl parent)
           
 

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



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