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

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

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return TProcess
 TProcess ObjectFactory.createTProcess()
          Create an instance of TProcess
 

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable with parameters of type TProcess
 javax.xml.bind.JAXBElement<TProcess> ObjectFactory.createProcess(TProcess value)
          Create an instance of JAXBElement<TProcess>}
 

Uses of TProcess in com.ebmwebsourcing.easybpel.model.bpel.impl
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl with parameters of type TProcess
BPELProcessImpl(java.net.URI baseURI, TProcess process, org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl context, java.util.Map<BPELReader.FeatureConstants,java.lang.Object> features)
           
 

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

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

Uses of TProcess in com.ebmwebsourcing.easybpel.model.bpel.impl.inout
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.inout with parameters of type TProcess
 org.w3c.dom.Document BPELWriterImpl.convertProcess2DOMElement(TProcess bpelDescriptor)
          Build the XML nodes from the WSDL descriptor in Java classes form.
 



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