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

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

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

Fields in com.ebmwebsourcing.easybpel.model.bpel.executable declared as TEventHandlers
protected  TEventHandlers TProcess.eventHandlers
           
protected  TEventHandlers TScope.eventHandlers
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return TEventHandlers
 TEventHandlers ObjectFactory.createTEventHandlers()
          Create an instance of TEventHandlers
 TEventHandlers TProcess.getEventHandlers()
          Gets the value of the eventHandlers property.
 TEventHandlers TScope.getEventHandlers()
          Gets the value of the eventHandlers property.
 

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable with parameters of type TEventHandlers
 javax.xml.bind.JAXBElement<TEventHandlers> ObjectFactory.createEventHandlers(TEventHandlers value)
          Create an instance of JAXBElement<TEventHandlers>}
 void TProcess.setEventHandlers(TEventHandlers value)
          Sets the value of the eventHandlers property.
 void TScope.setEventHandlers(TEventHandlers value)
          Sets the value of the eventHandlers property.
 



Copyright © 2011 Petals Link. All Rights Reserved.